• Resolved wlltat

    (@wlltat)


    Hi,
    I absolutely love this theme. Thank you.

    Currently the comment box is shown at the end of all comments. On my page I have several comments and thus I wanted to move it to top so that it is easier (especially for mobile users) to write their comments.

    So, please tell me the function.php code, or any CSS or any thing (or steps) I can do to move the comment box to the top of all comments. It would help me a lot.

    Thank you very much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter wlltat

    (@wlltat)

    Thank you very much. I was able to get a link to your website and installed a child theme and got the functions.php code. It worked. Comment box is now on top.

    Can you please tell me the code to remove UNDERLINE that is below all links?

    Thank you.

    I was about to use this theme and seeing that one more time a theme doesn’t show the comment box on top of the comments, I already do not want it…
    sorry, but I cannot understand this ! Why not adding an option at least ?
    what is the craze about comment forms at the bottom ? it’s ridiculous.

    Hi @wlltat,

    Removing the underline from the links can be done by adding the following code in the Additional CSS editor within the Customizer.

    .nv-comment-content a, .nv-content-wrap a:not(.button):not(.wp-block-file__button) {
        text-decoration: none;
    }

    Thank you @catcadnoe and @wlltat for your suggestion.

    We’ll think about such an option regarding the comment box position for the next versions of the theme.

    Hi @catcadnoe @wlltat

    We have created a guide for moving the comments box above the comments list.

    I hope this will help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Move the Comment Box to top of the comments instead of the end?’ is closed to new replies.