test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #986114

    Hi you want to change the menu items color or background that is dark at this time.

    valthebault Friend
    #986117

    Hi,

    I’d like to change all the background color to grey. Consequently, the color of text on footer and menu.

    Pankaj Sharma Moderator
    #986184

    Hi

    For header go to
    /templates/ja_sugite/css/template.css
    Find
    and change the Background color code with your code

    .scrollDown .t3-header, .scrollUp .t3-header {
        top: 0;
        background: #292929 !important;
        position: static;
    }

    Add below code in /custom.css file for sidebar menu
    and change the color code with your codes

    .t3-off-canvas .t3-off-canvas-header {
        background: #151515!important;}
    .t3-off-canvas .t3-off-canvas-body {
    
        background: #eee!important;
    }
    

    For footer part add this code in custom.css

    .t3-footer {
        background: #2d3e50!important;
    }

    Regards

    valthebault Friend
    #986476

    Hi,

    Thank you, it worked very nicely.

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

This topic contains 4 replies, has 2 voices, and was last updated by  valthebault 8 years, 1 month ago.

The topic ‘Change the black color of the menu on top, sidemenu and the blue on footer’ is closed to new replies.