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 #3076079
Remove empty topbar in header
Closed

Comments

  • Ton started the conversation

    Dear all,

    I have three questions: 
    1. Can I remove the empty (white) place in the header where normally the topbar would be visible? 

    2. How do I remove the links and pictures from other posts in a block with the name You may also like?

    3. How do I remove 'About me' and 'Popular Posts' at the bottom of all pages?

    Many thanks

    Ton

  •  2,489
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #header .inner-header .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    2. Add this CSS code to remove the related post thumbnail:

    .item-related > a.related-thumb {
        display: none;
    }

    3. Please go to Appearance → Customize → Footer → Footer Widgets Area: turn on the "Disable Footer Widget Area" option.

    Regards,
    PenciDesign.




  • Ton replied

    Thanks. What a fast responses!
    I didn't realise that 'About me' and 'Popular Posts' we're part of the footer.

    Is it an idea to publish a document with the most used Custom CSS codes?

    Could be useful to limit the number of topics :-)

    Thanks again
    Ton

  • tintveld replied

    Sorry.

    But the solution 2. didn't work...

    Ton

  •  2,489
    PenciDesign replied

    Hi @titveld,

    This solution is working correctly, you can view the sample link here: https://villabalibreeze.com/2022/05/30/zomerborrel_2022_wat-een-geweldige-feest/

    Regards,
    PenciDesign.


  • tintveld replied

    Maybe there is some confusion: I mean the items in the attachment

  •  2,489
    PenciDesign replied

    Hi,

    If you want to totally remove this section, please go to Appearance → Customize → Single Posts → Related Posts: turn on the "Hide Related Posts Box" option.

    Regards,
    PenciDesign.


  • tintveld replied

    That's it! 

    Thanks again.

    Ton