A user implemented a custom eyebrow menu on their Shopify Studio theme but encountered three styling challenges:
Issues identified:
Alignment: The menu’s rightmost text needed to align with the search icon
Button styling: Converting “Request Consultation” into a button element
Font size: Reducing text size by approximately 25%
Solutions provided:
Multiple community members offered CSS code solutions with varying approaches:
Abdosamer suggested adding CSS to the theme.liquid file before the </body> tag
Dan-From-Ryviu provided markup modifications with a visual screenshot
mageplaza-cs offered CSS targeting the last child element with background color, border-radius, and font-size adjustments
DaisyVo delivered comprehensive CSS including padding adjustments and button styling with a specific background color (#BC5631)
Resolution:
The user accepted DaisyVo’s solution, noting it exceeded expectations by making the button fill the entire bar height without gaps. The user expressed gratitude and sent a “coffee” tip. The discussion concluded with appreciation for all contributors.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
This is fantastic. I didn’t specify in my original note that I wished the button to fill the bar (IE: no green above / below) and your code did exactly that.