Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #694681

    Hello,
    I have a problem with icons color.
    I put this [av_font_icon icon='ue8cc' font='entypo-fontello' style='' caption='' link='' linktarget='' size='65px' position='center' color='#000000'][/av_font_icon]
    but icon is always grey, even if I change color…
    How can I do?

    Another thing:
    Where I can modifay Post grid?
    I can’t change button color or the lenght of post preview..
    thank you very much

    #694693

    Hey alididon!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #694701

    Hello Yigit,
    the problem is in the home page…but I’ve tried in other pages and there is the same situation.
    These is coming soon page now
    I have the same problem with links…I want links in this color: #62d8e5 but there is that color just when I put the mouse on it….I wanna see all links in that color..how can I do it?
    Thanks

    #695083

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_color a, .alternate_color a { color: #62d8e5 !important; }
    

    Best regards,
    Yigit

    #695379

    Hello, links are ok now, but not the icon in home page…
    And about Post grid? How can I do?
    Thanks
    AD

    #695381

    Hello, I’m sorry but after I add this .main_color a, .alternate_color a { color: #62d8e5 !important; }
    now All links are in that color…
    I just want textual links like that…not buttons too or woo commerce previews…Can you help me please?
    Thanks..

    http://brildent.com/brildent/ –> text in buttons should be white…

    And I don’t want title pages in that color….I just want links…………

    #696082

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .entry-content a {
        color: #62d8e5!important;
    }
    

    Best regards,
    Yigit

    #696169

    Hello,
    I put the code you gave me.
    Now links works good, but the words inside buttons are no more white…
    I hope you can help me to solve the problem completely soon…
    If you go to home page you can see the problem on the button..
    Thanks
    AD

    #696861

    Hey!

    Please add this one below the previous code.

    .vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
        color: #fff !important;
        background-color: #00C1CF;
    }

    Regards,
    Ismael

    #703378

    Thank you very much!!! :-)
    It works!

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