• Resolved arturkrzyk

    (@arturkrzyk)


    .bellows-item-level-0 {
        font-weight: bold !important;
    }

    Doesn’t seem working. What should I do?

Viewing 1 replies (of 1 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi,

    In the Pro version, you can change the Top Level Item Font Weight in the Customizer.

    If you’re writing custom CSS for the free version, you likely need to target the .bellows-target element (a child of the selector you used) rather than the wrapping list item. And you should never need !important, rather use the appropriate selector specificity (I’d base your styles on the plugin’s styles).

    It’s also possible you have interference from something else on your site, no way to tell without seeing it.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘How to make level 0 links looks bolder?’ is closed to new replies.