How do I leave a suggestion?

#518164
  • Resolved Malcolm Trapp
    Rank Math pro

    Hello, I wanted to leave a suggestion for RankMath to include an option to add a border around the Table of Contents block. But when I look, I literally only see an option to leave a support ticket or search the FAQ questions for answers. Can someone help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Nigel
    Rank Math business

    Hello,

    Thank you for contacting Rank Math for help with leaving a suggestion.

    You can go ahead and leave your suggestion(s) here, in this support ticket.

    Regarding your suggestion to add a border to the Table of Contents (TOC) block, by default, the TOC block is implemented without any custom stills so that it can be adapted to any setup and to also avoid conflicting with any default styles. If you need a border, you will have to add the CSS for it. We can help with that if you are not sure how.

    Hope that helps. Please let us know if you have questions.

    Hello Nigel! Yes, I would love help with that as I’m not too familiar with CSS. 🙂

    Hello,

    You can try the following CSS rule on website to add a border to the Table of Contents (TOC) block:

    .wp-block-rank-math-toc-block{
        border: 2px solid gray;
        padding: 25px;
        border-radius: 5px;
    }
    

    Here’s demo how it will look if you add this CSS on your website:

    And here’s a tutorial on how can you use this custom CSS on your site:
    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Let us know how it goes.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘How do I leave a suggestion?’ is closed to new replies.