Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1745842
Looking for certain functionality
Closed

Comments

  • Jakub started the conversation

    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

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign