Home Forums WoodMart support forum Appearance of the menu item

Appearance of the menu item

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #115518

    profipk
    Participant

    good day
    I need the menu item to be underlined and blue (as the look of a traditional link)
    http://joxi.ru/MAjbB71Sj11aZA
    It is necessary for the site visitor to understand that this is a link and not a plain text.
    I tried to search here but did not find how to do it.
    http://joxi.ru/v29XGdWfZRRLLm

    #115581

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mega-menu-list li a span{
    text-decoration:underline;
    }

    Best Regards

    #115585

    profipk
    Participant

    I don’t need to do this in the whole menu.
    I need to specifically put here http://joxi.ru/Dr84PW6hoJJxer
    Can I do this through the Extra class name?

    #115617

    Hello,

    Please assign a class to the items which you need and send me the screen which one to check on the frontend.

    Best Regards

    #115623

    profipk
    Participant

    Extra class name
    Subcategory-cichlid1

    http://joxi.ru/5mdvBN7h3aq4wA

    #115681

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .Subcategory-cichlid1 li a span{
    text-decoration:underline;
    }

    This code underlines the items which have the class: https://gyazo.com/3355f7cff8e63c19c15e8b8f28b6b11c

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)