Frontpage CSS
- Posted by HTL (3) Offline
How could i set the CSS of the Frontpage Modul.
I want to set the font not bold!
Is is possible to get the font format of the editor?
TIA
10 years 4 months ago #1
by HTL
I want to set the font not bold!
Is is possible to get the font format of the editor?
TIA
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi Ried, It's your template that make the text bold.
Try to add this code to your template css file :
10 years 4 months ago #2
by TemplatePlazza
Try to add this code to your template css file :
.minifrontpage-default .mfp-table-cell p {font-weight:400!important;}
Please Log in or Create an account to join the conversation.
- Posted by HTL (3) Offline
Hi, i have put the code into
If i open that content buy click to sidemap:
[URI]htl-ried.at/component/content/article/20...ruhrgebiet-quo-vadis[URI]
the font format is how it should be but not over the frontpage ...
maybe you have another idea?
TIA
10 years 4 months ago #3
by HTL
-
granty.css
template.css
extentions.css
If i open that content buy click to sidemap:
[URI]htl-ried.at/component/content/article/20...ruhrgebiet-quo-vadis[URI]
the font format is how it should be but not over the frontpage ...
maybe you have another idea?
TIA
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hmm how about this one :
10 years 4 months ago #4
by TemplatePlazza
.module-content .mfp-table-cell p {font-weight:400!important;}
Please Log in or Create an account to join the conversation.
- Posted by HTL (3) Offline
done.
i have put
to the granty.css - it's another framework of the rocket template.
best regards
10 years 4 months ago #5
by HTL
i have put
p {
margin: 0 0 15px 0;
font-weight: normal;
}
to the granty.css - it's another framework of the rocket template.
best regards

Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline