Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I agree it's odd, but at this time we don't have a means of delaying CSS to force it to load absolutely last. It's something we'll be addressing when we redo that API.I see, so it's on purpose that the override is before the plugin, good to know, though I find it a bit odd.
You can disable CBs Bootstrap if your template loads Bootstrap 3 already. This will prevent CBs namespaced Bootstrap CSS giving Bootstrap stronger selectors. Beyond that, no not without writing new CSS to override CBs.A follow up question, is there also a 'correct' way of making CB use the font used for the template?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, that disables CBs Bootstrap 3.Is it the 'Twitter Bootstrap' setting under 'Integrations' in Configuration you are referring to as 'Disable bootstrap3'?
Inspect the CSS (right click and inspect element) and see where it's coming from exactly. It may not even be coming from CBs Bootstrap or CB at all. Beyond that just use strong selectors or if you must !important tags to force your styling.Because setting that to No still loads the font.
Please Log in or Create an account to join the conversation.