• msslrb

    (@msslrb)


    Hi. I am having a problem with calendar day of the week headings. When I upload calendars to my site, Tuesday though Friday is missing. It occurs regardless of the calendar plugin I use. I think this may be theme related, but I am unable to get a response from the developer. Where can I find the code to fix this?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter msslrb

    (@msslrb)

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Some weird CSS there!

    This seems to fix it:

    .mpa-account-bookings th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6) {
    visibility: visible;
    }

    To add or override CSS: use the “Additional CSS” option in the customizer.  https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress or at [site]/wp-admin/customize.php if you don’t have that menu option.

    Use the?Chrome Developer Tools?or?Firefox Developer Tools?to help you see and test changes to your CSS.

    Thread Starter msslrb

    (@msslrb)

    Thank you so much! I didn’t know if I had come to the right place for help.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This CSS was originally set by whatever plugin is using “mpa” as their CSS identifier.

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