Change Heading Color in sidebar

Discussion in 'Dzonia WordPress Theme' started by jrundle, Aug 28, 2013.

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

    jrundle Member

    Joined:
    Dec 28, 2011
    Messages:
    33
    Likes Received:
    2
    Hi

    My Heading color (colour) in sidebar is blue - although I am using the magenta color option.
    Image attached to show what I mean.

    How do I change this to suit the color of the rest of the website?

    Want code to add into Custom CSS.

    Thanks
    Janet
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .sidebar .sidebar_title {
    color: #700870;
    }
    In place of "#700870" you can put your color or color code.
    This will solve your issue.
     
  3. jrundle

    jrundle Member

    Joined:
    Dec 28, 2011
    Messages:
    33
    Likes Received:
    2
    excellent - thank you- worked great
     
Thread Status:
Not open for further replies.

Share This Page