cyanotype theme – removing horizontal line

  • Unknown's avatar

    Hi everyone

    I am using the cyanotype theme, and at the bottom of every post, and on each page, there is a horizontal line running below it. I’d like to remove this as I think it looks clunky.

    I have tried a few attempts at editing the css, and have tried solutions mentioned in posts I could find about similar topics in forums but nothing has worked so far. I have some basic handle on html/css but i don’t know where in the code this line is coming from, so I am not sure what to alter.

    thank you for taking the time to read! any help is appreciated!

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

  • Hi there,

    If you try this code it should remove the border you are seeing.

    .entry-footer {
        border-top: 0;
    }

    Hope this helps!

  • Unknown's avatar
  • The topic ‘cyanotype theme – removing horizontal line’ is closed to new replies.