• Resolved tommi8

    (@tommi8)


    Hallo Greg,
    Zu adverts_categories show=”all” :

    – wie kann ich die Farbe der Eintr?ge ?ndern?
    – wie kann ich die Farbe des Icons ?ndern?:
    – w?e funktioniert der Link zu “view all” ?

    Vielen Dank für deine Hilfe.

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

    (@gwin)

    Hi,
    1. to change the text and/or background color add the code below in the wp-admin / Appearance / Customize / Additional CSS panel

    
    .adverts-flexbox-wrap a {
      color: green;
    }
    .adverts-categories-all .adverts-flexbox-item {
      background: aliceblue !important;
    }
    

    2. to change the icon color, also in the Additional CSS panel add

    
    .adverts-category-all-main > span::before {
      color: red !important;
    }
    

    3. it just links to the page (advert_category taxonomy) with all the Ads from the top category.

Viewing 1 replies (of 1 total)
  • The topic ‘Farben ?ndern’ is closed to new replies.