Hell0! I want to add bottom border for header in debutify theme it want to visible on all pages and seperate the pages from header, Please help me
Hey @NrArtPrints
Can you please share your Store URL and password if enabled?
Hello @NrArtPrints
To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?
Thank you and hope to hear from you.
Best regards,
GemPages Support Team
Hey @NrArtPrints
On the theme editor, please go to the theme settings and open the custom style/script tab. Paste the following CSS to the custom style input.
.header-section {
border-bottom: 1px solid red;
}
You can change red to the color that you desire, and it will appear on your store as the screenshot below.
