• Thank you for your theme which I am using for a very simple one page website.

    I would like to remove the horizontal line from my home page which is located under where the title would be.

    https://dwjfreelance.com/’

    I would be grateful if you could please advise how to do this.

Viewing 1 replies (of 1 total)
  • Thank you for your theme which I am using for a very simple one page website.

    You’re welcome. ??

    I used a browser inspector to find the right element to target with CSS. Give this a try in your custom CSS editor:

    .entry-header, .page-title {
      border-bottom: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove horizontal line from page title on home page’ is closed to new replies.