This topic has 8 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
Hi there 8theme team,
Is there anyway to add a shadow box or backgrounds on the single page product builders elements to make them stand out?
More details on PCA
Thanks!
Hello, GTP,
Thank you for reaching out to us with your query. We appreciate your interest in enhancing the visual appeal of your product pages.
1/ We have a new builder with Elementor – https://www.8theme.com/documentation/xstore/xstore-builders/xstore-single-product-builder-with-elementor/ , here is an example with border added – https://prnt.sc/hWzaacYVxm2d
2/ There are a few ways to achieve the desired result, it can be custom CSS code or Elementor editor.
3/ We have this https://www.8theme.com/documentation/docs/xstore-setup-booster-sales-estimate-delivery/ and stying can be changed using custom CSS code.
If you want to improve this feature, please send a request to our devs.
Kind Regards,
8theme team
Hi Rose,
1) Thanks, looks great!
2) Just curious on how we would use elementor since the “amount of people viewing this” is coming from the sales booster panel section, it is not on the single page product builder?
3) Thank you, we were trying to get something with icons and text, i think we can use the elementor section for that.
Appreciate your help!
Hello, GTP,
You’re welcome!
Single Product Builder with Elementor has Fake Live Views (Sales Booster) element https://prnt.sc/XLHOOqxexv31
Kind Regards,
8theme team
Hi Rose,
Thank you!
Is there anyway to replicate the website in the PCA and have that section “above/over” a colored box?
Hello, GTP,
Yes, custom CSS can be used https://www.w3schools.com/cssref/pr_background-color.php https://www.w3schools.com/cssref/css3_pr_border-radius.php
For example:
.single-product .sales-booster-live-viewing {
background-color: #e8effc;
border-radius: 10px;
padding: 10px;
}
Kind Regards,
8theme team
Hi Rose
Thanks!
and if we want to add it on something else, do we just change the code –
.single-product .sales-booster-live-viewing {
to the new “element” we want to add it to?
for example if we want to add it behind the price area where can we find the appropriate code to input?
Hello, GTP,
Yes, you are right.
Classes you can find using the dev tools of browser – https://developer.chrome.com/docs/devtools/
For example – https://prnt.sc/ocskE_TGH88M
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up