End of Support for Joomla 3 - Forum closed
Change style h1 and h2
Is it possible to change the font style of h1 or h2 in Warp Style Customizer?
I don't find the appropriate spaces for change the font size and color...
Now I change it in custom.css with follow code:
Thanks!
I don't find the appropriate spaces for change the font size and color...
Now I change it in custom.css with follow code:
Code:
/*** CAMBIO GRANDEZZA E COLORE CARATTERE H1 H2 H3 H4 H5 H6 PER I DEVICE***/
/* Small Screen */
@media (max-width: 768px) {
.uk-container {
padding: 10px 10px;
}
h1 {
font-size: 32px !important;
line-height: 1.3 !important;
color:#28A5F5 !important;
}
h2,
{
font-size: 28px !important;
line-height: 1.4 !important;
color:#28A5F5 !important;
}
}
/*** FINE CAMBIO GRANDEZZA E COLORE CARATTERE H1 H2 H3 H4 H5 H6 PER I DEVICE***/
/*** CAMBIO COLORE CARATTERE H1 H2 H3 H4 H5 H6 PER I DESKTOP***/
/* Headings
========================================================================== */
h1,
h2
{
margin: 0 0 15px 0;
font-family: 'Ubuntu';
font-weight: normal;
color: #28A5F5 !important;
text-transform: none;
}
/*** FINE CAMBIO COLORE CARATTERE H1 H2 H3 H4 H5 H6 PER I DESKTOP***/
Thanks!
Last Edit:6 years 3 weeks ago
by Ferriero
Last edit: 6 years 3 weeks ago by Ferriero.
Please Log in or Create an account to join the conversation.
Hello Ferriero,
what do think about the UIKIT-Method?
Link to the UIKIT Documentation
The structure of an HTML-Document this means the assigning of h1 and h2 tags is relevant for SEO.
Greeting,
Christian
what do think about the UIKIT-Method?
Link to the UIKIT Documentation
The structure of an HTML-Document this means the assigning of h1 and h2 tags is relevant for SEO.
Greeting,
Christian
by cg
Please Log in or Create an account to join the conversation.
Hi Christian!
Thanks for your flash answer!
I would like to change the style with Warp customizer...
I know the structure is relevant for SEO. However, I do not think that changing color or size is decisive. Am I right?
Regard
Thanks for your flash answer!
I would like to change the style with Warp customizer...
I know the structure is relevant for SEO. However, I do not think that changing color or size is decisive. Am I right?
Regard
by Ferriero
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello,
in customizer you can change only basic headline settings.
>> Customizer > Advanced > Basic [more] > Headlines
in customizer you can change only basic headline settings.
>> Customizer > Advanced > Basic [more] > Headlines
Attachment Screenshot_3-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30-31-32-33-34-35-36-37-38-39-40.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
The following user(s) said Thank You: Ferriero
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates