How to get rid of overlapping text from the product page that is text overlap in the footer. I'm using Shopify prestige theme, can you help me plz to get rid of it? https://petstemptation.com/collec...
No content to show
User Activity
Hello therePlease use that CSS in theme.css file to make it smaller Regards Titu.section-stack .prose h2 {
font-size: 30px;
}
Got the website link. @media screen and (max-width: 749px) {
.multicolumn-card__info .rte {
text-align: center;
margin-top: 0px;
}
}Please use that CSS in base.css file
Hello therePlease share your store link and password if enabled RegardsTitu
03-27-2025
You have to remove <span class="visually-hidden">Koleksiyon: </span> this code from collection liquid page Don't hesitate to drop me a message if you’d like to talk more! RegardsTitu
Thank you. You need to put in base.css file
.page-width.custom-headesr-wrapper {
max-width: 100%;
}You need to customise more things so if you would discuss more don't hesitate to send me a PM RegardsTitu
03-27-2025
Hello thereYou can add this CSS in base.css file to remove collection name. .collection-hero__title {
display: none;
}
Hello thereCan you share a screenshot with red mark for more clear understanding that which things you want to fix? RegardsTitu
03-27-2025
Hello thereYou can add this CSS in css file. #shopify-section-template--24305478074667__contact_form_v2_KNMic6 {
background-color: #F5F5F5;
}
Hello thereCan you share a screenshot with red mark for more clear understanding ? RegardsTitu
Okay, Look for the ‘Message’ option on my profile to reach me directly."
Hello thereI'm trying to give you the solution for both question. 1. You can hide section when there is no image or text in metafiled if you use this condition code. {% if product.metafields.custom.text_column_image != blank %} 2. It's also possible ...
03-26-2025
Please open ss-simple-faq.liquid file under Sections then change two line code <input style="display:none!important;" type="checkbox" id="tab{{forloop.index}}" class="tab-toggle"><label for="tab{{forloop.index}}" class="rb-faq-question">{{block.sett...
03-26-2025
Thank you. I have checked it that is jQuery class issue. You need to fix it in Jquery file. If you would like to discuss more about it don't hesitate to send me a PM. RegardsTitu
03-25-2025
Hello therePlease share your store URL RegardsTitu
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
562 | 03-24-2025 09:55 AM | |
513 | 02-11-2023 05:42 AM | |
1187 | 02-02-2023 02:21 AM | |
1589 | 12-09-2022 07:25 AM | |
897 | 12-09-2022 01:41 AM |