Hi,
I would like to know if it is possible to change the fontello icons color via the admin panel or if i have to do it via the custom.css
I’ve done it with the custom but i wanted to be sure.
Thanks.
Etienne.
I mean to change all the background color every where.
I would like the background color to be : #ECE661 and the color : #FFFFFF.
I’m asking it because there is no theme who is close to my color so i want to customize everything but i’m pretty sure if i do it by myself i’ll forget some element (i just realise i have to modify also the icon on the hover on an image).
Thanks.
Etienne.
Hey.
There are lots of elements with the fontello icons. Can you give us a specific list of items that you want to change? Iconbox? Iconlist etc?
This will get you started.
.avia-icon-list .iconlist_icon {
background-color: #ECE661;
background: #ECE661;
color: #FFFFFF;
}
.main_color.iconbox_top .iconbox_icon {
background-color: #ECE661;
color: #FFFFFF;
border-color: #ECE661 ;
background: #ECE661;
border: 1px solid #ECE661;
}
Regards,
Ismael
Hi,
Yes i have changed the icon list color and in the icon box. It’s ok for the moment.
I just would like to change the color of the bottom border on the hover in the main menu. Where do i need to change this?
Thanks.