Antonio Torres
asked 9 years ago

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

2 Answers
DominicStaff
answered 9 years ago

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 !

Antonio Torres
replied 9 years ago

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.

DominicStaff
answered 9 years ago

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.
 

Powered by DW Question & Answer Pro