I noticed that when I create a header in a column, it doesn't default to the main sizes of the headers when they are not placed in a short code item. How can I fix that without having to add all of the h tag elements to the grid css file?
Headers in columns
2 posts from 2 voices-
Posted 11 months ago #
-
Hi dabomb,
Are you wrapping the headings in H tags? For example:
[one_third first] <h2>Column Heading</h2> Content for 1/3 Column here [/one_third]You can also control the heading styles by adding this to your custom.css or Quick CSS.
.flex_column h1, .flex_column h2, .flex_column h3, .flex_column h4, .flex_column h5, .flex_column h6 { font-size: 13px; font-weight: bold; line-height: 1.3em; margin-bottom: 6px; text-transform: uppercase; }The above is the default styling which matches the headings in the sidebar.
Hope this helps!
Regards,
MyaPosted 11 months ago #
Reply
You must log in to post.














