Tagged: CSS, h2, LayerSlider, text
I noticed that when I add text to a LayerSlider and set it to, for example H2 it doesn’t take on the characteristics of an H2 element from the Enfold theme.
http://tuppen.wpstagecoach.com/test-2/
Is there a way to have this happen so I don’t have to reformat every text element in the slides manually?
Notice, for example that the text based H2 is in all caps, but the LayerSlider text H2 isn’t.
Hey Gavin!
I think it would be better to have them styled separately but you can add some CSS if you want to make all the layerslider H2s the same.
#top .ls-container h2 { text-transform: uppercase; }
Best regards,
Elliott