Hiya is anyone able to help me move the social media icons in announcement bar to where I’ve highlighted red and to make them in black instead of white please ![]()
1 Like
Im using Sense theme ![]()
Did you know how to do it on this theme please
If you share your store URL and password with me, I will check and provide you with the solution.
1 Like
Thanks so much , I have just sent you a message ![]()
1 Like
I have sent you a message:)
- Go to Online Store → Theme → Edit code.
- Find the file assets/base.css and paste the code below at the bottom of the file.
.utility-bar__grid {
display: flex!important;
justify-content: end!important;
}
- Go to Online Store → Theme → Edit code.
- Find the file assets/base.css and paste the code below at the bottom of the file.
button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
color: black;
}
.utility-bar--bottom-border {
border-bottom: 0.1rem solid #000;
}
- Go to Online Store → Theme → Edit code.
- Find the file assets/base.css and paste the code below at the bottom of the file.
.footer__content-top.page-width {
display: none;
}
Thanks I have sent you a message as some stuff needs fixing still please ![]()
1 Like
- Go to Online Store → Theme → Edit code.
- Find the file assets/base.css and paste the code below at the bottom of the file.
.utility-bar.color-scheme-4.gradient.utility-bar--bottom-border {
display: none;
}
.footer:not(.color-scheme-1) {
padding-top: 0;
}
There is still some issues with this I’ve messaged you
Could you please help fix the issues



