• Resolved silico26

    (@silico26)


    Hello. I have a static page as my front/home page using the Hatch theme. My site is here. I have a Promotional Slider plugin, which seems to generate a white “home” button when it’s hovered over – I looked around the Dashboard and can’t seem to find what this is connected to. I am 90% sure it’s something to do with the template and not the Promotional Slider plugin itself. Any ideas on how to get rid of this hover effect? Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, that’s the h1 page title. You can effectively hide it by adding this to your CSS:

    h1.page-title {
       display: nonel
    }

    Thread Starter silico26

    (@silico26)

    removed the 1 and it worked like a charm 😉

    h1.page-title {
       display: none
    }

    thanks yogi!

    Oops that was a typo! Should have been a semi-colon, so make sure that’s what you have so you don’t run into CSS syntax issues :)!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Hatch theme hover’ is closed to new replies.