Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
how to change the colour of icons in iconbox?
marketingimdex
April 2016
in
Theme support
how to change the colour of icons in iconbox?
The icons i am refering to are black and ticks.
http://dev.amcmud.com/product/amc-corewell/
Comments
Albert
April 2016
Do you mean Info Box? Because we don't see any icon box on above page.
marketingimdex
April 2016
Yes thanks,
Albert
April 2016
If you mean Info Box, you need to replace existing checkbox icons with your own. Image is located under
http://dev.amcmud.com/wp-content/themes/betheme/images/icons/list_check.png
marketingimdex
April 2016
Is there a way to change these to icons?
Albert
April 2016
Like we wrote above, you need to replace this image with own. We gave you above path to the image where you can replace it.
marketingimdex
May 2016
Is there a way to do it in CSS as all the theme files change when I update the theme?
Albert
May 2016
To change those icons with custom css, you need to use the following code:
.infobox ul li::before {
background-image: url("PATH-TO-IMAGE") !important;
}
Sign In
or
Register
to comment.
Comments