End of Support for Joomla 3 - Forum closed
[SOLVED] How to change colour of Sidebar B
Hi,
I want to change the colour of e.g. the red SIDEBAR B.
Where can I find the settings? Is it in the Customizer?
Thank you
Kai-Uwe
I want to change the colour of e.g. the red SIDEBAR B.
Where can I find the settings? Is it in the Customizer?
Thank you
Kai-Uwe
by kai2
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic How to change colour of Sidebar B
Posted 9 years 11 months ago #6033
Hi there, please use the Firefox with Firebug to analyze the red box.
After that you will find a css code like this:
After that you will find a css code like this:
And now, goto your css > custom.css and add this code.uk-panel-box-red {
background: none repeat scroll 0 0 #d33;
color: #fff;
padding: 30px;
}
.uk-panel-box-red {
background: #111;/*add your new color here*/
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Thank you for your advise.
Now there is another little problem:
I created a style for the Navbar in the Customizer.
It looks very good in the Customizer-Backend, but the created style will not appear in the frontend.
Now there is another little problem:
I created a style for the Navbar in the Customizer.
It looks very good in the Customizer-Backend, but the created style will not appear in the frontend.
by kai2
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic How to change colour of Sidebar B
Posted 9 years 11 months ago #6036
Did you select the right style in the customizer?
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Now I see that´s a problem only in firefox 34 (Mac).
After a restart of Firefox it works.
After a restart of Firefox it works.
by kai2
Please Log in or Create an account to join the conversation.
- sitsolutions
- Offline
- Fresh Boarder
- Posts: 1
- Thank you received: 0
Replied by sitsolutions on topic How to change colour of Sidebar B
Posted 8 years 5 months ago #14088
Hi,
i tried the same but my custom.css is empty,
tried the theme.css but it didnt work
wich file do i have to change?
i tried the same but my custom.css is empty,
tried the theme.css but it didnt work
wich file do i have to change?
by sitsolutions
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates