Forum Replies Created
-
AuthorPosts
-
Thanks, this Quick CSS workaround fixes the problem:
#footer a { color: #aaaaaa !important; } #footer a:hover { color: #ffffff !important; }
Is it possible to fix it without a workaround? The footer primary and highlight color is defined in enfolds styling section. So it should not be necessary to use ‘important’ in Quick CSS!
bye,
KarstenThis reply has been marked as private.Thanks. This places the arrows perfectly on top for the entries slider slider. But between the arrows for the content slider (on the left) and the heading there is too much space. How to remove this?
bye,
KarstenHi Dude,
thanks for your answers!
1) You can modify the post slider and add the “avia-smallarrow-slider” class to it – then the navigation button layout should change. Follow the instructions here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add “avia-smallarrow-slider” (without the quotes) into the Custom CSS class field.
Nice;) This works so far but places the arrows below the sliders content. How do I place it at top?
2) You can hide the feature image with css code – insert it into the quick css field or child theme style.css file:
.avia-content-slider .slide-image { display: none !important; }
Hmm, works in the quick css field but not in my child theme style.css file. But more important is the remaining white space on top. How to remove this additional empty „line“? Please have a look at the site.
bye,
Karsten -
AuthorPosts