-
AuthorPosts
-
October 26, 2020 at 5:38 pm #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
GuyOctober 28, 2020 at 6:07 am #1256268Hi 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,
RikardOctober 28, 2020 at 8:49 am #1256288Hi
ok it did some change further improvement still needed
as you see in picturesecond 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 thinkregards
GuyOctober 28, 2020 at 8:56 am #1256289Hi
ok it did some change further improvement still needed
as you see in picturesecond 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
regards
GuyOctober 28, 2020 at 8:58 am #1256290i am not sure the link to image above working
November 1, 2020 at 2:11 am #1257373Hi,
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,
MikeNovember 1, 2020 at 8:53 am #1257413Hi
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
GuyNovember 1, 2020 at 12:40 pm #1257438Hi,
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,
MikeNovember 1, 2020 at 8:26 pm #1257469I DID HIS CORRECTION STILL
ON SALE COVER A LITTLE OF PRODUCT NAME
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/NEED ANOTHER CORRECTION
REGARDS
GuyNovember 2, 2020 at 2:56 pm #1257607Hi,
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,
MikeNovember 2, 2020 at 7:04 pm #1257674i 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
GuyNovember 2, 2020 at 8:24 pm #1257689ok looks fine now
November 2, 2020 at 11:27 pm #1257766Hi espressotech,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.