Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #130676
    cheryl
    Participant

    Just wondering how to change the text color within the header media. I don’t find the option under appearance>colors.
    Thanks

    #130685
    Skandha
    Participant

    @cheryl: It is not possible to change the header media text color from the colors option. You will need to add a little bit of additional CSS code for that. Please post in your site URL so that i can provide you with the CSS Code.

    Regards,
    Skandha

    #130805
    cheryl
    Participant
    #130810
    Skandha
    Participant

    @cheryl: Goto => Appearance => Customize => Additional CSS and add the following CSS Code.

    //To change the color of title in header media

    .custom-header-content .entry-title {
         color: red;
    }

    //To change the color of LISTEN link in header media

    .custom-header-content .site-header-text a {   
         color: red;
    }

    You can change the color according to your requirement!
    Let me know if this solves your issues.

    Regards,
    Skandha

    #131493
    cheryl
    Participant

    Thank-you, Skandha

    This worked perfectly.

    Cheryl

    #131576
    Skandha
    Participant

    @cheryl: Glad the issue is resolved!

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change font color in header media text’ is closed to new replies.