Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • palimo Friend
    #205971

    Hi!

    How do I change the color of the Off canvas menu item (Three blue line), and background?
    I have attached an image.
    Thanks.
    Pal


    1. how_i_change
    Adam M Moderator
    #569098

    Hi @palimo,

    Please open file root_folder/templates/uber/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    .site-navigation-right .off-canvas-toggle,
    #t3-off-canvas .t3-off-canvas-header {
    color: red;
    }

    palimo Friend
    #569220

    Hi Adam!
    Thank you for your reply, but only partly solve the problem.
    I inserting the code in to custom.css, but just change the line 3 symbols. (my colors: #ec008c, magenta)
    The attached figure shows the change.
    It is possible to change the background?
    2:
    I want to change the color of the active link also?
    Can you help the right code?
    Thanks:
    Pal


    1. how_to_change
    2. active-link
    palimo Friend
    #734309

    Hi Adam!
    Thank you for your reply, but only partly solve the problem.
    I inserting the code in to custom.css, but just change the line 3 symbols. (my colors: #ec008c, magenta)
    The attached figure shows the change.
    It is possible to change the background?
    2:
    I want to change the color of the active link also?
    Can you help the right code?
    Thanks:
    Pal

    Adam M Moderator
    #569293

    Hi @palimo,

    In this case, please provide your site url so I can have a look first in order to let you know further modifications.

    fabridelo Friend
    #569401

    Hello Adam
    I have the same problem and partly solve like palimo.
    I follow this post and I hope for a solution. :laugh:

    fabridelo Friend
    #734490

    Hello Adam
    I have the same problem and partly solve like palimo.
    I follow this post and I hope for a solution. :laugh:

    Adam M Moderator
    #569596

    Hi @fabridelo,

    May I know your site url too ?

    Adam M Moderator
    #734685

    Hi @fabridelo,

    May I know your site url too ?

    fabridelo Friend
    #569809

    Hello

    My site http://www.provafab.joomlafree.it
    I just started to do the site is practically the demo university

    fabridelo Friend
    #734891

    Hello

    My site http://www.provafab.joomlafree.it
    I just started to do the site is practically the demo university

    Adam M Moderator
    #569859

    Hi @fabridelo,

    Please use this code instead :

    .site-navigation-right .off-canvas-toggle i,
    #t3-off-canvas .t3-off-canvas-header {
    color: red;
    background: red;
    }

    Adam M Moderator
    #734941

    Hi @fabridelo,

    Please use this code instead :

    .site-navigation-right .off-canvas-toggle i,
    #t3-off-canvas .t3-off-canvas-header {
    color: red;
    background: red;
    }

    fabridelo Friend
    #569897

    Hello Adam

    Work but i have a small problem.
    The three lines are now disappeared. I would like first, three white lines.
    This is my custom.css

    .btn-primary {
    color: #FFFFFF!important
    background-color: #D32F2F!important
    border-color: #F44336!important
    }
    .btn-primary:hover{
    color: #FFF!important
    background-color: #F44336!important
    border-color: #F44336!important
    }
    .btn-primary:focus{
    color: #FFF!important
    background-color: #D32F2F!important
    border-color: #F44336!important
    }

    .site-navigation-right .off-canvas-toggle i,
    #t3-off-canvas .t3-off-canvas-header {
    color: #727272
    background: #727272
    }

    Thanks

    Best Regards

    fabridelo Friend
    #569916

    Ok Adam
    Work perfect!!! for me solved
    I use this code in custom.css

    .btn-primary {
    color: #FFFFFF!important
    background-color: #D32F2F!important
    border-color: #F44336!important
    }
    .btn-primary:hover{
    color: #FFF!important
    background-color: #F44336!important
    border-color: #F44336!important
    }
    .btn-primary:focus{
    color: #FFF!important
    background-color: #D32F2F!important
    border-color: #F44336!important
    }

    .site-navigation-right .off-canvas-toggle,
    #t3-off-canvas .t3-off-canvas-header {
    color: #FFFFFF
    background: #727272
    }

    very very thanks
    Best regards

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 3 voices, and was last updated by  Adam M 9 years, 6 months ago.

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