Styling event title separately from text
-
Just been playing with the CSS on the plugin, got it working pretty much how I want but just one thing I can’t get right…
I want to have the title in different font size \ bold \ white text compared to the description text. I can see the main code
#ik_fb_widget p { font-size: 14px; color: #A39D9D; }
but after pointing FireBug at the title can only get a p class of ikfb_event_title Tried this in the CSS but no joy ??
#ik_fb_widget .ikfb_event_title p { color: #FFFFFF; font-size: 16px; }
also tried
.ikfb_event_title p { color: #FFFFFF; font-size: 16px; }
and
.ikfb_event_title { color: #FFFFFF; font-size: 16px; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Styling event title separately from text’ is closed to new replies.