• Resolved Sudheer Tammini

    (@sudheer2011)


    Hi – Can someone please help in hiding Featured image after opening blog post. Basically I have set same image as a featured & as well as in post hence I don;t want to show same image twice.

    Thanks for your help in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Sudheer Tammini

    (@sudheer2011)

    also how to change menu bar color (its black now, maybe something else)

    Here is my website: https://www.settingbox.com

    Theme Author Tom

    (@edge22)

    Hi there,

    Try this CSS:

    .page-header-image-single {
        display: none;
    }

    For your menu, you would benefit greatly from our Colors add-on – it allows you to change your menu colors (and a lot more) in the Customizer.

    Alternatively, you could give this CSS a shot:

    .main-navigation {
        background-color: #222222;
    }

    Hope this helps ??

    Thread Starter Sudheer Tammini

    (@sudheer2011)

    Hi Tom – Now I got to know why your theme is highly rated by most of the users. I’m really fortunate enough to find your theme.

    I’d certainly rate 5 out 5 for wonderful theme & support.

    A big thank you..!!

    Theme Author Tom

    (@edge22)

    Thank you! Glad I could help ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to hide featured image after in blog post’ is closed to new replies.