Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280009

    Hello Support,

    http://shelliv.bydecosta.com/

    Client wants to have the image text that is on the “helper-main-menu.php” which is “DRAW OUTSIDE THE LINES” not to display only on the homepage but when you go to the other pages/posts, that text to display.

    Below is the current code that I have on the header and I know I need some PHP code to say if home page don’t display the image else on all other pages/posts display the image.

    <div class=”header_bottom mobile_header_bottom” style=”font-family:’satisfy’, cursive;”>
    <div style=”margin-top:-5px;”>

    </div>
    </div>

    Hope you can help.

    Thanks,
    MP

    #280118

    Hi Marcelo!

    Please add following code to Quick CSS

    .home div.header_bottom { display: none !important; }

    Regards,
    Yigit

    #280165

    Perfect … this works exactly how we want it to work :)

    thanks again,
    MP

    #280167

    Hey!

    Great! You are welcome, glad we could help :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Tagline to display on all pages but homepage’ is closed to new replies.