-
AuthorPosts
-
April 30, 2015 at 11:41 am #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
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 3, 2015 at 8:38 pm #569220Hi 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-
May 3, 2015 at 8:38 pm #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:
PalAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
fabridelo Friendfabridelo
- Join date:
- May 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 4, 2015 at 7:55 pm #569401Hello Adam
I have the same problem and partly solve like palimo.
I follow this post and I hope for a solution. :laugh:fabridelo Friendfabridelo
- Join date:
- May 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 4, 2015 at 7:55 pm #734490Hello Adam
I have the same problem and partly solve like palimo.
I follow this post and I hope for a solution. :laugh:Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 6, 2015 at 3:45 am #569596Hi @fabridelo,
May I know your site url too ?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 6, 2015 at 3:45 am #734685Hi @fabridelo,
May I know your site url too ?
fabridelo Friendfabridelo
- Join date:
- May 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 7, 2015 at 7:04 pm #569809Hello
My site http://www.provafab.joomlafree.it
I just started to do the site is practically the demo universityfabridelo Friendfabridelo
- Join date:
- May 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 7, 2015 at 7:04 pm #734891Hello
My site http://www.provafab.joomlafree.it
I just started to do the site is practically the demo universityAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 8, 2015 at 4:57 am #569859Hi @fabridelo,
Please use this code instead :
.site-navigation-right .off-canvas-toggle i,
#t3-off-canvas .t3-off-canvas-header {
color: red;
background: red;
}1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 8, 2015 at 4:57 am #734941Hi @fabridelo,
Please use this code instead :
.site-navigation-right .off-canvas-toggle i,
#t3-off-canvas .t3-off-canvas-header {
color: red;
background: red;
}1 user says Thank You to Adam M for this useful post
fabridelo Friendfabridelo
- Join date:
- May 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 8, 2015 at 9:47 am #569897Hello 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 Friendfabridelo
- Join date:
- May 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 8, 2015 at 11:07 am #569916Ok 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 -
AuthorPosts
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
Jump to forum