• Hi
    I have WPAdverts installed and have managed to change many of the styling via the custom css form, howerver, the adverts-ad page (whereby user can select a single/multi package) I cannot seem to amend the code so that I can change the font colour and the price boxes?
    Can anyone help?

    The page I need help with: [log in to see the link]

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

    (@gwin)

    Hi,
    the page you linked to seems to require login, can you maybe paste a screenshot with the items you would like to change marked? I should be able to help then.

    Thread Starter circlemaze

    (@circlemaze)

    Hi Greg
    Can you view this? Its the highlighted sections, I want to be able to change the blue box price surrounds to my theme’s colour purple
    https://www.circlemaze.com/wp-content/uploads/2020/02/wpads-colour.jpg

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    you should be able to change the blue background behind the price to purple by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    span.adverts-listing-type-cost {
        background: purple !important;
    }
    
    Thread Starter circlemaze

    (@circlemaze)

    That’s the one many thanks – and one last thing – the “select Pricing” link button, how can I change this color too?

    Plugin Author Greg Winiarski

    (@gwin)

    The button might be using the theme styling so i might need a link to the page with this button to see it on line, but you can try the following CSS code

    
    input[type=submit].adverts-button {
      color: purple !important;
    }
    
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WP Adverts Customisation’ is closed to new replies.