How to add Custom CSS For yoast FAQ section
-
How can I add the FAQ section in the generate press theme with your Yoast plugin shown in the attached image?
IMAGE: https://ibb.co/FDq5dxf
I have also added the CSS code for rank math, please change this CSS code for the Yoast FAQ section.
/* Rank Math FAQ CSS Starts */ .rank-math-question:before, .rank-math-question:after { content: "?"; position: absolute; right: 0; top: 0; width: 30px; line-height: 30px; text-align: center; color: #ffffff; background: #99ccff; border-radius: 50px; } .rank-math-question { border-bottom: 1px solid #e6e6e6; padding-bottom: 0.825rem; position: relative; padding-right: 40px; font-size: 1.05em; font-weight: 600; } .rank-math-list-item { padding: 15px 25px 5px 25px; border: 1px solid #99ccff; background: #ffffff; margin-bottom: 35px; margin-top: 2rem; } /* Rank Math FAQ CSS Ends */
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add Custom CSS For yoast FAQ section’ is closed to new replies.