Home Forums Theme support Obsession – Logo Image at Home Only

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 1 year, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hi there

    Just went through theme settings, FAQs and forum but haven’t found where or how to set that the logo image will be displayed at the home page only.
    Don’t need to have it on any other pages.

    Thanks!

    Hi,
    you are the first customer ever asked for this feature, that’s why you found nothing in the support forum. There is no option to show the logo only on the homepage, but you can do that easily with CSS. Please add this CSS code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    div#the_logo {
    display: none !important;
    }
    body.home div#the_logo {
    display: block !important;
    }

    🙂

    Hi,
    Thanks, that made the trick.

    Well, don’t need to bother visitors with logo/text on each page they will visit.

    Also thanks for fast reply!

    Best regards!

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.