Say, on this website. https://drkarenkassebaum.com/. There is a thin grey line below the header. I can’t figure out where to remove this or change the color to black.
The line is on all pages so I’m thinking this a change that needs to be made with the theme. Thank you.Hello @rkassebaum,
Thanks for writing to us.
In order to get rid of the header bottom border I would suggest you add this custom CSS code to the Global CSS.
.x-logobar {
border-bottom: none;
}
[class*=page-template-template-blank] .entry-content {
margin-top: -1px;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.