Hello – we run Ad Rotate on the client site which apparently causes issues with formatting using the tools within the Magazine builder element. As a result, is there custom CSS to increase the size of the headline point size? changing from Default to H1, H2, etc. makes no visual change due to the plugin conflict. Thank you.
Hi,
Thank you for the inquiry.
You can try to adjust the element style with css modification instead. Please try this code in the Enfold > General Styling > Quick CSS field.
.av-magazine .av-magazine-top-bar .av-magazine-top-heading {
font-size: 2em;
color: blue;
}
Best regards,
Ismael
Hi,
Thank you for the update.
The css works when we add it directly in the browser (see screenshot). Please edit your css modifications and check if there are invalid css rules using the tool below.
// https://codebeautify.org/cssvalidate
Screenshot: https://1drv.ms/i/s!AjjTfXSRbKTvgrZIkNC7ESW8UwPUTw?e=G8LfC4
Best regards,
Ismael