• Resolved lifebywyetha

    (@dollplaceproject)


    Hello,

    I’ve tried almost everything possible to change the widget background color and the CSS I’m using is not working.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @dollplaceproject,

    We can change the background color with the help of custom css. Please apply the below given css under Appereance -> Customize -> Additional Css-

    aside#secondary {
    background-color: red;
    }
    

    You can change red color with your choice of color.

    Kind regards,

    Manoj

    Hi @dollplaceproject,

    You can change the widget title and its background color with CSS. Please add the below code in Additional CSS via Dashboard > Appearance > Customize > Additional CSS.

    /** Widget Title background color */
    .widget .widget-title {
        background: #FEEAE3;
    }
    
    /** Widget Background Color */
    #secondary .widget {
        background: #FEEAE3;
    }

    I hope this helps.

    Note: We provide dedicated and quick email support to all our users so we would like you to contact our support team here if you face any issue or have questions in the future.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the Widget Background Color’ is closed to new replies.