Conversation
supportOn the landing page of my site, I am using several image hovers and after they were added my sidebar stopped formatting text like it does on any other page. Usually, the sidebar headings are bold. The page I need help with: [ log in to see the link]
Hi, It seems the plugin may be overriding your theme’s CSS. I’ve prepared a CSS snippet that should fix the issue. Please add the following CSS to your site (Appearance → Customize → Additional CSS): span.wp-block-navigation-item__label strong { font-weight: bolder !important; } This should restore the bold styling for your sidebar headings. Please let me know if it works as expected. Regards, Richard
It did work! Thank you so much for your help.
Hi, It seems the plugin may be overriding your theme’s CSS. I’ve prepared a CSS snippet that should fix the issue. Please add the following CSS to your site (Appearance → Customize → Additional CSS): span.wp-block-navigation-item__label strong { font-weight: bolder !important; } This should restore the bold styling for your sidebar headings. Please let me know if it works as expected. Regards, Richard
It did work! Thank you so much for your help.