• Resolved bill8

    (@bill8)


    What’s the CSS code for the text color of the titles of the categories on the page that list the categories sections?

    I tried this code, but it isn’t working:

    .adverts-category-link {
        color: white; !important
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    i understand you are using the [adverts_categories] shortcode with param “show” set to “top”, if so then please try using the code below

    
    .adverts-categories-top .adverts-flexbox-title {
        color: white;
    }
    
    Thread Starter bill8

    (@bill8)

    That worked, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wpadverts category title text color css’ is closed to new replies.