Hi Support Team,
I’m trying to change the colour, move the notice bar to the bottom of the page and remove the icon for the Enfold Theme default Store Notice.
So far, looking at previous forum posts i’ve got:
p.demo_store {
background: white!important;
color: green;
}
Added to my Enfold Child Style CSS but can’t find how to shift bar to bottom and remove icon.
Your help would be much appreciated.
Hey kesdeg,
Could you post a link to where we can see the results you are getting please?
Best regards,
Rikard
Sure thing, sorry, forgot to do this first time around
Hi,
Which one do you define as Notice bar?
Best regards,
Basilis
Hi Basilis,
The Woocommerce Store wide banner that states store wide notices. Currently giving a discount code INDIEWEEK.
Hi,
Thanks for the clarification. Please try this CSS as well:
p.demo_store {
top: auto;
bottom: 0;
}
Best regards,
Rikard
Hi Rickard, sorry for the delay in responding to this message. Really appreciate that code. You can close this one off.
Cheers,
kesdeg
Hi kesdeg,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria