End of Support for Joomla 3 - Forum closed
Custom.css taken but shouldn't
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:
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;
by joerge80
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Your code is wrong
Thats the right one
.simplus h1, h2, h3 {
font-family: 'Permanent Marker', cursive;
color: #2a3539;
Thats the right one
.simplus h1, .simplus h2, .simplus h3 {
font-family: 'Permanent Marker', cursive;
color: #2a3539;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates