- AuthorPosts
- September 17, 2020 at 3:30 pm #27192Heather L JencksGuest
Hello,
Per Jesse’s request, I’m creating a new Support Forum item about this issue.
My original message:
When I first inserted the slider and resized navigation dots to a larger size, it worked perfectly. For some reason, the dot size shrunk and no matter what size I insert, they still show up tiny. How do I correct this?
Thank you for your assistance!
–Heather
September 17, 2020 at 4:02 pm #27237Jesse OwensKeymasterHi Heather-
I took a look at your website, and I found a slider on your Services page that looked like what you’re describing.
Some CSS rule is over-riding the dot size rule, and while I wasn’t able to determine exactly what was causing it, I did find some custom CSS that will fix it for you.
Navigate to Customize > Advanced > Custom JS&CSS and paste the following lines into your Custom Theme CSS field:
ul.slick-dots > li, li.slick-active { font-size: 55px !important; }
It looked like you had them set to 55 pixels in your slider controls, but feel free to adjust that value larger or smaller to fit your needs.
September 17, 2020 at 6:06 pm #27256Heather L JencksGuestYAYYYYYY! 😀
Thank you, Jesse! :))))) That worked!
I wonder if the Google Easy Font plugin I have loaded is messing with it?
Anyway, the CSS worked. Thank you so much! 😀
–Heather
September 17, 2020 at 6:08 pm #27270Jesse OwensKeymasterHi Heather-
It’s possible it may have been the Google Font plugin, I didn’t try that one. I suspected the Easy Accordion plugin, but when I tried to replicate it in a testing environment I couldn’t get the same behavior.Either way, all’s well that ends well, glad to hear you’re in business. Let us know if you need any more help, we’re happy to assist.
September 17, 2020 at 6:17 pm #27272Heather L JencksGuestAh! Good to know. Thank you, Jesse! 🙂
- AuthorPosts
- The topic ‘[Resolved] Slider dot size issue’ is closed to new replies.