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 #3667571
sub-menu font
Closed

Comments

  • luckymarchare started the conversation

    Hi, 

    Please advise as to how to change  the submenu font.

    Please find the screenshot for your kind reference.

    Thanks & Regards

    Yuna

    Attached files:  未命名.png

  •  2,540
    PenciDesign replied

    Hi,

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

    #navigation ul.menu ul.sub-menu li > a,
    .navigation ul.menu ul.sub-menu li > a {
      font-family: 'Roboto';
    }

    Replace "Roboto" with the desired font name.

    Regards,
    PenciDesign.



  • luckymarchare replied

    Hi,

    Thank you for your quick reply. 

    Seems like it doesn't work.

    The font doesn't change.

    4303903217.png


  •  2,540
    PenciDesign replied

    Hi,

    Please temporarily turn off the coming soon mode; I need to check your site.

    Regards,
    PenciDesign.


  • luckymarchare replied

    Hi,

    The coming soon is off now.

    Please check. Thank you.

  •  2,540
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    .pc-builder-element.pc-main-menu .navigation .menu ul.sub-menu li a,
    .pc-builder-element.pc-main-menu .navigation .menu > li > a {
        font-family: 'Roboto';
    }

    Regards,
    PenciDesign.


  • luckymarchare replied

    Hi,

    Sorry for the confusion, but I only want sub-menu font to be changed, not main menu font.

    1589416533.png

       

  •  2,540
    PenciDesign replied

    Hi,

    Please edit the code:

    .pc-builder-element.pc-main-menu .navigation .menu ul.sub-menu li a {
        font-family: 'Roboto';
    }

    Regards,
    PenciDesign.