• How can i change the color for the category. Habe it on startpage with shortcode.

    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,
    you can change the red color to some other by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    .adverts-categories-top span.adverts-flexbox-icon {
        color: blue;
    }
    
    Thread Starter thomas110

    (@thomas110)

    Thx very much Greg.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Color for category’ is closed to new replies.