• Is there any way to change the font weight for all the calendar entries in grid view please?

    I think I’ve looked at all the settings and tried to add additional CSS, but nothing works, and I’d just like to have the entries all normal font weight (not strong, not 700)

    Thanks!

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

    (@joedolson)

    Without seeing your site, I can’t really make a suggestion. This is most likely because your theme is using a high level of specificity to define what headings look like, and is overriding My Calendar; but without knowing exactly what it’s doing, I’d just be guessing.

    Thread Starter astraexplorers

    (@astraexplorers)

    Yeah, that would help – thanks Joe!

    I’m using the Astra theme at https://txf.44d.myftpupload.com/whats-on/ with this additional CSS:

    /* Link highlighting */
    body a:hover {
    background-color: #75131D;
    color: white;
    font-weight: bold;
    }
    .single .post-navigation a:hover {
    background-color: #75131D;
    color: white;
    font-weight: bold;
    }
    .single .post-navigation .nav-next a:hover {
    background-color: #75131D;
    color: white;
    font-weight: bold;
    }
    .entry-meta a:not(.ast-button):hover, .entry-meta a:not(.ast-button):hover *, .entry-meta a:not(.ast-button):focus, .entry-meta a:not(.ast-button):focus *, .page-links > .page-link, .page-links .page-link:hover, .post-navigation a:hover {
    background-color: #75131D;
    color: white;
    font-weight: bold;
    }

    /* Mobile menu shadow */
    .ast-hfb-header .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .main-header-menu {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
    }

    /* Google map plugin */
    .howtofindus-map {
    width: 600px;
    }
    @media (max-width: 1079px) {
    .howtofindus-map {
    width: 100%;
    margin: 0 auto;
    }
    .poi-info-window a:hover {
    color: #ffffff;
    }

    /* Service sheets */
    .ast-single-post h3, .ast-container h3 {
    margin-top: 30px;
    }
    .archive .entry-title {
    margin-top: 1px;
    margin-bottom: 1px;
    }
    .post-content>.read-more {
    margin-top: 1px;
    margin-bottom: 1px;
    }
    .ast-separate-container .ast-blog-layout-5-grid .post-content {
    padding-right: 1.5em;
    padding-top: 2px;
    padding-bottom: 2px;
    }

    /* Hall booking bg block */
    .wp-block-preformatted {
    width: 100%;
    background-color: #EBE5E5;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Grid view font weight’ is closed to new replies.