Hi all,
This is driving me nuts and it’s probably pretty simple to fix but i cannot work it out. I want to change the background colour of the email sign up app form to match me page colour. So from white to #242833..
Can anyone tell me the steps or point me in the right direction please. I use Dawn version 15.3.0 if that makes a difference.
P.S i have searched and tried some of the CSS options but nothing seems to change.
Hey there @Da_Mage I see you mentioned that you’ve already tried some CSS codes but maybe this could still be worth a shot if you haven’t followed these steps and tried this one yet
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code below:
#shopify-section-announcement-bar .gradient{
background: #ff9a01;
}
Hi, thanks for the reply but that didn’t work either.
Hi @Da_Mage
Could you share the link to your page that contains the email sign-up section?
Please add this code to Custom CSS in Online store > Themes > Customize > Theme settings
#shopify-section-template--24282559119645__1748215365905e4f1c { background: #242833; }
Worked perfectly, thank you.
1 Like
Although in saying that it’s now saying i can’t save it.
1 Like
You can add that code to base.css file instead.
1 Like