Home Forums ConsultStreet Pro Frontpage Sections Not Displayed

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44546
    Michael Peters
    Participant

    On all of my sites, like https://lazarusalliance.com/, when I turn on sections like Team Members and FunFacts, they do not appear on the homepage. Any suggestions for why this is not working?

    My custom CSS is:

    .sow-accordion-title h3 {
    font-size: 1rem !important;
    margin: 0 !important;
    }
    .sow-accordion-panel-open h3, .sow-accordion-panel-header:hover h3 {
    color: #fff;
    }

    .theme-block.theme-blog .col-lg-4:nth-child(n+4) { display: none; }

    @media (min-width: 992px) {
    .site-header .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
    }
    }
    .theme-contact-block { text-align: center; }

    .theme-block {
    padding: 0rem 0 3.125rem;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
    padding: 22px 0px 22px 0px;
    }

    @media only screen and (min-width: 768px) {
    .theme-section-module {
    max-width: 100%;
    }

    .theme-testimonial .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
    }

    .theme-sponsors .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
    }
    #mega-menu-wrap-primary.mega-menu-wrap {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    }

    .navbar .navbar-brand {
    margin-right: 5rem;
    }

    .navbar .navbar-toggler {
    display: none;
    }

    /* SiteOrigin Widget Titles */
    .widget.so-panel .widget-title {
    color: #000;
    }

    .theme-blog-author {
    display: none;
    }

    .theme-main-slider .theme-slider-content .title-large {
    background-color: rgba(105, 101, 100, 0.6);
    padding: 1.25rem 1.5625rem 2.5rem;
    }

    .theme-main-slider .theme-slider-content .description {
    background-color: rgba(70, 69, 69, 0.6);
    padding: 1.25rem 1.5625rem 2.5rem;
    }

    .theme-slider-content .theme-text-left, .theme-slider-content .theme-text-right {
    width: 80%;
    }

    #theme-main-slider .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 41.6667% !important;
    height: 0 !important;
    display: block;
    }

    /* More specific – only affects posts after the Expert Publications heading */
    h2.theme-section-title:has(h3:contains(“Expert Publications”)),
    h2.theme-section-title + * + .container-full .row > .col-lg-4:nth-child(n+4) {
    display: none !important;
    }

    #44547
    Michael Peters
    Participant

    Removing CSS did nothing to fix the problem.

    Help please!

    #44548
    Michael Peters
    Participant

    Never mind. I fixed it.

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