Changing font on announcement bar, scrolling text, etc.

Changing font on announcement bar, scrolling text, etc.

gigloinspriga
Tourist
9 0 1

Hi, 

 

I am trying to change the font on my:

  1. announcement bar
  2. scrolling text
  3. slide out nav menu pages (under the hamburger: FAQ and recipes)
  4. email subscribe text/button text

I'm using an app to change the font on the rest of the site but it's not updating those items.

 

site is here. PW is: shopifyhelp

 

Thank you.

Replies 2 (2)

PageFly-Richard
Shopify Partner
4902 1100 1776

Hi @gigloinspriga 

 

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 p, .main-logo-slide-text, .newsletter-container .h5, .input-group-btn .btn-contact,.sidebar-menu-item-parent a {
    font-family: 'memories-regular' !important;
}
</style>

 

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.

BSS-Commerce
Shopify Partner
3477 464 551

Hello, to change the font for the text you noted above, follow these steps:
1. Go to your shopify admin page and select Sales channels -> Themes, then select the theme you are using

view - 2024-03-11T094631.442.png

2. Select Edit code

view - 2024-03-11T094655.210.png

3. In your code folder, search for the app.css file
Paste the following code at the end of the app.css file:

div#shopify-section-sections--22296656576811__announcement p,
div#template--22296656412971__9622cf29-4cfa-4961-b8a5-d4ecc317fac4,
ul.sidebar-mega-menu-list.sidebar-menu-list-parent,
input#Email,
.input-group.subscription-form button.btn.btn-contact{
    font-family: monospace !important;
}

Note:

- Replace monospace with the font you want to use
- Some fonts will not be available on Shopify store, you can refer to the following document to learn how to add new fonts https://shopify.dev/docs/themes/architecture/settings/fonts

 

I hope it helps @gigloinspriga 

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency