Changing the color of side-bar widget title...

Discussion in 'BlackBird WordPress Theme' started by odonnellmetal, Jan 21, 2013.

Thread Status:
Not open for further replies.
  1. odonnellmetal

    odonnellmetal New Member

    Joined:
    Dec 31, 2012
    Messages:
    5
    Likes Received:
    0
    How do you change the color of the title of a widget?
    HTML editing works in the body but not the title.
    Also, I only want to make one word of the title red.

    ie - EMERGENCY System Services

    +/-



     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. odonnellmetal

    odonnellmetal New Member

    Joined:
    Dec 31, 2012
    Messages:
    5
    Likes Received:
    0
    http://www.odonnellmetalfab.com/services/

    Right sidebar. I want to make the word EMERGENCY red.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar h3{
    color:your color code;
    }
    2.If you want to only change the color of word "Emergency" then add this code in text widget description area and leave title empty.

    Code:
    <h2><font color="red">Emergecy</font>&nbsp&nbspSystem Service</h2>
    
    Sending image for reference

    [​IMG]

    This will solve your issue.
     
  5. odonnellmetal

    odonnellmetal New Member

    Joined:
    Dec 31, 2012
    Messages:
    5
    Likes Received:
    0
    Excellent. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page