No content to show
User Activity
06-11-2023
Hi @Jode81 I found the reason this is because Google Tag is outside the script tag in code.Current --> <!-- Google tag (gtag.js) -->
gtag('config', 'AW-11033445427'); Change this to <script>
<!-- Google tag (gtag.js) -->
gtag('config', 'AW-110334...
06-09-2023
Hi @Jode81 , This happen if there is issue in rendering of page so code is not properly rendered, could you please share your store url so I can check.Thanks
06-09-2023
Hi @opensoulmusic You need to connect with Shopify Support team to delete store. I think that's the only way.Thanks
03-20-2022
Hi @Justin34 ,You need to make one change in css. In your assets folder look for base.css and try to find .header__menu-item and change color to color: #000000; Other way is try to look into theme setting if it has any settings related to header styl...
02-27-2022
Hi @Fiona18, you can use https://mixpanel.com/ or https://tagmanager.google.com/
Please accept and like the solution.
remove or comment this line onlybackground-color: {{ settings.background-color }};
Yes, theme.css.liquid is correct.Now try to find .site-header__outer-wrapper
Hi @HerbalDimension,Please Go to Online Store->Theme->Edit code then go to assets/theme.cssFind below css code .site-header__outer-wrapper {
top: calc((var(--header-logo-height-mobile) + 0.375rem) * -1);
background-color: #fff;
z-index: ...
02-27-2022
Hi @Slav1c,Please Go to Online Store->Theme->Edit code then go to assets/constactus_front.css.page-width {
max-width: 1100px;
margin: 0 auto;
padding-left: 55px;
padding-right: 55px;
width: 100%;
}Remove max-width: 1100px;This wil...
07-31-2021
Hi @rileybrowni,Would you please try this code:#sticky-01 {
position: fixed;
z-index: 1;
top: 0;
}Thanks
Hi @ABISSTOR,Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file..headerMenu.velaMainmenu.velaHeaderFixed {
background: #000;
}Happy to help you, In future if you need any help you can dro...
Hi @wellkeptrabbit,Hope you are doing well,I read your topic regarding disable header sticky option while scroll. This need some custom code into the theme files. If you think to resolve this.Please drop me mail.Thanks
Hi @FancySchmancy,Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file..template-index .hero .hero__inner h2.mega-title{
max-width: 400px;
float: right;
color: #000;
text-shadow:...
Hi @EatHappyGrub,You can try with - https://fontawesome.com/icons/tiktok?style=brands<i class="fab fa-tiktok"></i> Let me know if this works or not?Thanks
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1307 | 06-11-2023 09:30 PM | |
4832 | 02-27-2022 10:02 AM | |
4849 | 02-27-2022 09:36 AM | |
4857 | 02-27-2022 09:19 AM | |
1425 | 05-12-2021 01:32 PM |