You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
how can i change the color of the frames from the circles on the homepage (the four circles under the slider).
thanks
You can do it in the tmpl.default.css file in the following class:
#featured-row .mod-newsflash .item img,
#featured-row .mod-custom img {
background-color: #dabe85;
border: 10px solid #dabe85;
border-radius: 50%;
box-shadow: 0 0 0 0 #cccccc;
margin: 0 20px 10px 0 !important;
width: auto;
}
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.