• Resolved kintango

    (@kintango)


    Hi! I want to change background color on the advert_categories_show_all display. I found the class adverts-flexbox-wrap and tried to change values, but it’s not working

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

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

    (@gwin)

    Hi,
    to change the (gray) background for boxes in the [adverts_categories] shortcode you can go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below

    
    .adverts-categories-all .adverts-flexbox-item {
        background: #f1f1 !important;
    }
    

    Just change #f1f1 to a color you would like to use.

    Thread Starter kintango

    (@kintango)

    Thx @gwin

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Advert_categories show=all background’ is closed to new replies.