• Resolved kamoe

    (@kamoe)


    How can I set the color of the ad title link in [adverts_list columns] ? It seem to default to blue in my case.

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

    (@gwin)

    You can go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below it will change the link color to red.

    
    body .advert-item span.advert-link .advert-link-text {
        color: red;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘color of the ad title link’ is closed to new replies.