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 #2128227
Changing the Font Size of Menu
Closed

Comments

  • ronelangeles started the conversation

    Can someone help me change the font size of only 2 of these 5 option of menu. See attached file. 


    I want these 2 category to stand out from the rest of the option. I want the 2 highlighted part to be DARKER and BOLDER in their size. 

  •  2,699
    PenciDesign replied

    Hi,

    Please show me your site URL to I can take it a look to help you.


    Best Regards,

    PenciDesign

  •  2,699
    PenciDesign replied

    Hi,

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

    #navigation .menu .sub-menu li.menu-item-1513 a,
    #navigation .menu .sub-menu li.menu-item-1514 a{ font-size: 18px; }
    

    Change value 18 to any value as you want.


    Best Regards,

    PenciDesign

  • ronelangeles replied

    Thank you. How about


    1.) If I wanted to change the font style than the rest

    2.) If I wanted to have it a different color

    3.) If I wanted to make it BOLD

    Are these options available? 

  •  2,699
    PenciDesign replied

    Hi,

    1/ Unfortunately, this theme doesn't support for that feature.

    2 & 3/ You can change the code I sent to this code:

    #navigation .menu .sub-menu li.menu-item-1513 a,
    #navigation .menu .sub-menu li.menu-item-1514 a{ font-size: 18px; font-weight: bold; color: #ff0000 !important; }

    Note:

    - Change color code #ff0000 on above code to any color code as you want.

    - I see your font on menu item already bold, so maybe the font weight bold can't be affectsmile.png


    Best Regards,

    PenciDesign