Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #647007

    How can I change the color of the Icon Font in the container Tabs Element?
    Is there a css code?
    Thank you.
    Kind regards, Roland

    #647068

    Hey leaf-out,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #647086

    Hi Andy,

    here is the link

    #647124

    Hi,

    The only icons I could notice are the ones above the youtube videos. The icons are part of youtube video and there is no easy way to target the elements in an iframe. It may be possible if there is an option available to change the player settings in youtube please check in the youtube settings.

    Best regards,
    Vinay

    #647221

    Hi Vinay,

    that is not what I meant.
    Attached a link whre you can see what Icon color I want to change..

    Kind regards,
    Roland

    #647391

    Hi,

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

    .tabcontainer .tab_icon {
        color: red;
    }
    

    Best regards,
    Yigit

    #647401

    Hi Yegit,

    I tried the code but it has no effect to the Icon color.

    Kind regards,
    Roland

    #647404

    Hi!

    Please try adding !important rule as following

    .tabcontainer .tab_icon {
        color: red !important;
    }

    If that still does not help, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    #647412

    Hello Yegit,

    it does not work. Attached an admin login to the side.

    Kind regards,
    Roland

    #647485

    Hey!

    There was a missing closing curly bracket in your Quick CSS field. I closed it and added the code i posted here. Please review your website now

    Cheers!
    Yigit

    #647493

    Hello Yigit,

    You did it. Great theme and great support.
    Thank you very much for your help.

    Kind regards,
    Roland

    #647499

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change Icon Font color in Tabs Element’ is closed to new replies.