• Resolved gj2355

    (@gj2355)


    Is there a way of stopping the navigation label reappearing (in white in this case) in the centre of the Header Media?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author surplusthemes

    (@surplusthemes)

    Hello @gj2355,

    In order to hide page title in Header Media section. You can add following CSS via

    Dashboard-> Appearance ->Customize -> Additional CSS option.

    Paste the following code

    #header-featured-image h2.page-title {
    display: none;
    }

    Click on pubish button to display chages.

    With regards
    Surplusthemes

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation label’ is closed to new replies.