FAQ And How-To Module Not Looking Good On My Website

#714978
  • Resolved Chirag
    Rank Math free

    Hey Support Team,

    I used rankmath from last 11 months for my website and i loved it. I use generatepress theme as my default theme. I use rankmath faq, how-to module, and table of contents module. But it does not look good on my website as they are very basic. I don’t know coding. so, i want your help to give me Additional CSS code that i put on my website to get a better look for all three module.

    Please give me CSS code I can put on my website theme customization option to get better look of your three modules.

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    We apologize for the inconvenience you’re facing with the appearance of the Rank Math FAQ, How-To, and Table of Contents modules on your website. We appreciate your feedback and are here to help.

    To enhance the appearance of these modules, you can add custom CSS code to your theme’s style.css file or use the Additional CSS option available under Appearance → Customize inside your WordPress admin area.

    For the FAQ module, you can use the following CSS code:

    #rank-math-faq .rank-math-list-item {
        margin-bottom: 1em;
        margin-top: 1em;
        border-bottom: 1px solid #fff;
    }
    
    .rank-math-question {
        cursor: pointer;
        position: relative;
        display: block;
        padding-right: 1em;
        margin-right: 1em;
        font-weight: 300;
        margin-top: 30px;
    }
    
    .rank-math-question:after {
        position: absolute;
        right: 5px;
        top: 0;
        content: "2715";
        transform: rotate(-45deg);
        transition: all 150ms ease-in-out;
    }
    
    .rank-math-question.collapse:after {
        transform: rotate(0deg);
    }
    
    .rank-math-question:hover {
        opacity: 0.8;
    }

    For the How-To module, you can use the CSS rules provided in this link.

    And for the Table of Contents module, you can use the CSS code provided in this link.

    After adding these CSS rules, your modules should have a better appearance. If you need further assistance, feel free to reach out to us.

    Thank you for using Rank Math!

    Sources:
    How to Turn Rank Math FAQ Block into an Accordion » Rank Math
    The #1 WordPress SEO Plugin in 2023 – Rank Math

    Hello,

    Let us know how this goes after applying the CSS we have provided above.

    Here’s a guide on how to add custom CSS to your site:
    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Hope that helps.

    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 2 replies - 1 through 2 (of 2 total)

The ticket ‘FAQ And How-To Module Not Looking Good On My Website’ is closed to new replies.