Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #80287
    KielChallen
    Participant

    Hi guys,

    On my homepage (www.tgtechx.net), below the “Get A Quote” Headline Promotion Button – I can’t figure out how to remove the text that says HOME. It’s pointless and I simply cannot find the area to remove it.

    Hoping you could lend a hand?

    Thanks!

    Kiel

    #80288
    Pratik
    Keymaster

    Hi @KielChallen,
    You have used a static page as a home page. So, you can add following CSS in “Dashboard-> Appearance-> Customize-> Theme Options-> Custom CSS Options”

    .home #content {
        display: none;
    }

    This will hide the content in homepage.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing "Home" text from below Promotion Headline Button’ is closed to new replies.