- AuthorPosts
- May 24, 2019 at 9:59 am #30187joshcoen1Guest
There’s a line element on the header (see screenshot) and I would like to remove it. Is it possible?
- This topic was modified 1 year, 7 months ago by BoldGrid Support.
May 24, 2019 at 3:20 pm #30188carlosdGuestHi Josh.
Thanks for posting your comment regarding modifying the header text to not include the “over” line. This is something that is built into the Resolve Inspiration to influence the overall aesthetic of the header.
With that said, if you would like to change this, it would require some CSS customization. You can accomplish this by using Google Chrome Dev Tools to identify the object and then enter the custom CSS line in the Customizer.
I used the following code for my test, you can try using this code as well:
.line-lg { display:none; }
I hope this helps!
Sincerely,
Carlos D.
May 24, 2019 at 6:15 pm #30189joshcoen1GuestCarlos, this worked perfectly! Just what I was hoping for. Thank you so much for your help!
May 24, 2019 at 8:04 pm #30190carlosdGuestAwesome! You’re welcome. I’m glad that helped you out! Let us know if you need anything else, we’re always happy to help.
- AuthorPosts
- The topic ‘How to remove line element on Resolve theme header?’ is closed to new replies.