I need help coding one simple thing

I need help coding one simple thing

DriftArmy
Tourist
13 0 4

Okay, so when I try and edit a theme. I need to change that the header doesn't become bigger when scrolling. Where can I find this?

Also, I need to change 1 font, which is in the middle of the page.

Where can I find these sections in the code normally, or can I find that somewhere else.
There is also a clickable shopify logo in the lower left corner, where can I remove this?

Replies 8 (8)

BSS-TekLabs
Shopify Partner
2350 701 826

Hello @DriftArmy 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2350 701 826

- Here is the solution for you @DriftArmy 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
#header_top.isStuck {
    height: 80px !important;
}
#header_top.isStuck .logo_main a img {
    width: 64px !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725714538769.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Moeed
Shopify Partner
5388 1455 1742

Hey @DriftArmy 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


DriftArmy
Tourist
13 0 4

Do I just share that here in the comments or can I dm?

Moeed
Shopify Partner
5388 1455 1742

Whatever you're comfortable in, you can either share it publicly here or in dms.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


DriftArmy
Tourist
13 0 4

337d6d-46.myshopify.com

 

password: iflewt

Moeed
Shopify Partner
5388 1455 1742

Hey @DriftArmy 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
#header_top.isStuck {
    height: 80px !important;
}
</style>

RESULT:

Moeed_0-1725715042113.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


DriftArmy
Tourist
13 0 4

I cant seem to find where to change the font of 'New Arrivals'.
Its custom_showcase. But I can not seem to find where to change the font for that.

Also, there is no Base.CSS