Colour change

Discussion in 'BlackBird WordPress Theme' started by 1393jason, Feb 5, 2014.

Thread Status:
Not open for further replies.
  1. 1393jason

    1393jason New Member

    Joined:
    Jan 15, 2014
    Messages:
    5
    Likes Received:
    0
    Hi all,

    Can anybody tell me how to change the featured content text and the testimonial text to black please?

    Also is it possible to replace the address in the top right corner with social media icons or another image?

    Thanks
    Jason
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-content-inner p {
    color: black;
    }
    .testimonial .item p {
    color: black;
    } 
    In place "black" you can put your color or color code.

    2. It is not possible for social media icons but you can display image at the top right address.
    Go to the Appearance -> Theme Options -> General Settings panel of your dashboard and
    paste the code give below in the Home Page Top Right Address section.

    Code:
    <img src="Enter the image URL address here"> 
    This will solve your issue.
     
  3. 1393jason

    1393jason New Member

    Joined:
    Jan 15, 2014
    Messages:
    5
    Likes Received:
    0
    Thank you. Worked perfectly :)
     
Thread Status:
Not open for further replies.

Share This Page