Okay
  Public Ticket #242811
Page Title BG Font Size
Closed

Comments

  • Hayley started the conversation

    Hi, 

    How do I change the size of the page title (in title bar with background image)?

    I've tried adding this in my style.css child theme, but it didn't work:

    #page-header-bg h1

    font-size:44px;

    }

  •  8,839
    Tahir replied

    Hey Hayley!

    Try like this:

    body #page-header-bg h1 {
        font-size: 44px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Hayley replied

    Thank you! Worked perfectly.