Hello,
I would like to know if there is a way to add double announcement bar at the top of my website https://halloweencontactlenses.com.au right now i am using one but i need 1 more below it. Also i am using plugins for abandon cart so is there a way to make them in theme by default so I can reduce the load of website.
Thank You
1 Like
Hi @adityachauhan ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/styles.scss->paste below code at the bottom of the file:
#qab_container:after {
content: "Text Content";
display: block;
text-align: center;
font-size: 16px;
padding: 14px;
background: #1e1e20;
color: #fff;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.