Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @yaklatte.

    Thank you for a very nice review, we really appreciate it. 🙂

    Now in order to remove that line, please add this to Customize -> Additional CSS

    .archive .entry-page h1.entry-title {
        display: none;
    }

    It should take care of that ID thingy.

    Kind regards.

    Theme Author lyrathemes

    (@lyrathemes)

    Thanks @siniplyrathemes!

    @yaklatte I would actually suggest a more targeted rule such as

    
    .business-directory .entry-page h1.entry-title {
        display: none;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘removing a title’ is closed to new replies.