Home Forums Free Themes WEN Business Change the color of title and menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27055
    Sas
    Participant

    I have WEN Business theme and I need to change the color of the title on a page.
    When you name the page, the name show up at the page. Noe the name is almost invisible (similar to the color of the page)
    How to change the color?

    I also need to change the color on the menu. How do I do that?

    #27097
    wensolutions
    Keymaster

    Hello,

    You can use the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS to change the color of your page title and the menu link color respectively :

    .entry-header .entry-title, .entry-header .entry-title a {
        color: #464637;
    }
    
    #site-navigation ul li a {
        color: #d01010;
    }

    You can change the color hex code of your choice in each section replacing the color hex.

    For reference on color hex see the link here :w3schools.com/colors/colors_picker.asp

    Hope this Helps,

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.