Home Forums Free Themes WEN Travel Modern How to change font color of page title

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #178243
    donald gerard
    Participant

    How do I change the color of the page title that appears in the header?

    #178335
    sanam
    Keymaster

    Hello @THECOACH, Please add this CSS in the Additional CSS

    .transparent-header.has-header-image .site-title a,
    .site-title a {
    color: #fff;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    Thanks

    #178357
    donald gerard
    Participant

    Thanks for your prompt response. The css that you supplied affects the color of the site-title. I need the css that affects the page title (class=”section-title”).

    #178372
    sanam
    Keymaster

    Please use this CSS

    .custom-header-content .section-title {
    color: #0000FF !important;
    }

    Thanks.

    • This reply was modified 2 years, 2 months ago by sanam.
    #178374
    donald gerard
    Participant

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.