Removing red line under page title
- The topic ‘Removing red line under page title’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
I am using the Arcane theme for a website and have centered the page title with CSS but the red underline is still left aligned.
Is it possible to remove the red line or to center it?
Many thanks!
I have now resolved this by removing the page title and the red line completely using the code below:
.entry-header-wrapper {
display: none;
}
Hope this helps anyone else!