[Resolved] Right sidebar pane color problem

Home Forums Support [Resolved] Right sidebar pane color problem

Home Forums Support Right sidebar pane color problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2281397
    Irinel

    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

    #2281437
    David
    Staff
    Customer Support

    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.

    #2282326
    Irinel

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

    #2282369
    David
    Staff
    Customer Support

    Glad to be of help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.