Remove horizontal line

  • Unknown's avatar

    Hi,

    I would like to remove an horizontal line. Once I click read more (blinddogcommunications.com), automatically scroll down and before my first words I can see a horizontal line. Any way to delete it in every single page?
    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Go to Customize > CSS, and paste in the following custom CSS.

    .entry-header {
        border: none;
    }
  • Unknown's avatar

    Hello pinkbowtieboy!

    So the horizontal line on you’re blog posts is located in the classes entry-header and entry-title.
    The code to input into the css is as follows:

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

    Try that out and let us know if that helped or not!

    — Colleen

  • Unknown's avatar

    hi,
    my theme in wordpress is zuki, when I try to add the “zuki recent posts” widget I have articles that do not belong to the configured category, please help

  • Unknown's avatar

    Hello ruta5hn!

    Your concern should be created in a new thread, that way pinkbowtieboy’s issue can be individually addressed with no confusion while also allowing your concern to be seen on the main forum board so the Support Volunteers as well as the Happiness Engineer WordPress Staff Members can see your request and happily assist you!

    Thank You :D
    — Colleen

  • The topic ‘Remove horizontal line’ is closed to new replies.