No content to show
User Activity
@CPHAGEN_Nordic Please remove the CSS and add this CSS instead. This will work. Sorry for the misunderstanding. a[data-tag-filter-mobile-trigger] {
position: relative;
}
04-18-2023
Hello, not quite sure what you trying to do but I guess you just want to align the content to the right, you can achieve this by adding this CSS somewhere in your theme. I will recommend the header section or the base.css file. ul#HeaderCountryList ....
Hello, it's just a CSS issue; Somewhere in your theme file, I will recommend the 'collection.liquid' file or the 'collection-list.liquid' file this will depend on the theme you are currently using.Paste the code below;<style>
@media (max-width:540px)...
02-15-2023
@iamtess @prophecy Hello, the problem can arise when there is a significant distance between the menu item and the dropdown container. Whenever the user hovers over the menu item, the dropdown (ul) appears, but if the user moves toward the dropdown ...
To remove the border add the CSS below: .predictive-search-title::before {
content: none!important;
}
01-15-2023
To add a discount code on the cart page, follow these steps:Create a new file called "discount-code.liquid" in the "snippets" folder.Copy and paste the code on this page into the new file and save it.In the location where you want the discount code t...
11-25-2022
You can also achieve the same result by pasting this code in the global.js (This is inside the assets folder (assets/global.js)). Look for this line of code 'document.querySelectorAll('[id^="Details-"] summary').forEach((summary)'. On my own file it ...
Other things to check - Check that you have entered the correct API key and secret key in your app.