Logo on the header dawn theme as overlay instead of inline

Solved

Logo on the header dawn theme as overlay instead of inline

pthinagar
Visitor
2 0 0

I am trying to have the logo appear slightly larger than the header and overlaying on the header banner. I am using the Dawn theme. How can i do this

 

pthinagar_0-1714875665214.png

 

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

Hi @pthinagar,

You can try the following steps:

 

Step 1: Go to Admin -> Online store -> Theme > Edit code: 

 

view.png

 

Step 2: Search for base.css.

 

view.png

 

Step 3: Add this code at the end of the file.

  sticky-header > header > h1.header__heading{
    width: 220px
  }
  sticky-header > header > h1 > a {
    position: absolute;
    transform: scale(2);
    top: 24px;
    left: 122px;
  }

 

You will get the result like this:

 

view.png

But replace your image with a higher resolution one because when you scale it up, it will be blurry

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 4 (4)

NerdCurator
Shopify Partner
440 80 112

@pthinagar  Can you please provide the URL of your store and if it is password protected please share the password too. Thanks

Believes in delivering optimizing web solutions | Shopify Partner | Working as a web developer for last 10+ years.
- Was my reply helpful? Click Like to let me know! Coffee tips fuel my dedication.
- Was your question answered? Mark it as an Accepted Solution
Email me: info@nerdcurator.com

BSSCommerce-B2B
Shopify Partner
1972 564 566

Hi @pthinagar,

You can try the following steps:

 

Step 1: Go to Admin -> Online store -> Theme > Edit code: 

 

view.png

 

Step 2: Search for base.css

 

view.png

 

Step 3: Add this code at the end of the file

  sticky-header > header > h1.header__heading{
    width: 220px
  }
  sticky-header > header > h1 > a {
    position: absolute;
    transform: scale(2);
    top: 24px;
    left: 122px;
  }

 

You will get the result like this:

 

view.png

But replace your image with a higher resolution one because when you scale it up, it will be blurry

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

Hi @pthinagar,

You can try the following steps:

 

Step 1: Go to Admin -> Online store -> Theme > Edit code: 

 

view.png

 

Step 2: Search for base.css.

 

view.png

 

Step 3: Add this code at the end of the file.

  sticky-header > header > h1.header__heading{
    width: 220px
  }
  sticky-header > header > h1 > a {
    position: absolute;
    transform: scale(2);
    top: 24px;
    left: 122px;
  }

 

You will get the result like this:

 

view.png

But replace your image with a higher resolution one because when you scale it up, it will be blurry

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

pthinagar
Visitor
2 0 0

Thank you so much for this solution. It worked perfectly for me. 

Cheers