Hi,
Is it possible to create an extra Heading 1 and Heading 2 entries for Social Wall block? How can I format the font type, size and color for those new Headings?
Thaks in advance.
Torres
At the moment, you can not create an extra Heading 1 and Heading 2 entries for Social Wall block, if you want change the format the font type, size and color for those new Headings in welcome box on home page. Please add the following code to the style.css file:
.block.head h1 {
color: ;
font-size: ;
}
.block.head h2 {
color: ;
font-size: ;
}
Hope this helps !
OK Dominic. I assume that this if for change the style for the existing Head 1 and 2 entries. But my question was on creating one extra Head 1 and another extra Head 2. Thanks a lot.
That’s my fault. I have corrected the answer above. Please check again. At the momment, unfortunately, our theme doesn’t support to add more Head 1 and 2 as you wish.
Please login or Register to submit your answer