• Hi, I’m trying to remove/hide the title in the body of my home page so that it is still called home but does not show on the page. I’ve been reading forums and there’s lots of talk about changing code, but I’m wondering if there is an easy button somewhere and I’m just overlooking it. Any ideas would be appreciated. thankyou

Viewing 2 replies - 1 through 2 (of 2 total)
  • Something like that is easy to do with CSS, but unfortunately you didn’t include a link to your site so I can’t offer any specific suggestions.

    OK, I think I found it from one of your previous messages.

    It looks like the theme has a custom CSS option, so copy & paste this rule into it:

    .home h1.title {
       display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Page Title on Home Page- {Theme: Wootique 1.6.9)’ is closed to new replies.