Re: want to make scrollable shop announcement at top in header and change the color of social icons

want to make scrollable shop announcement at top in header and change the color of social icons

Advertfox
Shopify Partner
48 0 7

hi,

 

i want to put scrollable shop announcement bar in my store and want to change social media icon colors in header as shown in below image

Capture122.JPG

Replies 6 (6)

Advertfox
Shopify Partner
48 0 7

here is the store link,

https://quirkyqueststudio.myshopify.com/

pass is advertfox

Dan-From-Ryviu
Shopify Partner
9148 1830 1865

Hi @Advertfox 

You could do that by adding this code to your theme.liquid file after <head> in Online Store > Themes > Edit code 

<style>
.announcement-bar-section {
position: sticky;
top: 0px;
}
</style>

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

PageFly-Richard
Shopify Partner
4565 1046 1707

 

Hi @Advertfox 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.announcement-bar-section {
position: sticky;
top: 0px;
}
.list-social__item .icon {
    color: #fe9eca;
    height: 2.2rem;
    width: 2.2rem;
}

</style>

PageFlyRichard_0-1716352404944.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Advertfox
Shopify Partner
48 0 7

hi,  thank you for the help. however im only able to change color of social media icons. my shop announcement is still not moving, i want to give marquee effect to it so texts can change automatically 

Advertfox
Shopify Partner
48 0 7

i want header scrolling exactly like below store

 

springcolors-pastelgrid.myshopify.com
Password: pastelgrid

Advertfox
Shopify Partner
48 0 7

hi, how can i also change the color of my cart icon and search icon ?