Forum Replies Created
-
AuthorPosts
-
Ok you.
Please go to edit product -> Product data -> External/Affiliate product -> Add Product URL: https://prnt.sc/1eeam4d
The color of the cart icon is matching the background color on hover, so you have to change the color of the cart icon on hover.
Hi again,
Please check your admin account, I can’t login your admin dashboard.
Hi @smu,
Please go to Shop breadcumb edit -> Edit section -> STyle tab -> Change your image background: https://prnt.sc/1edowz6
Thanks @bakana-media
Hi you,
I resolved this issue, please recheck.
css code for button hover:
.product-block-list-elementor a[class*=product_type_]:hover, .product-block-list-elementor a[class*=product_type_]:focus, .product-block-list-elementor a[class*=product_type_]:active{ background-color: #your-color !important; }
This reply has been marked as private.Hi,
#1. Price css: I checked with this css code and it works normally: https://prnt.sc/1ea9lur
#2. Add to cart button css:
li.post-4794.product .product-block-list-elementor a[class*=product_type_]:before{ color: #your-color; }
This reply has been marked as private.Hi,
#1. Please delete all caches on your browser when check your site.
I double-checked and it worked before letting you know#2. As noted above, we’ll charge you for customizations like these.
Please list all your custom requirements, I will check and custom quote for you
Do you mean the product has many options like this: Lightweight Wool Car
Please follow guide at https://leebrosusthemes.gitbook.io/piizalian/woocommerce-1/variable-product
– Change color boder hover:
li.product .product-block-list-elementor:hover { border-color: #your-color !important; }
– With Price:
li.product .product-block-list-elementor .price ins { color: #your-color !important; }
if you want to style for each product, you can use
li.post-317.product
Hi,
– Package duplicator includes 2 files: .zip file including all files in website + database file and installation file. You won’t need to do any further editing when using duplicator.
– The hosting service may only include a backup file for all files in the website + a separate database.
Then you have to manually import the database when you install it on your new hostingHi,
Each product will have a product ID attached to the class in the tag li.
You can combine this product class id to style your own color for each productView demo at: https://prnt.sc/1dz6iou
li.product.type-product.post-317 h2.woocommerce-loop-product__title a { color: #92920f; }
-
AuthorPosts