Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30187
    joshcoen1
    Guest

    There’s a line element on the header (see screenshot) and I would like to remove it. Is it possible?

    Resolve theme screenshot

    #30188
    carlosd
    Guest

    Hi 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.

    #30189
    joshcoen1
    Guest

    Carlos, this worked perfectly! Just what I was hoping for. Thank you so much for your help!

    #30190
    carlosd
    Guest

    Awesome! You’re welcome. I’m glad that helped you out! Let us know if you need anything else, we’re always happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove line element on Resolve theme header?’ is closed to new replies.