Hi,
I've created a custom.css for some specific classes. However, for my <h3> it's been taken in general now.
See screenshot:
1) Clearly assigned only one class (which hasn't been modified) to h3
2) h3 is being displayed adjusted from custom.css
3) Examination of source code shows that the value for h3 has been taken from custom.css
Why??
Thanks in advance, br
jb
Content custom.css:
Code:
@font-face {
font-family: 'Permanent Marker';
font-style: normal;
font-weight: 400;
src: local('Permanent Marker Regular'), local('PermanentMarker-Regular'), url(https://fonts.gstatic.com/s/permanentmarker/v9/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Cfw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.simplus h1, h2, h3 {
font-family: 'Permanent Marker', cursive;
color: #2a3539;
Please Log in or Create an account to join the conversation.