underline color for parent pages

Home Forums Pro Support underline color for parent pages

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #70245

    Hi,
    I would like to add an underline color for all my parent link (or top level links)
    In my image you can see they are in bold actualy, wich is fine

    Attachments:
    You must be logged in to view attached files.
    #70247
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Johanna,

    Welcome to Responsive Menu Pro Support Forum. Hope you are doing well.

    You can do this with custom CSS code for the parent menu items.

    Regards,
    Kriti

    #70248

    Thanks that was my question !
    What is the class for the parent link ?

    #70249
    Kriti SharmaKriti Sharma
    Keymaster

    Ok, please give me some time to look at the code. I will be back to you soon.

    Regards,
    Kriti

    #70266
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    The following code will give color to all the parent level menu items. Please paste it in the Appearance->Customize-> Custom CSS

    li.menu-item-has-children a{
    	text-decoration: underline!important;
        text-decoration-color: red!important;
    }

    Kind regards,
    Kriti

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘underline color for parent pages’ is closed to new replies.