Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12169
    ahale1011
    Member

    Hi,
    I do not yet have my official logo and need to use the header text option until then. How do I change the color of the text for the header and the subheader?

    my website is: http://www.themovproject.com

    Thank you,

    Alisha

    #12193
    Sakin
    Keymaster

    @ahale1011: You can change the color code as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Site Title Color */
    #site-title a { color: #ddd; }
    /* Site Tagline Color */
    #site-description { color: #6d757c; }
    #12225
    ahale1011
    Member

    Great, Thanks!!!

    #12404
    markblock
    Participant

    This helped me as well… Thanks!

    #51628
    Leslie Bigos
    Participant

    I’m reading all these posts about #site-description and changing the color but it is just not working for me. My site is http://www.yarlungrecords.com/news/. The H1 should be a rust color and the tagline a Yellow.

    /*For Site Title */
    #site-title {
    font-size: 3.5em;
    text-transform:uppercase;
    font-family: ‘Cinzel’, serif;
    font-weight: normal;
    }

    /* For Site Tagline */
    #site-description {
    font-family: ‘Cinzel’, serif;
    font-size: 1.9em;
    color: #d3bf81;
    font-style: normal;
    text-transform: uppercase;
    font-weight: lighter;
    }

    #51681
    Sakin
    Keymaster
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text color of header’ is closed to new replies.