Site logo

Archived topic

Right sidebar pane color problem

3 replies · Started by Irinel on July 13, 2022

Viewing posts 1–4 of 4

Hi, I have a problem with the color of the highlight pane, of the first block, in the right sidebar of my theme. The child theme is Generate Press Marketer.

I tried to enable theme color change from premium settings but nothing. I can change all the colors in the world except this box. Can anyone tell me how to fix it and if by chance he had similar problems?

The problem occurs only with the first box because the ones after are white so I have no other problems.
I am attaching the link to the screenshot of the problem. But it is visible immediately. on the right when you enter the site from the desktop.
The site is cryptofreecoupon.com

https://ibb.co/q5q1q4h

Hi there,

that widget is styled using Custom CSS.
Go to Customizer > Addiitonal CSS and look for this:

/* Featured widget */
.sidebar .widget:first-child,
.sidebar .widget:first-child .widget-title{
	background-color: #83b0de;
	color: #fff;
}
.sidebar .widget:first-child a,
.sidebar .widget:first-child a:hover {
	color: #fff;
}

You can delete that CSS if you want it to be styled like the other widgets. Or you can edit the values if you want it to have a different style.

Perfect David, you have been very kind. I solved the problem. A thousand thanks.

Glad to be of help!

This archived topic is closed to new replies.