Change menu on different sites

Solved

Change menu on different sites

ReviveShop
Explorer
49 0 26

Hello guys. I have this code which change my video banner, so its going under my top menu:

<style>
sticky-header.header-wrapper.color-background-2.gradient {
position: absolute !important;
width: 100% !important;
background: transparent !important;
}
.video-text a {
background: transparent !important;
border: solid 2px white;
}
</style>

 

This is making my menu bugging on all other sites. I need this code only to work for my home page!

 

Can anyone help me out?

https://luviera.store/

 

Password: bautso

 

I also need a my logo in black on every other page besides the home page. Is this possible?

 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

{% if template == 'index' %}
<style>
sticky-header.header-wrapper.color-background-2.gradient {
position: absolute !important;
width: 100% !important;
background: transparent !important;
}
.video-text a {
background: transparent !important;
border: solid 2px white;
}
</style>
{% endif %}

Can you try this code @ReviveShop 


- 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

View solution in original post

Replies 12 (12)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

{% if template == 'index' %}
<style>
sticky-header.header-wrapper.color-background-2.gradient {
position: absolute !important;
width: 100% !important;
background: transparent !important;
}
.video-text a {
background: transparent !important;
border: solid 2px white;
}
</style>
{% endif %}

Can you try this code @ReviveShop 


- 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
ReviveShop
Explorer
49 0 26

This worked perfectly! Thank you very much.

 

Do you also know how to change the logo on other pages?

BSS-TekLabs
Shopify Partner
2350 702 828

Glad to help you. Which page do you want to change?.

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
ReviveShop
Explorer
49 0 26

The Logo is in white right now, for the home page its perfectly. But on every other page the logo has to be black, like the menu.

BSS-TekLabs
Shopify Partner
2350 702 828

You can create a black version of the logo and upload it, then send me the black version logo url. I will try to code it for 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
ReviveShop
Explorer
49 0 26
BSS-TekLabs
Shopify Partner
2350 702 828

Please Go back to the white logo version, and I just need the path of the black logo version to do the code.

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
ReviveShop
Explorer
49 0 26

Changed it back.

BSS-TekLabs
Shopify Partner
2350 702 828

- Here is the solution for you @ReviveShop 
- 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.

{% unless template == 'index' %}
  <script>
window.addEventListener('load', function() {
    let logo = document.querySelector("img.header__heading-logo.motion-reduce");
logo.srcset = "https://luviera.store/cdn/shop/files/LUVIERA_4.png?v=1726073214&width=150"
})
  </script>
{% endunless %}

 

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 702 828

- Here is the result you will achieve:

BSSTekLabs_0-1726073981773.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
ReviveShop
Explorer
49 0 26

Worked perfectly! Thank you so much, you the goat!

BSS-TekLabs
Shopify Partner
2350 702 828

Glad to help you. Have a good day.

- Please mark it as 'Solution' if you find it helpful @ReviveShop . 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