Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1422822

    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.

    #1422823
    This reply has been marked as private.
    #1422863

    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

    #1422903
    This reply has been marked as private.
    #1422960

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.