macy wrote: Hi Cyril,
Thanks for the answer, I wanted to know where I can change <h1> in the example <h4>.
regards
Hello,
It will be difficult to follow the topic, if you use forum and email
AND, i've seen that you are a pro user!!!
You can use the Pro Ticket support for a faster and advanced support :
pro.joomlic.com/en/support
Never hesitate to use it!
(and faster than the free forum...)
So, you can use the custom CSS option of iCagenda (Global Settings > General Settings > options for custom CSS at the bottom).
Then, you can change the css with this declaration :
h1.ic-header-title {
font-size: 16px;
color: red;
/** all styles you want **/
}
Currently, the h1 tag is using your template styling for the h1 tags.
If you want to change all h1 tags (not only iCagenda, but for all pages of the site) you can edit the h1 class in your site template css, or use the iCagenda custom CSS function, which works with all the site styles :
h1 {
/** your styles here */
}
Hope this helps!
For advanced help, please open a new Pro Ticket
Best Regards,
Cyril