Re: How to make logo bigger without making the header wider? (Crave Shopify Theme)

Solved

How to make logo bigger without making the header wider? (Crave Shopify Theme)

lmtx
Tourist
6 0 1

I am currently using Crave theme and when I try to put my logo onto my store, the logo looks small and when I adjusted the "custom logo width", the whole header area expands. My store is the second image, I want my logo to look huge like the one in the first image without affecting the header height.Screen Shot 2022-07-09 at 10.07.05.pngScreen Shot 2022-07-09 at 10.39.29.png

Accepted Solutions (2)
VIEKIN
Shopify Partner
775 93 110

This is an accepted solution.

hi @lmtx ,

You can please add the code into the assets/base.css file, paste the code bellow at the bottom of that file.

.header__heading-logo {
    max-width: 160px !important;
}
@media only screen and (min-width: 990px){
.header {
    padding-top: 10px !important;
}
}

 

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513

View solution in original post

VIEKIN
Shopify Partner
775 93 110

This is an accepted solution.

@lmtx ,

oh, i see, thank you!

so can you please remove the code style make color for regular price above and instead the code bellow:

.price--on-sale .price-item--sale{
  color: red !important;
}
You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513

View solution in original post

Replies 14 (14)

VIEKIN
Shopify Partner
775 93 110

hi @lmtx ,

Have two the way you can make:

1. We can make the logo big more with css.

2. You can customize a max size for setting part in the code file, that part at the schema setup.

Anyway, the first you can give the link of store, i can check for you.

Thank you!

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
lmtx
Tourist
6 0 1

 

This is my store link, hope that helps

https://lmtfromvn.myshopify.com and the password is "penosh"

VIEKIN
Shopify Partner
775 93 110

Hey @lmtx ,

Do you want make the logo big more look like?

PHAVIA_1-1657333184514.png

 

 

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
lmtx
Tourist
6 0 1

Yeah, I want my logo to look bigger without expanding the header height.

VIEKIN
Shopify Partner
775 93 110

This is an accepted solution.

hi @lmtx ,

You can please add the code into the assets/base.css file, paste the code bellow at the bottom of that file.

.header__heading-logo {
    max-width: 160px !important;
}
@media only screen and (min-width: 990px){
.header {
    padding-top: 10px !important;
}
}

 

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
lmtx
Tourist
6 0 1

It works perfectly.

Thank you! Have a great day.

 

VIEKIN
Shopify Partner
775 93 110

@lmtx ,

I'm happy heard that, so if you have the task regarding technical, please let me know. thank you!

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
lmtx
Tourist
6 0 1

Do you mind if I ask a few more questions? 

1. How can I change the sale price from black to red as it automatically sets the price colour to match the text colour? (I want to keep all my text black except for the price number)

Screen Shot 2022-07-09 at 16.25.52.png
2. In the product information, when I put a product's description on the collapsible row, other products will have the same description in that collapsible row too. I want every product with different descriptions on the collapsible row so how can I do that?

Screen Shot 2022-07-09 at 16.31.37.pngScreen Shot 2022-07-09 at 16.32.10.png

VIEKIN
Shopify Partner
775 93 110

hi @lmtx ,

Happy when see you again,

So for the point 1, Can you please add the short code bellow:

.price--on-sale .price-item--regular {
    color: red !important;
}

For point 2:

The settings you doing used is the section's setting, so that setting will apply for all product on your site. Because it is global setting.

So, if you want each product will use the description different, you need use the description on each product in admin this thing need check and implement with code. 

If you don't familiar with code,  you can hire me do that for you if you want 😊!

 

Thank you!

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
lmtx
Tourist
6 0 1

Hi, I have added the code, but it turns out to be on the opposite one. What I mean is that the original price should still be black and the discounted price should be red.

And for the second point, I have found an app that's able to manage the problem. I surely will put you on my first list to hire if there are any technical problems in the future.

Screen Shot 2022-07-09 at 20.48.32.png

VIEKIN
Shopify Partner
775 93 110

This is an accepted solution.

@lmtx ,

oh, i see, thank you!

so can you please remove the code style make color for regular price above and instead the code bellow:

.price--on-sale .price-item--sale{
  color: red !important;
}
You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
matildepinheiro
Visitor
1 0 0

This didn't work for me. Can you help?

sashalanskikh
Visitor
1 0 0

Hi Viekin,

Im trying to make my logo bigger without making the header wider but unfortunately it doesn't work with the code solution you provided. Is there any other way I can do it?

Thank you 

smilelab
Visitor
1 0 0

I added the code, but its still small. How do i increase the size?