Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #221264

    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)

    #221549

    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

    #221735

    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 .

    #221994

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #222342

    Hi Josue ,

    The link is http://alrazzak.net/

    #222360

    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

    #222576

    Hi Josue ,

    Thanks a lot, the css is working fine now :).

    #222589

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘EventList Customisation’ is closed to new replies.