Yuva theme add a button

Topic summary

A user working with the Yuva theme wants to add a “Become a seller” button next to the search bar in their header but is unsure where to implement it.

Proposed Solutions:

  • PageFly-Noah suggests locating the appropriate position in the theme files and inserting custom code, referencing attached images for guidance.

  • BSSCommerce-HDL provides a two-step approach:

    1. Locate the relevant phrase in header.liquid (screenshot provided)
    2. Find the appropriate position and add button markup code (example included)

Additional Notes:

  • CSS and JavaScript skills may be needed to style the button properly and ensure it functions as desired.
  • The discussion includes code snippets and screenshots to guide implementation.
  • The issue remains open with no confirmation of resolution from the original poster.
Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

Hello, I’m using Yuva theme and I want to add a “Become a seller” button next to my search bar, can you help me with this? like where do I add it in my header.liquid file?

This is Noah from PageFly - Shopify Page Builder App

Hi @Emsabbagh , you can add code in here, find position fit and add code like image here:

Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Hi @Emsabbagh

Please follow these steps:

Step 1: You can find the phrase as shown in the image in the theme’s liquid files (header.liquid)

Step 2: Find the appropriate location to add the button. Note that you probably need to have some CSS and JS skills to make the button display look more beautiful as well as to make the button work as desired.

For example:


...

Hope this will help