Tagged: enfold, the events calendar
Hi ,
This is actually not an issue as such but more of a request. I wanted to buy the incarnation theme but stayed away due to lack of wp 3.8 support and the events calendar issues. Is there any way I can make the event calendar list widget look like incarnation theme in enfold? (Just a line separating the list events would do just fine)
Hey atomicdreamz!
You can add this on Quick CSS if you want a separator below each events:
.tribe-events-list .vevent.hentry {
border-top: 1px solid gray;
}
Cheers!
Ismael
Hi Ismael ,
Thank you for your answer , I copy pasted the css snippet in theme options ->styling -> Quick CSS , but it does not seem to reflect .(I tried changing color and size also but no effect) I am using a child theme .
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi Josue ,
The link is http://alrazzak.net/
Hey!
The border is actually appearing here:
http://alrazzak.net/quaderiorder/qowp/events/
If you want it to appear in the widget, this will do it:
.tribe-events-list-widget-events {
border-bottom: 1px solid gray;
}
Best regards,
Josue
Hi Josue ,
Thanks a lot, the css is working fine now :).
You are welcome, glad we could help :)
Regards,
Josue