Hi!
On page: http://monroedesign.se/om-oss-2/
I would love to get the same style for the 3 names (like the Angela Monroe x 3 in attached photoshopped image) inside the 1/3 text blocks. I want to make the name underlined h2 and the title below in regular body text.
(I can’t separate the titles from the text box of image+title+body because then the responsive waterfall becomes incorrect.)
Is this possible to fix?
Info from earlier thread:
http://support.swiftideas.net/forums/topic/change-class-of-widget-title-to-h2/
Kyle gave me a custom code that works great for my h1:s and h2:s:
.full-width-text h1, .full-width-text h2 {
border-bottom: 2px solid #222222;
display: inline-block;
font-size: 18px;
font-weight: normal;
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 10px;
text-align: center;
}
I’m using these classes:
Extra class in widget box for heading H1 or h2:
pb0 mb0 mt0 bb0 bt0 no-arrow pb0
Extra class in body text box:
pt0 mb0 mt0 bb0 bt0 no-arrow
Cheers!