Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1005348

    Hi
    Add below code in /css/custom.css file to change the background color

    .navbar-default {
        background-color: #23263d;
        border-color: #171928;
    }

    To change the color of menu items add below code

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
        color: rgba(255,255,255,0.8);
    }

    Change the color codes as per needs.
    Regards

    dermozza Friend
    #1005362

    …and footer bg?

    dermozza Friend
    #1005364

    got it!

    dermozza Friend
    #1005375

    sorry, one last question…
    i have to change the text (lnik) color in the footer…

    also in custom.css?


    1. Unbenannt2
    Pankaj Sharma Moderator
    #1005381

    Hi
    Add below code in custom.css file and change the color code as per needs.

    .copyright a {color:ffff;}
    

    Hope it helps.

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 10 months ago.

The topic ‘ja_healthcare color of mainmenu’ is closed to new replies.