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

    Using a custom css plugin so you don’t lose the changes when the theme updates you could try:

    .comments-area #respond {
    border-top: none;
    padding-top: 0;
    }

    If it does not work then try and add the !important
    .comments-area #respond {
    border-top: none!important;
    padding-top: 0!important;
    }

    remember to use f5 to clear any browser cache.

    The above code will move the comment box up by 40px and remove one of the lines.

    You need to find the relevant css for the other line or the other space if you want comments to move further up.

    thanks
    Kevin

    Thread Starter JosefinDeiving

    (@josefindeiving)

    Thanks Kevin! <3 I will try that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove borders?’ is closed to new replies.