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 #3812193
Change hover line size and distance from menu to mega category
Open

Comments

  • Mr Hung started the conversation

    Please guide me how to change the hover line size and distance from menu to mega category

    Thank you very much!

    Attached files:  size_line.png

  •  2,727
    PenciDesign replied

    Hi,

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

    #navigation .menu > ul.sub-menu > li > a:before,
    #navigation ul.menu > li > a:before,
    .navigation .menu > ul.sub-menu > li > a:before,
    .navigation ul.menu > li > a:before {
      height: 5px;
      bottom: calc(50% - 20px);
    }
    

    Regards,
    PenciDesign.