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 #1397842
TopBar customization
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,

    may I ask how I could:

    • change the size of the text in the TopBar menu
    • change the color of text (I checked any nothing in the "Colors for TopBar" is working on the color of text, I changed everything there is to black and the text color is still white)
    • change the menu to be centered, currently it floats to the left


    thank you

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to do that:

    ul.penci-topbar-menu > li a, div.penci-topbar-menu > ul > li a{ font-size: 13px; }

    Change number 13 to value you want.

    2/ Please check option for it via Customize > Colors for Topbar > Top Bar Menu Text Color

    3/ Please try add more this code to Customize > Custom CSS to do that:

    .penci-headline{ text-align: center; }
    But, if you do that, you should hide social media on the right side.

    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    thank you!