• mfridge

    (@mfridge)


    Hi,
    when using the slider for featured posts, the slider naviation div (div with class .slider-control-nav .slider-control-paging) is colored in the “contrast color”. This looks good and happens in the “normal” view for large brower windows.

    In the mobile view however (small browser window), this div has the style background-color: #fff;, which doesn’t look good and seems to be an error.

    Can you cofirm this and provide a fix? I’m going to hardcore a matching background-color in my style.css in the meantime.

    Thank you — and thanks for this great and simple to use plugin!

    https://www.ads-software.com/plugins/fourteen-colors/

Viewing 1 replies (of 1 total)
  • Thread Starter mfridge

    (@mfridge)

    This is my fix so far:

    .slider-control-paging {
        background: transparent none repeat scroll 0 0;
        margin: -48px 0 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘.slider-control-nav .slider-control-paging not colored in mobile view’ is closed to new replies.