• Resolved regularmixture

    (@regularmixture)


    Looking to change the background color of the ads from white to a selected color. Anybody have luck with this?

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, do you mean Ads in [adverts_list] shortcode? If so then you can change the background color by adding following CSS to your theme CSS file

    
    body .advert-item {
        background-color: darksalmon;
    }
    

    of course replace darksalmon with color you would like to use.

Viewing 1 replies (of 1 total)
  • The topic ‘Background Color’ is closed to new replies.