Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)