• Resolved solace678

    (@solace678)


    On 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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Richard

    (@richardmallick)

    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

    Thread Starter solace678

    (@solace678)

    It did work! Thank you so much for your help.

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

You must be logged in to reply to this topic.