Home Forums WoodMart support forum Page Design Help

Page Design Help

Viewing 6 posts - 61 through 66 (of 66 total)
  • Author
    Posts
  • #685800

    yaojunjie0710
    Participant

    Hi, Luke
    I have delete the bracket as your request.
    But, there is not any change at all.
    Can you check again ?

    #686068

    Luke Nielsen
    Member

    Hello,

    We have fixed that issue on your end.

    Please recheck the issue and let me know.

    Thank you for your time.

    Kind Regards

    #686357

    yaojunjie0710
    Participant

    Hello, Luke
    Thanks for your kind support !

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

    Luke Nielsen
    Member

    Hello,

    Here is the same custom CSS that is used on that website:

    .single-product .woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
        background: #ed145b;
        margin-left: -5px;
        border-radius: 50%;
    }

    Kind Regards

    #686669

    yaojunjie0710
    Participant

    Hi, Luke
    Thanks for your kind support !
    When we add the custom CSS, and we found that, there is just Right Arrow with Round and Red background.
    But, the Left Arrow is keep same with before.

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

    Luke Nielsen
    Member

    Hello,

    Use the code below for help and let me know the result.

    .single-product .woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev {
        background: #ed145b;
        margin-right: -5px;
        border-radius: 50%;
    }
    
    .single-product .woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next .wd-arrow-inner:after {
        color: #fff !important;
    }

    Thank you for your time.

    Kind Regards

Viewing 6 posts - 61 through 66 (of 66 total)