Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1255792

    Hello
    i have design issue
    https://www.espressotech.co.il/shop/%d7%a7%d7%a4%d7%94-%d7%91%d7%a8%d7%96%d7%99%d7%9c-%d7%a7%d7%9c%d7%99%d7%99%d7%94-%d7%90%d7%a1%d7%a4%d7%a8%d7%a1%d7%95%d7%98%d7%a7/
    first customer matched zone is in every product page
    second the sale notification goes on top of the product head line
    on private area link and details for log in
    regards
    Guy

    #1256268

    Hi Guy,

    Please try this in Quick CSS in order to fix the on sale button:

    .single-product-main-image .onsale {
        right: -45px;
        width: 40px;
    }

    I’m not sure I understand your other questions though, could you post screenshots highlighting the other problems you are having please?

    Best regards,
    Rikard

    #1256288

    Hi
    ok it did some change further improvement still needed
    as you see in picture

    second thing is the customer matched zone it should not appear in the product page in shop i think
    it concerns with the area definition i thinkcustomer zone and on sale tag

    regards
    Guy

    #1256289

    Hi
    ok it did some change further improvement still needed
    as you see in picture

    second thing is the customer matched zone it should not appear in the product page in shop i think
    it concerns with the area definition i think

    on sale and customer matched zone
    regards
    Guy

    #1256290

    i am not sure the link to image above working

    #1257373

    Hi,
    Sorry for the late reply and thanks for the link, but I’m not sure what the customer matched zone is and your screenshot didn’t work. To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.
    Hopefully, the screenshot will have the issue highlighted so we can understand better.

    Best regards,
    Mike

    #1257413

    Hi
    i do not see it now maybe one of the upgrades change it
    anyway still waiting for correction of the on sale label not to be over line of product
    and instagram not showing on bottom of page its another thread i opened
    the problem that every time another supporter reply it is not allow continuity
    regards
    Guy

    #1257438

    Hi,
    Glad to hear, I tested Rikard’s css and it seems to correct the on-sale button:

    .single-product-main-image .onsale {
        right: -45px !important;
        width: 40px !important;
    }

    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field, and then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1257469
    #1257607

    Hi,
    I see your css is like this:

    .single-product-main-image .onsale {
        right: -45px;
        width: 40px;
    }

    please change to this:

    #top .single-product-main-image .onsale {
        right: -45px !important;
        width: 40px !important;
    }

    the !important; will help override the current css:

    #top .single-product-main-image .onsale {
        top: 0px;
        right: 7px;
    }

    After adjusting the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1257674

    i do not understand
    do i need both ?
    .single-product-main-image .onsale {
    right: -45px;
    width: 40px;
    }

    #top .single-product-main-image .onsale {
    top: 0px;
    right: 7px;
    }
    regards
    Guy

    #1257689

    ok looks fine now

    #1257766

    Hi espressotech,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.