What's your biggest current challenge? Have your say in Community Polls along the right column.

Help formatting CTA button on website header

Help formatting CTA button on website header

greenvalleycode
Explorer
46 0 7

I created a CTA button for my website header, but I'm running into some problems with formatting. First of all, we need to remove the button from mobile version, and only display it on desktop version. Also the font size is too large and the button is in the wrong position. I'd like to place it next to the "search" icon near the right side of the header. I'd also like the button font size to match the font size of the other text in my header.

 

Screen Shot 2024-11-04 at 12.49.27 PM.png

 

 

This is the code snippet I'm using in my header.liquid file:

<div style="text-align: center;" font-size: 12px;>
<a class="button-grow" href="https://www.greenvalleynutrition.com/pages/cbd-product-finder">Take the quiz</a>
</div>

 

Any help would be greatly appreciated!

Reply 1 (1)
greenvalleycode
Explorer
46 0 7

Do it