Feb 11, 2021
Hi everyone, recently I have developed a solution on how to add bundles to product page. Please find the video tutorial here https://youtu.be/J_zOy9VjNgI, and the code in https://gith...
No content to show
User Activity
@Bflaherty03 it should work for debut theme
@Milly124 you are welcome, basically for this issue, there is a gap between the menu link and the dropdown sub down, I moved the sub menu up a bit so when the mouse moves over to the sub menu is still in 'hovered' state.I have a youtube channel https...
hi @Milly124 can you try add the css code below to your theme.scss.liquid or theme.css or whatever css file for your theme?@media only screen and (min-width: 750px){
html .grandparent > .main-menu-dropdown {
top: calc(100% - 25px);
}
}
Hi @bunnilashes , it is probably because the css selector is not right, would you share your store URL and password? I can take a look, thanks
Hi @Alia_Makarem Looks like it is already faded out based on the theme code .is-sold-out .product--image {
opacity: 0.5;
}if you like it to be more faded out, you can lower the opacity.
Hi @kik4444 , you could use the html snippet right before </div><a class="social-medias-icon" target="_blank" href="Your tiktok link">
<span class="fab fa-tiktok fa-fw" aria-hidden="true"></span>
</a>Replace the href with your tiktok link
02-01-2021
hi @Timito , how would you want to change them? bigger or smaller? or something else?
01-31-2021
@sultaan wrote:Couldn't do it, my friend! I'm not able to find the product title text-size in the inspector.@sultaan Could you please share your store URL and password, so I can take a look? Thanks
01-30-2021
Hi @sultaan You could use the HTML inspector to locate the product title and then set a css rule - for example ("font-size: 15px;"). I have a video (https://youtu.be/z_mu45rbpeM) talking about how to change the font styles for Shopify store webpage,...
01-30-2021
Hi @bmb You could use the HTML inspector to locate the "FREE Shipping Worldwide" and then set a css rule "display: none" to the element. I have a video (https://youtu.be/dOjj2zY3A-4) talking about how to remove elements from the store webpage, you m...
Hi @pattytiry, you could use HTML inspector to locate the page title. I have a video talking about how to remove elements from the store page, hopefully it is useful to you https://youtu.be/dOjj2zY3A-4
It is a client side solution, so I don’t think it is possible to make that perfect but it depends on the network speed, if everything loads fast, it is hard to notice. If you have any problems in the future for your Shopify, you can visit my YouTub...
try to remove <li class="toptab_li">
<a class="tab_navar_right" href="#tab_account_mobile" role="tab" data-toggle="tab">
<i class="icon-icon-user"></i>
<span class="ml-2">{{ 'customer.login.title' | t }}</span>
...
Try to add the JS script to the end of theme.js$(document).ready(function(){
for (const select of $(".template-product select")) {
if ($(select).children().length == 1) {
$(select).closest(".selector-wrapper").hide();
...
01-23-2021
can I have your store URL?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1933 | 02-05-2021 06:42 AM | |
3639 | 01-24-2021 07:50 PM | |
1010 | 01-21-2021 08:45 PM |