Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Footer does not respect primary color #401926

    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,
    Karsten

    in reply to: Footer does not respect primary color #401223
    This reply has been marked as private.
    in reply to: Slider Navigation #309059

    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,
    Karsten

    in reply to: Slider Navigation #307600

    Hi 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

Viewing 4 posts - 1 through 4 (of 4 total)