Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28643

    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.

    #138202

    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.

    #138203

    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

    #138204

    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.

    #138205

    Hi Etienne,

    Please add following code to Custom.css file or Quick CSS in Enfold theme options page under Styling

    .header_color .avia-menu-fx { display: none; }

    Regards,

    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Fontello color’ is closed to new replies.