Hi!
It’s the never ending asking Swede again!
I want to change the class of my testimonial slider on: http://monroedesign.se/om-oss-2/
From h4 to h2. One reason is SEO and the other reason is that I want it bigger.
What I wish:
Testimonial: underlined, helvetica normal, 20px, line-height 24,
which is what my underlined h2:s are now, custom styled with their widget class: pb0 mb0 mt0 bb0 bt0 no-arrow pb0
http://support.swiftideas.net/forums/topic/change-class-of-widget-title-to-h2/
Kyle gave me this code before which works great for my h1:s and h2:s:
Underlined H2
.full-width-text h1, .full-width-text h2 {
border-bottom: 2px solid #222222;
display: inline-block;
font-size: 20px;
font-weight: normal;
line-height: 24px;
margin-bottom: 5px;
padding-bottom: 5px;
}
Can we do this? Or am I officially a custom code addict? ๐
Cheers!