-
AuthorPosts
-
October 1, 2014 at 3:57 pm #328203
..ist there an easy way to do that?
October 1, 2014 at 4:03 pm #328208Hi 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,
YigitOctober 1, 2014 at 4:29 pm #328241..perfect and timely support. thanx
October 1, 2014 at 4:50 pm #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
October 1, 2014 at 4:58 pm #328272Hi!
Can you post the link to your website and point out the iconbox please?
Cheers!
YigitOctober 1, 2014 at 4:59 pm #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.
October 1, 2014 at 5:04 pm #328284But it still does not work for the IB with the icon above the text in the middle
October 1, 2014 at 5:08 pm #328288Hey!
Please post the link to your website so we can see the issue and provide you more accurate solution
Cheers!
YigitOctober 1, 2014 at 8:29 pm #328453I 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:guestOctober 1, 2014 at 8:32 pm #328458Hey!
Please disable CSS minifying feature on the plugin you are using and flush browser cache.
Cheers!
YigitOctober 1, 2014 at 8:49 pm #328478Please 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 aboveWhere can I disablen that feature?
October 1, 2014 at 8:50 pm #328480Hi!
Hmm. Do you mind creating a temporary admin login and posting it here privately so i can look into it?
Best regards,
YigitOctober 1, 2014 at 8:55 pm #328485This reply has been marked as private.October 1, 2014 at 9:00 pm #328488 -
AuthorPosts
- You must be logged in to reply to this topic.