No content to show
User Activity
09-06-2024
Hi! You have to search and then hit enter. Once it takes you to the page after searching for a word is when the text appears. Thanks!
09-05-2024
Hello, Hopefully you will be able to help me. I have no idea how coding works, however I have added some features on my website that I like. I noticed an odd text appearing when you search for products on the website.As you can see on the image there...
Hello, My store is https://qubelo.com I am trying to remove the image border that you can see on the home page as I have a featured product. I have tried changing it from theme settings but the border for media is already set at 0px. The border is al...
Sorry. Open now!
I can't find ".product__title" or ".product_title" in "section-main-product.css".
You are a hero. Thank you so much for your help! I will try to fix the margins as well. Will return if I can't manage.
It still doesn't work. It goes to this link "https://celesya.se/products/collections/ringar" instead of "https://celesya.se/collections/ringar". It adds "products" before "collections" for some reason.
https://celesya.se/collections/ringarHere you get to rings, for example. This would be the page I want to reach from the ring product. As every product is marked as belonging to a collection they appear on these pages automatically.
https://celesya.se/products/parisThis is an example of the product page. You should be able to press "ringar" and get to the page with that product type.
When I try to use the link it gives error. Also, I can not change the top and bottom margin, only the horizontal margin. How can I fix this?
Thank you so much!
I want it to look like this but allow me to click on it to reach the product type page.
Now this is how it looks. I don't want the gap on top of it and on the bottom. Also I want to change the color and size of the text. How can I modify the code to do this? Thank you so much for your help!
Hello, I managed to add product type to my default product page using this code: <div class="cust-product-type">{{ product.type }}</div>
<style>
/* for desktop */
.cust-product-type {
color: #F4C2C2;
font-size: calc(var(--font-heading-scale) ...