Home Forums Pro Themes Biography Pro Page title color

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58791
    Daniel Mahraun
    Participant

    I want to change the color of the page title that appears with the banner image as background. Some of my banner images make the white page title unreadable, but I’d like to change the text color rather than select a different banner image. This is something I’d like to do globally, not just with a single page.

    #58816
    wensolutions
    Keymaster

    Hello @mahraun,

    To change the color of the page title use below given CSS .

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS .

    .biography_child_page h1 {
        color: #337ab7 !important;
       }

    Here change the Hex color code according to your requirement .

    Hope this helps .

    Best Regards!!

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