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 #1540919
Disable Posts in Top Bar
Closed

Comments

  • emmazilke started the conversation

    Hello,

    I would like to disable any posts in my topbar. The only thing that should be visible in the topbar are the social icons. How can I do that?
    Thank you for your help.

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    .penci-headline{ text-align: center; }
    .headline-title, .penci-headline-posts{ display: none !important;  }
    .penci-topbar-social{ float: none; vertical-align: top;  }

    Best Regards,

    PenciDesign

  • emmazilke replied

    Thank you for your help. It worked! But now the social icons are in the center/middle of the topbar and I wanted to have them on the right. How do I do that? Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    If so, please replace the code I sent to this code:

    .penci-headline{ text-align: right; }
    .headline-title, .penci-headline-posts{ display: none !important;  }
    .penci-topbar-social{ float: none; vertical-align: top;  }


    Best Regards,

    PenciDesign