• Resolved andreasoug

    (@andreasoug)


    Hey. Is it possible to remove the black border the shows on the right and bottom of the calendar?
    I tried adding borderColor="white" but that didn’t help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author LBell

    (@lbell)

    Howdy! By default, the borders are driven by your theme or a plugin.

    You can override that with a CSS that targets pgcal-container or fc classes.

    • This reply was modified 2 months, 1 week ago by LBell.
    Thread Starter andreasoug

    (@andreasoug)

    Hey! Tried adding this code to the site, but that removes all the borders, also the one around each day in the calendar. I just want to get rid of the main border around the whole calendar. Is this possible? ??

    .pgcal-container,
    .pgcal-container * {
    border: none !important;
    }

    Plugin Author LBell

    (@lbell)

    That looks to be coming from how your theme handles blocks that Pretty Google Calendar is embedded within, and their classes et_pb_with_border et_pb_module et_pb_code et_pb_code_1

    This is outside of our scope of support ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.