No content to show
User Activity
01-27-2025
Hi @Nabeelshakil add this css on base.css file at the very bottom of the file .slideshow__controls.slideshow__controls--top.slider-buttons {
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
} Result: ...
Hi @Michelletmxz , <style>
.breadcrumbs {
margin: 0 0 2em;
}
.breadcrumbs__list {
list-style-type: none;
margin: 0;
padding: 0;
}
.breadcrumbs__item {
display: inline-block;
}
.breadcrumbs__item:not(:last-child):a...
HI @highfallscanna , Add this css on theme.css span.icon-button.icon-button-header-shopping-cart {
display: none;
}
[data-js-cart-icon=cart] [data-js-cart-count] {
display: none;
} Result: if this code ia helpful , Mark is accepted Thanks A...
01-08-2025
Add This css Like this @media only screen and (min-width: 768px) {
nav.header__inline-menu li:nth-child(4) {
margin-right: 80px;
}
a.header__heading-link.link.link--text.focus-inset {
margin-left: 78px;
}
.header:not(.header--middle-left...
01-08-2025
HI @slidein_india add this css on base.css file at very bottom of the file: nav.header__inline-menu li:nth-child(4) {
margin-right: 80px;
}
a.header__heading-link.link.link--text.focus-inset {
margin-left: 78px;
}
.header:not(.header-...
Hi @Hafez_Attire Add this css on your theme.css or base css file at the end of thie fle .slideshow__controls.slideshow__controls--top.slider-buttons {
display: none !important;
} Result:
08-20-2024
if you want same like the picture you attached , this only possible by code. if you give me access i will do that for you. i will added in my store with same theme.Thanks
li.x-menu--level-1--link:last-child {
display: none;
} Add this css at the end of theme-critical.css file after adding avobe css , the header section look like image below Thanks
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
299 | 01-27-2025 05:17 AM | |
556 | 01-08-2025 03:14 AM |