Home Forums WoodMart support forum CUSTOM CSS CODE WORKS BUT NOT EVERYWHER

CUSTOM CSS CODE WORKS BUT NOT EVERYWHER

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

    Jeriss Cloud Center
    Participant

    Dear,

    I have a strange issue. I have applied the following code in “General Custom CSS” and the thing is that it works perfectly fine everywhere on my website, except in one very specific location. It does not work when I naviguate on this page : https://gevcen.be/nos-magasins/

    /* ADJUST THE COLOR ALL LINKS IN MOBILE SIDEBAR */
    .color-link-text {
    color: #777 !important;
    }

    Can you help me please?

    Attachments:
    You must be logged in to view attached files.
    #120037

    Hello,

    In order to change the text color, navigate to the Theme Settings > Typography > Advanced typography https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #120040

    Jeriss Cloud Center
    Participant

    I tried already and I could not find the specific setting for my target :
    > changing the color of the links inside the mobile sidebar

    Which of those parameters is it exactly?

    #120058

    Hello,

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

    body .site-mobile-menu li a {
    color:red;
    }
    body .vertical-navigation .item-level-0>a {
    color:green;
    }

    Set your colors and other styles.

    Best Regards

    #120088

    Jeriss Cloud Center
    Participant

    Great, thanks a lot
    Point closed

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

The topic ‘CUSTOM CSS CODE WORKS BUT NOT EVERYWHER’ is closed to new replies.