• Resolved martyjuel

    (@martyjuel)


    I tried editing the type in my Calendar Feed by changing to bold and a colored type but it doesn’t change in my listing on the page where I have the feed shown. I saved and updated the Feed and the code shows the change. Here is what my Feed page (in part) looks like:
    <div class=”gce-list-event gce-tooltip-event”><span style=”color: #0000ff; font-size: 12pt;”>[event-title]</span></div>
    <div>Starts: [start-time]</div>
    <div>Ends: [end-date] – [end-time]</div>
    [if-location]
    <div>Location: [location]</div>

    Description: [description]

    https://wordpress.org/plugins/google-calendar-events/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Try adding the style to the div instead and see if that works:

    <div class="gce-list-event gce-tooltip-event" style="color: #0000ff; font-size: 12pt;">[event-title]</div>

    Let me know if that does the trick.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Assuming last comment helped resolve this since there hasn’t been a reply. Please let me know if there is anything else I can help with.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can't edit type in events listing’ is closed to new replies.