Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #384753

    Hi,

    what custom CSS do I need for simple text links within the text field of an icon box?

    The settings of an icon box has no custom color settings for text links:

    I need the link color of the text field in an own custom color, currently the text links have the same color as the other normal text:

    Thanks in advance!

    #384756

    Hey!

    Set a custom class to that icon box and add this to Quick CSS:

    .custom_icon_class .iconbox_content a{
    color: red;
    }

    Regards,
    Josue

    #384943

    Thank you, but I don’t understand, what do you mean with “custom icon class”? Where should I set this and how should I call this class?
    It’s bit confusing for me …

    Thank you.

    #384996

    Hey!

    Refer to this article:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    The class to set in the icon boxes would be custom_icon_class.

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.