Move announcement bar

Solved
Ivnvu
Tourist
11 0 2

Hello,

 

I'm trying to figure out how to move the announcement bar bellow my header, is there a way to do this? And, would it be possible to make the announcement bar thicker and increase the font size?

 

All help is appreciated, thanks!  

Accepted Solution (1)

Accepted Solutions
James_FoxEcom
Shopify Partner
74 14 15

This is an accepted solution.

Hi @Ivnvu 

I don't have this theme code so I cannot show you exactly, but I think they do the same as any theme. To move the announcement bar to below the header, please follow the following steps:

- Edit theme code -> Open file layout/theme.liquid

Fine the line where insert the section header and announcement like this: https://take.ms/Coy9s

- Swap the order of these sections like my screenshot: https://take.ms/zg4qA

If your code are different and difficult to find them, please give me a screenshot.

 

Thank you

Foxify Builder - A Conversion-Focused Storefront Builder for Growing SMBs

Visit our website to see more products from FoxEcom.


- Was my reply helpful? Click Like to let me know!


- Was your question answered? Mark it as an Accepted Solution


Don't hesitate to let me know if you have further question

View solution in original post

Replies 8 (8)
Ivnvu
Tourist
11 0 2

This is my store: gryningens

Hollaz1099
New Member
2 0 0

@Ivnvu wrote:

This is my store: gryningens


it nice meeting you , you have a beautiful store but you need more professional settings on it and I have a professional who can help on that but what about your sales also ??

James_FoxEcom
Shopify Partner
74 14 15

Hi @Ivnvu 

It's James from FoxEcom team, could you let me know which theme you are using?

To increase the text size and make it bolder, please use the CSS below

 

 

.announcement-bar .announcement-bar__content .announcement {
  font-size: 18px;
  font-weight: bold;
}

 

James_FoxEcom_0-1669696285194.png

 

 

Foxify Builder - A Conversion-Focused Storefront Builder for Growing SMBs

Visit our website to see more products from FoxEcom.


- Was my reply helpful? Click Like to let me know!


- Was your question answered? Mark it as an Accepted Solution


Don't hesitate to let me know if you have further question

Ivnvu
Tourist
11 0 2

Hi James, I'm using the Local theme from the theme store 🙂

GemPages
Shopify Partner
5502 1234 1011

Hello @Ivnvu ,

 

It's GemPages support team and glad to support you today.

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1669704199611.png

 

2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
#shopify-section-announcement-bar announcement-bar {
  padding: 8px 0;
}
.announcement-bar .announcement-bar__content .announcement {
  font-size: 22px !important;
}
.announcement-bar__localization-form .localization-form .localization-form__item {
  font-size: 16px !important;
}
</style>

 

For example,

GemPages_1-1669704513312.png

 

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
James_FoxEcom
Shopify Partner
74 14 15

This is an accepted solution.

Hi @Ivnvu 

I don't have this theme code so I cannot show you exactly, but I think they do the same as any theme. To move the announcement bar to below the header, please follow the following steps:

- Edit theme code -> Open file layout/theme.liquid

Fine the line where insert the section header and announcement like this: https://take.ms/Coy9s

- Swap the order of these sections like my screenshot: https://take.ms/zg4qA

If your code are different and difficult to find them, please give me a screenshot.

 

Thank you

Foxify Builder - A Conversion-Focused Storefront Builder for Growing SMBs

Visit our website to see more products from FoxEcom.


- Was my reply helpful? Click Like to let me know!


- Was your question answered? Mark it as an Accepted Solution


Don't hesitate to let me know if you have further question

Ivnvu
Tourist
11 0 2

Thank you James, that did the trick!! 😄

James_FoxEcom
Shopify Partner
74 14 15

you are welcome 😄

Foxify Builder - A Conversion-Focused Storefront Builder for Growing SMBs

Visit our website to see more products from FoxEcom.


- Was my reply helpful? Click Like to let me know!


- Was your question answered? Mark it as an Accepted Solution


Don't hesitate to let me know if you have further question