Home Forums WoodMart support forum Moved: Reply To: which class to put on the custom selector.

Moved: Reply To: which class to put on the custom selector.

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

    mkbcn08
    Participant

    Hello,

    I have the same problem and I don’t know which class to put on the custom selector.

    thank you

    #132829

    Hello,

    You can use the drop-down with the predefined elements to change the font

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    This drop-down covers the majority of elements. If you need one unique, provide page URL and screen which one, I shall help.

    Best Regards

    #133166

    mkbcn08
    Participant

    Hello

    I want to change the text color of the html block used in the footer area (see attachments). As the element is an extra menu list item can’t find which element to choose in the tipography

    Thank you for helping.

    #133210

    Hello,

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

    footer .mega-menu-list .sub-sub-menu li a {
        color: red;
    }
    footer .mega-menu-list > li > a{
    		color:red;
    }

    Set the color as per your needs or use these classes in the Theme Settings > Typography > Advanced typography

    Best Regards

    #133549

    mkbcn08
    Participant

    Thank you!! it worked.

    #133602

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Moved: Reply To: which class to put on the custom selector.’ is closed to new replies.