Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #328203

    ..ist there an easy way to do that?

    #328208

    Hi Erich!

    You can turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your iconbox element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .iconbox_top .iconbox_content { background-color: red !important; }

    Best regards,
    Yigit

    #328241

    ..perfect and timely support. thanx

    #328262

    .. but it dies not work yet.

    In the icon box I inserted the “Benutzerdefinierte CSS Klasse” ek_ibbg1
    and in the css editor I wrote

    /* Hintergrundfarbe für die icon-Bow ändern */
    .ek_ibbg1 .iconbox_top .iconbox_content { background-color: red !important; }

    But nothing happened.

    If I just type

    /* Hintergrundfarbe für die icon-Bow ändern */
    .ek_ibbg1  { background-color: red !important; }

    ..I get small red dots in the corners of the icon box

    #328272

    Hi!

    Can you post the link to your website and point out the iconbox please?

    Cheers!
    Yigit

    #328274

    ..got it, sorry. I put your code under Design > Editor instead of Endold Child > General Option..

    Now it works. I did not think about the difference

    • This reply was modified 10 years, 1 month ago by elucius25.
    #328284

    But it still does not work for the IB with the icon above the text in the middle

    #328288

    Hey!

    Please post the link to your website so we can see the issue and provide you more accurate solution

    Cheers!
    Yigit

    #328453

    I thougt I might have screwed something up with the child theme, so in my test system I newly instaled the child theme. the only entry in the function.php is now
    add_theme_support('avia_template_builder_custom_css');

    The only entry in the style.css in the enfold-child-folder is now:
    .ek_ibbgc1 .iconbox_top .iconbox_content { background-color: red !important; }

    And still nothig changes. Both icon boxes at dev1.sansolum.de is the css custom class ek_ibbgc1 assigned.

    user:guest
    pw:guest

    #328458

    Hey!

    Please disable CSS minifying feature on the plugin you are using and flush browser cache.

    Cheers!
    Yigit

    #328478

    Please disable CSS minifying feature on the plugin you are using

    The only plugins that I am using are
    Woocommerce
    – WC German Market
    -Kriesi adaption to those above

    Where can I disablen that feature?

    #328480

    Hi!

    Hmm. Do you mind creating a temporary admin login and posting it here privately so i can look into it?

    Best regards,
    Yigit

    #328485
    This reply has been marked as private.
    #328488

    Hi!

    Please use the code as following

    .ek_ibbgc1 .iconbox_content { background-color: red !important; }

    :)

    Regards,
    Yigit

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