Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • devax Friend
    #201614

    I was able to change the color of the top nav bar in the template.css file, but I can’t figure out how to change the color of the font. I see a lot of font callouts (size and style), but don’t see text color.

    Any suggestions?

    Thanks,

    Pankaj Sharma Moderator
    #550790

    Hello
    go to template.css and find this code >>
    .navbar .nav > li > a {
    float: none;
    padding: 15px 15px 15px;
    color: #666

    change the color code as per your need .>> #666

    If you want to change the color on hover of menu .
    go to template.css and find this code

    .ja-mainnav .navbar .nav > li > a:hover{
    color: #f76000
    background: #fff
    outline: none;
    text-shadow: none;
    }

    change the color code value as per your need .

    these suggestions are based on demo site .
    please share your site url here so that i can give you exact codes .

    devax Friend
    #550818

    Thank you for the quick response Pankahsharma. But unfortunately, I was unable to find the “.navbar .nav > li > a {” that you mention above in the template.css file (I am making changes to the Blue template.

    Here is the link:

    http://mp611.org

    As you can see, the words inside the top nav bar can’t be read because they are dark and the new blue color is too close. I want to make the text white.

    Thank you again for the help.

    Pankaj Sharma Moderator
    #550819

    Hello
    Go to
    /*===============================
    /templates/ja_mitius/css/themes/blue/bootstrap.css
    ================================================================================*/

    find this code

    .navbar .nav > li > a {
    float: none;
    padding: 15px 15px 15px;
    color: #666;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    }

    and change it into

    .navbar .nav > li > a {
    float: none;
    padding: 15px 15px 15px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    }

    it will look like this >>> http://prntscr.com/4qeis3

    devax Friend
    #550880

    Thank you so much. Perfect!!!

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

This topic contains 5 replies, has 2 voices, and was last updated by  devax 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum