Shopify themes, liquid, logos, and UX
Hi all,
I am using the Dawn theme. I want to add a button around "Join Today" in the top navigation of the website. Is there a way to accomplish this?
My website is www.PennsylvaniaParks.org
Thanks so much!
@Justin34 Yes that is possible but it will require some custom coding. Please direct message so we can solve your issue. Thanks
can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
a[href="/pages/join-today"] {background: #000;}
a[href="/pages/join-today"] span {color: #fff;}
It looks GREAT in the header. The only issue I see is that its doing that in the footer too. I just want the button in the header. Also, one last question. Is it possible to curve the corners of the button?
Thanks for all your help!
yes, please remove last one and add this
.header__inline-menu a[href="/pages/join-today"] {
background: #00CC28;
border-radius: 50px;
}
.header__inline-menu a[href="/pages/join-today"] span {
color: #fff;
}
@KetanKumar worked great! I was even able to put an external link.
but I noticed this doesn't apply to the mobile menu, which is a hamburger menu. Any suggestion?
Thanks
can you help me adding a custom button in my header?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025