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!
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
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?