Site logo

[Support request] right sidebar color issue- widget

Home Forums Support [Support request] right sidebar color issue- widget

Home Forums Support right sidebar color issue- widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2464717
    ishtiaque

    Hi There,
    How can I remove this section from my widget?
    screenshot: https://prnt.sc/uOy-2wZCGQiM
    looking forward for your prompt response

    #2465031
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.