How to hide site header description on visible page title of Luxury theme???

  • Unknown's avatar

    I have the luxury theme for my wordpress.com website, am currently working on draft pages. However at the top of the pages it always puts the site heading/ tagline as a default over the top of the key image. I cannot amend this/ get rid.

    Is there any CSS that might help with this at all?

    Thanks!

  • Unknown's avatar

    Hi, see if this is what you are looking for. I’ve done this in such a way that on pages that do not have a featured image, the title will display. The title is hidden only on pages that have a featured image set.

    .page .feature-img .headline {
    	display: none;
    }
  • Unknown's avatar

    I should note that when I viewed a few of your draft pages with featured images, I am not seeing the site title and tagline over the image, just the page title. On your about page, which does not have a featured image, I’m not seeing anything over the image at the top.

  • The topic ‘How to hide site header description on visible page title of Luxury theme???’ is closed to new replies.