How can I add a clickable button to the navigation bar in Debut?

Hello, can anyone assist me on changing the location of the button or replacing that “Studio Rental” with a clickable button?

1 Like

@Kakapo

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!

@dmwwebartisan
www.okiara.com

@Kakapo

please disable the security plugin and enable the right click.

Thanks!

@Kakapo

can you please add this just link so i will give css code show to button

@dmwwebartisan
Done

@KetanKumar

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

@Dan-From-Ryviu

need to relocate that button next to FAQ

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 :disappointed_face: