• frankbrun

    (@frankbrun)


    How to remove this? I went into hero homepage, removed the text for hero title and hero description but does not remove the line. While we are hear how to remove the scroll down arrow as well?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • @frankbrun You can remove that line by adding this CSS code in the Customizer > Additional CSS:

    .site-title:after {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.