Tagged: header
Hi, I’d like to change the colour if one sub heading in the special header. How can I do that?
Thanks in advance
Hey SegesitMultimedia,
Which subheading would you like to change so we can provide the css.
Best regards,
Jordan Shannon
In my homepage the first special header, under the video
“La riabilitazione non è mai stata così comoda”
But i’d like to be able to do that also in other pages if needed
Hi,
I see, add the following to quick css:
.av-subheading.av-subheading_above{
color:red!important;
}
Adjust thee color to whatever you need.
Best regards,
Jordan Shannon
Hi Jordan
thanks for your quick reply. It worked perfectly, but now every time i put the subheading above the heading it changes color. Is it possible to style each element singular?
Hi,
Do you mean when you add them on other pages?
Best regards,
Jordan Shannon
Hi,
I mean if is possible to have one sub header with the customized color and one another with the default color. If is possible to customize the element maybe by the ID and not by the general CSS in order to not affect the entire site.
Hi,
If you turn on custom css classes, then yes we can target them individually. If they or on different pages, we can us the page id.
Best regards,
Jordan Shannon