Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27192
    Heather L Jencks
    Guest

    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

    #27237
    Jesse Owens
    Keymaster

    Hi 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.

    #27256
    Heather L Jencks
    Guest

    YAYYYYYY! 😀 

    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

    #27270
    Jesse Owens
    Keymaster

    Hi 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.

    #27272
    Heather L Jencks
    Guest

    Ah! Good to know. Thank you, Jesse! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘[Resolved] Slider dot size issue’ is closed to new replies.