By Leo Nobles III on Thursday, 13 September 2018
Posted in General
Likes 0
Views 672
Votes 0
Hello

Can I change the color to the mean bar on bottom thats viewable on mobile?

I'll make icones white & menu bar #2b2b2e so it would match menu bor on top.
Hey Leo,

I am sorry but I am not entirely sure which section are you referring to here. Can you kindly please include a screen shot in this ticket so that we are able to assist you?
·
Thursday, 13 September 2018 11:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello the menu bar I'm referring to can be seen on image attached.
·
Thursday, 13 September 2018 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
You can apply this following css into your template custom css section.


body .mobile-footer {
background-color: #2b2b2e;
}
·
Thursday, 13 September 2018 13:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

I applied the code in my root file Code Editor: thebullyplanet.com / httpdocs / templates / office / css / template.css & JoomlaFolder: css/custom.css" in template "office".

And still no changes, can you tell what I've done incorrectly?
·
Friday, 14 September 2018 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like you have enabled Cloudflare from your server which cached old CSS on your server.

You can manually access this link on the browser https://thebullyplanet.com/templates/office/css/custom.css , you will realised it will show empty code even you added above custom code into this file.

Can you try clear your Cloudflare cache and see how it goes?
·
Friday, 14 September 2018 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

Toolbar is a different color now but my users are unable to see icons on left & right side because they are same color, can icons be different color like white.
·
Friday, 28 September 2018 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
I've help you updated this following CSS and purged Cloudflare cache, it should render correct colour now.


body .mobile-footer {
background-color: #99a8b1 !important;
}
·
Friday, 28 September 2018 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks issue fixed.
·
Friday, 28 September 2018 16:53
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Friday, 28 September 2018 17:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post