Slider formatting is weird

Hi,

One of my favourite features of the Sparkling theme is the slider and its crisp edges.

Anyway, on my site, I now have a rounded white border around my feature post images in my slider, and 5 dots underneath (for navigation), instead of the dashes it used to have.

Any idea where I can revert these back to the original settings?

My site is gunrack.co.nz.

Thanks for your time

Hi @geoff,

I hope you are well today and thank you for your question.

I visited your shared site and could confirm the issue.

It seems the CSS conflict issue on your site that can be resolved by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS


#page .flexslider{
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
ol.flex-control-paging li a {
-webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 25px;
  height: 8px;
}

Best Regards,
Movin

hi @movin,

Thanks for your response. I added the above code in the custom css box, but nothing changed unfortunately. Any other ideas?

Cheers,
Geoff

Hi Geoff,

Sorry i had made some small typo mistake in my above shared code therefore it was not working.

I have corrected this mistake so could you please try using the above updated code replacing the previously added code in the custom CSS option?

Regards,
Movin

Thanks! Working perfectly now!

You are most welcome here :slight_smile:

Hi, I have may be the same problem… my slider images don’t show as full size images.

this is my site - http://blog.eldominvest.com/

What I have to do?

You will see the blank space left and right.

My image is 1920x550px

Thanks!

Hi @aleksa,

I hope you are well today.

To help keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/sparkling/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Cheers,
Movin