Home Forums WoodMart support forum Add white background on single product picture arrows

Add white background on single product picture arrows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #277952

    ipcom
    Participant

    How can i add white background under the arrows of the product preview pictures in single product? I am attaching a screenshot

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

    Hello,

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

    body .owl-carousel:hover .owl-nav>div, .show-arrow .wrap-loading-arrow>div {
    background-color:rgba(255,255,255,0.6)
    }

    Best Regards

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