Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    I’d have to see this in action to know exactly what you’re referring to. If you can provide a link, that would be helpful.

    Thread Starter philmurray

    (@philmurray)

    hi

    If you look at this DEMO site I am building

    https://www.fingerprintdigitalmedia.com/wp-demo/

    i added the MINI CALENDAR down the right column and choose the REFRESH css style.

    if you select one of the Event Dates – 19th Jan for example – the POP UP screen appears showing the Event Details but there is a BLUE COLOURED BORDER around pop up panel which disappears if you click outside the POP UP PANEL. If you click into the POP UP PANEL the blue border re-appears

    i would like to know how to remove this BORDER please

    thanks

    Phil

    Plugin Author Joe Dolson

    (@joedolson)

    Add the following CSS to your stylesheet:

    .calendar-events:focus { outline: none; }
    Thread Starter philmurray

    (@philmurray)

    Thanks Joe

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Click Border’ is closed to new replies.