Home Forums WoodMart support forum Increase size of product gallery arows

Increase size of product gallery arows

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #672681

    kontakt-9949
    Participant

    Hello, I wish to increase the size of my product gallery arrows. How do I do this? Looking forward to hearing from you

    #672708

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product .thumbs-position-left .wd-thumb-nav {
        --wd-arrow-width:50px; 
        --wd-arrow-height: 40px; 
        --wd-arrow-icon-size: 25px; 
      }

    Best Regards,

    #672886

    kontakt-9949
    Participant

    Hey, thanks for getting back to me so quickly. This works great, but I only want to increase the size of the arrows on the main image, not the thumbnail arrows. See screenshot for clarification. Sorry for not specifying this before.

    Attachments:
    You must be logged in to view attached files.
    #672903

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product .wd-nav-arrows:not(.wd-thumb-nav) {
        --wd-arrow-width: 50px;
        --wd-arrow-height: 40px;
        --wd-arrow-icon-size: 35px;
    }

    Best Regards,

    #672906

    kontakt-9949
    Participant

    Thats great, thank you so much!

    #672909

    Hello,

    Sounds great that your issue has been solved.

    You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Increase size of product gallery arows’ is closed to new replies.