How do I remove the book icon next to the "content" text on table of contents? I don't have icons anywhere else on my site so this looks quite out of place.
This can be achieved through custom CSS. You may try adding the custom CSS code below:
.toc-header .rbi-read { display: none; }
To add the custom CSS to your website: 1. In your website dashboard, go to Appearance > Customize 2. In the Customizer, navigate to Additional CSS 3. Paste the code above into the text area provided. 4. Click Publish to save the changes.
If you have any further questions or need assistance, feel free to contact us.
Hi,
How do I remove the book icon next to the "content" text on table of contents? I don't have icons anywhere else on my site so this looks quite out of place.
Thanks
Kev
Attached files: Screenshot 2024-11-13 at 11.57.23.png
Hi,
Thank you for reaching out to us.
This can be achieved through custom CSS. You may try adding the custom CSS code below:
.toc-header .rbi-read {
display: none;
}
To add the custom CSS to your website:
1. In your website dashboard, go to Appearance > Customize
2. In the Customizer, navigate to Additional CSS
3. Paste the code above into the text area provided.
4. Click Publish to save the changes.
If you have any further questions or need assistance, feel free to contact us.
Regards,
Perfect that worked - thanks!
Thank you.
Have a great day.
Regards.