Does anyone know how to delete those lines from shopify?
Thank you !
Please share your store URL.
Hi @dannyebtracks welcome to Shopify Community.
In order to remove the black lines you need to Edit your Theme Code. Before proceeding I suggest you to perform a backup of your theme by duplicating the Theme (follow this guide)
The black lines are added to the CSS using border property. I tried to find many (but maybe some are missed). Try to add this code at the end of file style.css
.h1,
.title a,
h1,
h2.title,
h2.home {
border-bottom: none;
}
.h2,
h2 {
border-top: none;
border-bottom: none;
}
hr {
border: none;
}
Works perfectly! Thanks a lot Drakedev ! I have a question, I hope you can help me, do you know how to move the section to the right?
Yes sure, but I am not sure it is good, on my 4K screen (not common ok) it seems a bit off to push that at the right border of the screen.
Anyway here’s the explanation. The theme use a max-width of 1200px for sections.
If you want to change the header as suggest you need to increase the max-width for the specific section. An example here:
Set max-width to 100%
.top_bar .section {
max-width: 100%;
}
Add it to the end of your CSS theme file.
Thank you very much !!! I have many things to modify, I appreciate your help, I have a question can I modify this section on my mobile site?, I am interested in having it as this website
I would be interested to know if you offer your services, I am working on this new website, I have a channel with more than 900 k subscribers, it would be a pleasure to work with you!
Thank You drakedev!
Hey @dannyebtracks
yes sure, I offer customization services in case you need more advanced customization.
I have long-term relationship with various clients, that involve me when they need some changes, need to add specific features to their themes, or need consulting.
You’ll find a link to the services I offer in my signature. Feel free to send me an email and we can have a chat.