Archived topic
Cannot remove background colour of top sidebar item
7 replies · Started by asgari of sweden ab on August 3, 2022
Hi!
For some reason I cannot remove this background colour for the top sidebar item. Whatever the top sidebar item is, it has this blueish background.
https://snipboard.io/UhmQSt.jpg
Please let me know how I can remove it.
Hi there,
Go to the Additional CSS field in the customizer and remove this block of CSS:
/* Featured widget */
.sidebar .widget:first-child,
.sidebar .widget:first-child .widget-title{
background-color: #83b0de;
color: #fff;
}
Let me know if this helps :)
This did not help unfortunately:
https://snipboard.io/r5nbVk.jpg
I changed to this and it helped:
/* Featured widget */
.sidebar .widget:first-child,
.sidebar .widget:first-child .widget-title{
background-color: #fff;
color: #000;
}
However since links are white, they are not visible now.
https://snipboard.io/lKUf1n.jpg
Where can I change this, under colors link are chosen to be blue.
Hi there,
in Customizer > Additional CSS.
DELETE the following CSS:
.sidebar .widget:first-child a, .sidebar .widget:first-child a:hover {
color: #fff;
}
Hi! Thank you, it seems solved now!
Glad to hear that!