CSS in settings
-
Hi Guys,
hope you are well.I have a problem with the CSS on the settings page.
I entered the following:
.crp-list-item{
display: inline-flex;
}
I have a CRP Block on one page to test this. But the css that I inserted above is overidden by the css from the plug-in.
i.e. in Firefox Dev Tools I see the following:
.crp-list-item.crp-list-item-has-image {display: flex;
margin: 5px 0;}
.crp-list-item {display: inline-flex;
}
where the 2nd item is crossed out as firefox takes the display:flex; from the first item.
Can you please help on how to insert custom css that won’t be overriden by the plug-ins css.
Thanks a lot
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS in settings’ is closed to new replies.