• Resolved asky09

    (@asky09)


    How can I change the design of highlighted ads?
    For example the standard settings of these ads are highlighted with the colour yellow.

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

    (@gwin)

    Hi,
    to change how the featured Ads are displayed you would need to customize the ads list CSS from wp-admin / Appearance / Customize / Additional CSS panel.

    How to do that depends on what changes you would like to make? For example, if you would like to change the background color and add a border around featured Ads you could add there this code

    
    body .advert-item.advert-is-featured {
        background-color: red;
        border-color: green;
    }
    
    Thread Starter asky09

    (@asky09)

    hmm unfortunately, the shortcode doesn′t work.

    Plugin Author Greg Winiarski

    (@gwin)

    Can you paste a link to a page where you are trying to change the colors? I am testing the snippet on my dev site and seems to be working fine.

    One other thing you can try is to postfix the values with !important keyword, so for example instead of border-color: green; you will have border-color: green !important;.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Design of highlighted Ads’ is closed to new replies.