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 #2163811
Template setting Soledad theme
Closed

Comments

  • networkevolution started the conversation

    I’m personalizing the Soledad theme for my blog. I selected “designer” as child theme.

    Here’s where i got stuck:

    In the homepage i set the logo (“Network evolution”) at the top of the homepage and I’m fine with it. Please visit www.networkevolution.it for reference.

    When i click on one of the top bar menu (e.g. “Mission”) i would like the user to be redirected to a new page which DOES NO LONGER display the homepage logo at the top. Generally speaking i would like the logo not to be visible in any page other than the homepage.

    I tried hard different options but i could not find any which worked.

    Please help me fix this issue.

    Looking fwd to hear from you soon.

    Marco

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please add more this code to Customize > Custom CSS:

    #header .inner-header{ display: none; }
    body.home #header .inner-header{ display: block; }

    Best Regards,
    PenciDesign