How to modifiy typography CSS for Legend shortcode ?

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Wed Jun 05, 2013 5:24 pm
I want to know how to modifiy typography CSS for Legend shortcode. I want to have a grey frame, like #DADADA color code. I noticed the white frame have 2 occurences. Styles 1 and 5 are the same. White. I could make one grey. How do I change one to have a grey frame ?

I try to modify theme/sortcodes.typography.css but I was not successful.





Image
User avatar
Expert Boarder

GK User
Wed Jun 05, 2013 7:02 pm
Please edit: wp-content/themes/Fest/css/override.css
Code: Select all
.gk-legend[data-style="style5"] > strong:first-child {background: #DADADA;}
.gk-legend[data-style="style5"] {border-color: #DADADA;}

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
User avatar
Moderator


cron