Move social icons in announcement bar

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 :slightly_smiling_face:

1 Like

Im using Sense theme :slightly_smiling_face:

Did you know how to do it on this theme please

Hi @createdbylove

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 :slightly_smiling_face:

1 Like

I have sent you a message:)

Hi @createdbylove

  • 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;
}

Hi @createdbylove

  • 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;
}

Hi @createdbylove

  • 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 :slightly_smiling_face:

1 Like

Hi @createdbylove

  • 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