Background colour

Home Support Winsome Pro Background colour

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7160
    Anonymous
    Inactive

    Is it possible to add more than one background colour for different widgets? I’d like to have different options for different sections.

    #7161
    ProDesigns
    Keymaster

    Hi @ali

    Yes, you can add the different background color for the different section using custom CSS.

    You can go to Appearance >> Customize >> Additional CSS to add your custom CSS.

    Thank you.

    #7162
    Anonymous
    Inactive

    Can you give me example code please?

    #7163
    ProDesigns
    Keymaster

    If you want to change the background of Service section of demo site (https://promenadethemes.com/demo/winsome-pro/) you can use following CSS:

    .winsome_widget_services {
        background: #dedede;
    }

    It look like this: https://prnt.sc/hb73r6

    Please change class and style as per your requirement.

    Thank you.

    #7164
    Anonymous
    Inactive

    If you look at the Testimonials section of my web site at http://www.alicampbelltestsite.co.uk, I’d like to change the background colour but the Testimonials widget doesn’t have a Section ID. How do I assign a background colour to it?

    #7165
    ProDesigns
    Keymaster

    You can use following code:

    .pt_theme_addon_widget_testimonials {
        background: #F45f67;
    }

    Change color to yours in above code.

    Thank you.

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