• Resolved tfagency

    (@tfagency)


    I am having nothing but trouble styling the table borders for the main calendar. I think the class to target is this one:

    .app_monthly_schedule_wrapper table td

    …but after using this in my theme style’s CSS I’m not seeing any affect. Not sure if I should create a child CSS or if I can just add some class to my theme styles.

    Can you advise how to override the light gray border around the monthly calendar table?

    https://www.ads-software.com/plugins/appointments/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @tfagency,

    I hope you are well today and thank you for your question.

    You can override the light gray border around the monthly calendar table by adding the following CSS code in the style.css file of your child theme or adding the CSS code in the appointment plugin “Additional css Rules” option on the following path.

    Admin Area -> Appointments -> Settings -> General -> Display Settings

    .appointments-wrapper .appointments-list table td,
    .appointments-wrapper .appointments-list table th {
    border: 1px solid #000 !important;
    }

    The above code is working fine for me but if somehow the above code doesn’t work for you then please share me your appointment page URL so that i can troubleshoot it.

    Best Regards,
    Vinod Dalvi

    Thread Starter tfagency

    (@tfagency)

    Plugin Contributor Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @tfagency,

    Thank you for your reply.

    Could you please tell me how you are using the provided CSS code?

    I checked the appointment page on your site but didn’t find the CSS code added anywhere.

    I used the CSS code on that page using the browser inspector and found it’s working fine changing the border of main calendar as shown in the following screenshot.

    View post on imgur.com

    Please advise.

    Regards,
    Vinod Dalvi

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling Table Borders’ is closed to new replies.