Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Stylesheet overwrites basic h2 and p styles

$
0
0

Replies: 0

The stylesheet below overwrites basic html styles with !important rule.
This is disturbing and, let me say, really not the best practise.

plugins/booking-system-edoobox/css/edbs-main.css

h2 {
    font-size: 1rem!important;
}

p {
    margin-bottom: .5rem!important;
}

Viewing all articles
Browse latest Browse all 59525

Trending Articles