Announcement Bar Plugin and Abandon Cart Plugin

Announcement Bar Plugin and Abandon Cart Plugin

adityachauhan
Shopify Partner
2 0 1

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

Reply 1 (1)

AvadaCommerce
Shopify Partner
3879 840 1003

Hi @adityachauhan ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. 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.

banned