Home Forums WoodMart support forum Header text colour

Header text colour

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #38054

    gilesp
    Participant

    Hi, i have changed the header text colour to LIGHT but it’s still showing dark https://www.web-design-hosting-surrey.co.uk/prime-factors-motorcycles/ – any ideas?

    #38059

    gilesp
    Participant

    Ignore that, i fixed it.

    #38064

    gilesp
    Participant

    But how can I make the text LOWER CASE ?

    #38080

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .main-nav .item-level-0>a {
    	text-transform: none;
    }
    #38085

    gilesp
    Participant

    thanks – i’ll try that…

    #38086

    gilesp
    Participant

    That didn’t seem to work. Any other ways to do it?

    #38178

    Artem Temos
    Keymaster

    Seems that you used a wrong code and didn’t copy it from the topic https://gyazo.com/01ae3b8cb3d9486c8964dd76b5263927

    #39970

    gilesp
    Participant

    Thanks, that worked.

    Is it possible to do the same for the top menu text?

    #39987

    Artem Temos
    Keymaster

    Sure

    div.topbar-menu .item-level-0>a {
    	text-transform: none;
    }
Viewing 9 posts - 1 through 9 (of 9 total)