Change Color of Text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23453
    rkw2345
    Member

    How do I change the color of the text that appears in the Navigation?

    site https://abwanewyork.org/

    If you see I changed to s lighter color so I want to darken the Text.

    #23457
    Veena
    Moderator

    I am unable to view your site since it is in maintenance mode .

    #23463
    rkw2345
    Member

    Blonde moment sorry about that. Here is the screen shot I also did the same in the footer so just want to know is there a place to change the font color in the header and footer?

    [attachment file=23464]

    #23475
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #primary-menu > ul.menu > li > a {
        color: #fff;
    }
    #footer-bottom .menu-container ul li a {
        color: #fff;
    }
    #footer-bottom-text {
        color: #fff;
    }
    div#footer-bottom-text a {
        color: #000;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.