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

    (@rustaurius)

    Hi,

    Not sure exactly why that’s happening, likely some kind of overlap in the theme CSS selector names and the plugin CSS selector names. Try adding this CSS:

    .container .one-third.columns {
    font-weight: 300;
    }
    
    .prod-cat-sidebar-category, .prod-cat-sidebar-subcategory, .prod-cat-sidebar-tag {
    font-weight: 300;
    }
    Thread Starter ahiaruhe

    (@ahiaruhe)

    Perfect – thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mysterious Styling’ is closed to new replies.