How to hide featured section on inside pages ? - Acme Themes

Best Premium and Free WordPress Themes Forums Infinite Photography How to hide featured section on inside pages ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5044
    bobly
    Participant

    Hello Acme Themes,
    Thank you so much for this awesome theme and it is really nice theme for photography sites.
    I have a question here, is there any options/method to hide the featured section on the inside pages like single page, single post, category page etc ?
    Anyway your theme is so nice. Love this theme.

    #5045
    acmethemes
    Keymaster

    Hello bobly,
    Thank you so much for using our theme Infinite Photography. As your question, you have to write the custom CSS code for hide the featured section on the inner pages(Except Home Page). So please add the below CSS codes on,
    Appearance > Customize > Layout/Design Options > Custom CSS and add the below CSS there.

    .at-not-front {
        display: none;
    }

    Note: Child Theme is recommended to customize theme. https://codex.wordpress.org/Child_Themes

    Regards,
    Acme Supports

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to hide featured section on inside pages ?’ is closed to new replies.