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 #2471923
Banner - header 3
Closed

Comments

  • KatkaG started the conversation

    Hi. Is it possible to use Header 3 without the banner feature. I like the size and spacing of this header the best but don’t want the banner. Can’t figure out how to remove it. 
    I want a very clean art portfolio site. (No demos for that 🙂) Thanks. 

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, you can try add more this code to Customize > Custom CSS to hide the banner:

    .container.has-banner .header-banner img {
        display: none;
    }
    

    Best Regards,

    PenciDesign

  • KatkaG replied

    Many thanks. It worked.