Re: Header - shop name on different lines and change font size of one word in shop name

Solved

Header - shop name on different lines and change font size of one word in shop name

msjogren1
New Member
10 0 0

hi - i am wondering if it's possible to make the store name present on different lines, and also have part of the store name a different size than the rest. 

 

for example 

 

long time

friend (smaller)

discount 

 

https://longtimefrienddiscount.myshopify.com/

pw: sahmoh

 

fyi i already listed this question and got help but the suggested steps didn't work. https://community.shopify.com/c/shopify-design/change-the-font-size-of-one-word-in-the-header/m-p/19...

 

i wonder if anyone knows if it has something to do with the template i'm using?

Accepted Solution (1)

BSS-Commerce
Shopify Partner
3477 463 549

This is an accepted solution.

Hi @msjogren1 

Greetings,

I would like to inform you that the previous step outlined in the discussion link is indeed correct.

However, please take note that there might be multiple instances of the following code snippet within the header.liquid file:

<span class="h2">{{ shop.name }}</span>

To ensure the desired outcome, kindly ensure that you locate and replace all occurrences of this code. By doing so, the functionality should work flawlessly. If you encounter any difficulties during the process, please don't hesitate to leave a message for further assistance.

Additionally, if you find this information helpful, we kindly request that you consider giving us a like or marking it as the solution.

If you have any further questions or require any additional support, feel free to reach out. We are here to help!

 

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

View solution in original post

Replies 2 (2)

BSS-Commerce
Shopify Partner
3477 463 549

This is an accepted solution.

Hi @msjogren1 

Greetings,

I would like to inform you that the previous step outlined in the discussion link is indeed correct.

However, please take note that there might be multiple instances of the following code snippet within the header.liquid file:

<span class="h2">{{ shop.name }}</span>

To ensure the desired outcome, kindly ensure that you locate and replace all occurrences of this code. By doing so, the functionality should work flawlessly. If you encounter any difficulties during the process, please don't hesitate to leave a message for further assistance.

Additionally, if you find this information helpful, we kindly request that you consider giving us a like or marking it as the solution.

If you have any further questions or require any additional support, feel free to reach out. We are here to help!

 

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
msjogren1
New Member
10 0 0
thank you so much! worked like a charm. there was one more instance of the first code to be replaced. thanks !!