Home Forums WoodMart support forum Text Core change

Text Core change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #293610

    ivan
    Participant

    Hello,

    Can you tell me how i can change the text color of only this single word ” attached screenshot”

    http://prntscr.com/134495k

    #293658

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    li#menu-item-15316 .nav-link-text {
        color: red;
    }

    Regards.
    Xtemos Studios

    #293854

    ivan
    Participant

    Thank you that worked, but its not RED on mobile, is it another code or something ?

    If so can you please tell me wich?

    Atb,

    #293953

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    li.menu-item-15316 .nav-link-text {
    color: red;
    }

    Regards.
    Xtemos Studios

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