Comments Jakub started the conversationOctober 13, 2018 at 3:00pmHi! Thanks for developing the theme!I would like to disable the logo (which for the site is quite big) on the post pages and all other pages besides the homepage.So on posts I want to go streight to text/featured image (depending on the layout).Any css code or any functionality in Soledad that is implemented to do that?Thanks!Jakub 2,700PenciDesign repliedOctober 13, 2018 at 3:03pmHi,Thank you for loving our theme.Please add more this code to Customize > Custom CSS to do that: #header .inner-header{ display: none; } body.home #header .inner-header{ display: block; } Best Regards,PenciDesign1 Like Sign in to reply ...
Hi! Thanks for developing the theme!
I would like to disable the logo (which for the site is quite big) on the post pages and all other pages besides the homepage.
So on posts I want to go streight to text/featured image (depending on the layout).
Any css code or any functionality in Soledad that is implemented to do that?
Thanks!
Jakub
Hi,
Thank you for loving our theme.
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign