Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #14442
    moffie
    Member

    How can I change the text color in the header…the text with the page’s title and subtitle? thanks

    #14469
    Sakin
    Keymaster

    @moffie: Are you using Simple Catch Free theme. It’s always better to share your site URL, so that I can check in and send you the css code. The following CSS code is to change the color of Site tile and Site Subtitle in Simple Catch Free Theme. In the following CSS, change the color code as per you need and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Site Title Color */
    h1#site-title a { color: #444; }
    /* Site Subtitle Color */
    h2#site-description { color: #666; }
    #20500
    leparaplui3
    Member

    Hi Sakin,
    I’ve tried including the css code you mentioned above so that the color of the title is white but nothing has changed. (It only turns white when you hover over it) I’ve also tried adding

    h1#site-title a {
    color: #faf5f5;
    }

    between h1#site-tile font size, family etc so it looks like this:

    }
    h1#site-title {
    font-size: 60px;
    font-family: ‘Bodoni’;
    font-weight:normal;
    padding-bottom:0px;
    }

    h1#site-title a {
    color: #faf5f5;
    }
    h1#site-title a {
    line-height:54px;
    }
    h1#site-title a:hover {
    color: #666;
    }
    h2#site-description {
    font:14px Arial, Helvetica, sans-serif;
    color:#666;
    padding:8px 0 0 0;
    }

    Thanks in advance for your help! url: http://alladventurousdo.com/

    #20502
    Sakin
    Keymaster

    @leparaplui3: What are you trying to change i? If you are trying to change Site Title color then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    h1#site-title a { color: #fff; }

    #20505
    leparaplui3
    Member

    Hi Sakin,
    Thanks for your quick reply. Does it need to go in any particular order? ie. before or after
    }
    h1#site-title {
    font-size: 60px;
    font-family: ‘Bodoni’;
    font-weight:normal;
    padding-bottom:0px;
    }

    I’m completely new to coding :/

    #20507
    leparaplui3
    Member

    disregard my last post…didn’t realize all along I had been making changes to the template :O Thanks for all your help and for working on this theme! Will be sure to donate! 🙂

    #20530
    Sakin
    Keymaster

    @leparaplui3: Thanks for your appreciation 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change font color in Header?’ is closed to new replies.