•  

Add listing icon.

This thread is over 4 months old
The content and issues discussed here maybe out of date or inaccurate.

Check you are running the latest version of your PremiumPress theme then look for a more recent forum post or submit a support ticket.
  1. u 5491
    offline
    cliffordavailable for hire
    Posted 1 year ago

    How do i change the colour in the add listing button?

  2. u 6809
    offline
    caleb
    Posted 1 year ago

    If you are talking about the red background of the icon, photoshop would do it.

  3. u 5519
    offline
    Bill
    Posted 1 year ago

    icon image is in your images folder inside your theme folder.

    replace it with your new icon image.

    Bill.

  4. u 5491
    offline
    cliffordavailable for hire
    Posted 1 year ago

    Hi i had a look at the images but i couldn find it, it the blue bit in the icon. my http://www.advertcom.co.nz

  5. u 5519
    offline
    Bill
    Posted 1 year ago

    Oh, Sorry, it's not the image, it's comes with CSS, You need to change background linear-gradient style property here:

    .btnDownload_01:before {
    background: -moz-linear-gradient(center top , #52B6E7, #52B6E7 20%, #187FB0 90%, #187FB0 120%) repeat scroll 0 0 transparent;
    content: url("../img/add.png");
    float: left;
    height: 50px;
    width: 50px;
    }

    Bill.

  6. u 5491
    offline
    cliffordavailable for hire
    Posted 1 year ago

    Hi i still cant find a where that file is, is it under classified theme template? in the ccs file

  7. u 6049
    offline
    Robert
    Posted 1 year ago

    Hi Clifford, try looking in the _styles.css file.

  8. u 5491
    offline
    cliffordavailable for hire
    Posted 1 year ago

    Hi i have tried looking again an still cant find where to edit it.

  9. u 5491
    offline
    cliffordavailable for hire
    Posted 1 year ago

    i found it thank you so much.

  10. u 5519
    offline
    Bill
    Posted 1 year ago

    Great,

    Bill.