Blue widget headings!

Discussion in 'Themia WordPress Theme' started by chartershure, Nov 22, 2012.

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

    chartershure New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
    Hi
    The headings for the Twitter and Facebook info that I've put in the "Primary Widget Area" have turned blue.
    How can I change them back to grey?!
    Thanks.
    Vicky
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  3. chartershure

    chartershure New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to header.php present in your theme directory and remove the code given below

    Code:
    Cufon.replace('h1, h2, h3, h4, h5, h6', { fontFamily: 'Droid Sans', hover: true });
    
    Sending image for reference

    [​IMG]


    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .sidebar .wrap_sidebar h2.title, .sidebar .wrap_sidebar h2 {
    color:red!important;
    }

    Inplace of "red" put your color value.
     
  5. chartershure

    chartershure New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
    "Go to header.php present in your theme directory and remove the code given below"

    Where do I do that?!?

    Vicky
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to

    Appearance > Editor
    open and edit header.php file from there.
     
  7. chartershure

    chartershure New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
    Hi Gourav. I did what you said but the headings are still blue. :-( The Custom CSS box now reads:-

    .testimonial_wrapper .video {
    display: none;
    }
    .sidebar .wrap_sidebar h2.title, .sidebar .wrap_sidebar h2 {
    color:black!important;
    }

    I removed the code from the header.php file too.

    Any other thoughts?

    Vicky
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .title a {
    color: black;
    }

    This will solve your issue.
     
  9. chartershure

    chartershure New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
    FABULOUS!! Thank you.
     
Thread Status:
Not open for further replies.

Share This Page