Archived topic
right sidebar color issue- widget
1 reply · Started by ishtiaque on December 16, 2022
Viewing posts 1–2 of 2
Hi There,
How can I remove this section from my widget?
screenshot: https://prnt.sc/uOy-2wZCGQiM
looking forward for your prompt response
Hi there,
1. Edit the Right Sidebar widget in Appereance > Widgets - make sure you don't have an empty block at the top.
2. In Customizer > Additional CSS remove this CSS to remove its colors:
/* 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;
}
This archived topic is closed to new replies.