• Resolved refael747

    (@refael747)


    Thanks so much for the plugin! It is very useful to me.
    How can I change the color of the category icons, and the color of the displayed price?
    Currently both are shown in red, and I want to change to another.

    Thanks.

    • This topic was modified 6 years, 6 months ago by refael747.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    thanks i am glad you are liking the plugin so far.

    To change the icon’s color (i understand you mean the icons in [adverts_categories] shortcode) and price background you can go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below

    
    .adverts-categories-top span.adverts-flexbox-icon {
        color: green;
    }
    
    .adverts-list .advert-price {
        border-color: green;
        color: green;
    }
    .adverts-list .advert-price {
        border-color: green;
        color: green;
    }
    .adverts-list .advert-item:hover .advert-price {
        background-color: green;
    }
    
    .adverts-single-price .adverts-price-box {
        background-color: green;
    } 
    
    Thread Starter refael747

    (@refael747)

    Thank you so much!

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

The topic ‘How to change color of categories and price tag’ is closed to new replies.