How do i change the colour in the add listing button?
Add listing icon.
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.
-
Posted 1 year ago
-
Posted 1 year ago
If you are talking about the red background of the icon, photoshop would do it.
-
Posted 1 year ago
icon image is in your images folder inside your theme folder.
replace it with your new icon image.
Bill.
-
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
-
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.
-
Posted 1 year ago
Hi i still cant find a where that file is, is it under classified theme template? in the ccs file
-
Posted 1 year ago
Hi Clifford, try looking in the _styles.css file.
-
Posted 1 year ago
Hi i have tried looking again an still cant find where to edit it.
-
Posted 1 year ago
it's in css.framework.css file
http://www.advertcom.co.nz/wp-content/themes/classifiedstheme/PPT/css/css.framework.css
But you can override the styles putting the styles in to your theme stylesheet here:
Bill.
-
Posted 1 year ago
i found it thank you so much.
-
Posted 1 year ago
Great,
Bill.


