Hello, can anyone assist me on changing the location of the button or replacing that “Studio Rental” with a clickable button?
1 Like
My pleasure to help you.
Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!
Thanks!
can you please add this just link so i will give css code show to button
@dmwwebartisan
Done
Sorry add what? your sentence didn’t finish
Hi @Kakapo ,
Go to Online store > Themes > Actions > Edit code > Assets > theme.scss.liquid
Add this code at the bottom of your file
nav.site-header__icons-wrapper{
flex-direction: row-reverse;
}
nav.site-nav li:last-child {
display: none !important;
}
@Dan-From-Ryviu
it didnt change the button to where i want it to be
At the end of your theme.scss.liquid, not theme.liquid
Please add button in tag of our header.liquid
Or you can take “Studio Rental” back and then add CSS to style it look like a button.
@Dan-From-Ryviu
already add to the header. still no changes ![]()


