Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #781641

    How do I change the “reply” in comments and “read more” links to buttons that look same as in rest of the website?

    #781676

    Hey cvan,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file: 

    .more-link, .comment-reply-link {
        padding: 10px !important;
        font-size: 13px;
        min-width: 80px;
        background-color: #2c2c2c;
        border-color: #000;
        color: #fff;
    }
    

    Please change the background color and border color to the colors that match your website.

    I hope that helps!

    Sarah

    #781692

    Are there filters through which I can render them as buttons?

    #781704

    Hi,

    We can show you how to do it via css. Presenting it as a button native would require a developer to modify your source files. Also keep in mind most buttons on any site is just styled via css like Sarah presented above as the actual”button” tag is recommended for forms only.

    Best regards,
    Jordan Shannon

    #782460

    Thanks, I am fine with the answer.

    #782462

    Hi!

    Happy we can help.
    Please feel free to let us know if there is anything else we can do for you.

    Thank you very much

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.