Yes, If you have a high resolution image then you can resize and upload a new logo. I just gave you an example logo to resize.
Thanks!
@Dreamland_Dave - to remove the thin line add following css to the end of theme.scss file, also check if you have any option to remove it via customizer setting in header section, otherwise this code will work
#shopify-section-header .border-bottom {border-bottom: 0;}
This is an accepted solution.
130px it looks fine.
Thanks!
This is an accepted solution.
To remove the line add the following code at the bottom of your assets/theme.scss.liquid file.
header.border-bottom {
border-bottom: 0px !important;
}
Hope this works.
Thanks!
Add this for navigation font.
.site-nav__link{
font-size: 20px;
}
As for the buttons. I can see buttons are in logo color with white text.
Let me know.
Thanks!
This is an accepted solution.
Add the following code for the subscribe button.
button#Subscribe {
background-color: #fff !important;
color: #24abe0 !important;
}
Thanks!
User | Count |
---|---|
792 | |
140 | |
93 | |
64 | |
60 |