- Acme Themes

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

#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