Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Pls try to use – Advanced Excerpt – plugin and at present it is not possible to display full content .

    The page link that you shared is giving “page not found” .
    Pls use the following custom CSS –

    .lsow-posts-carousel .lsow-image-info a, .lsow-posts-carousel .entry-title a {
        pointer-events: none !important;
    }
    .lsow-posts-carousel span.published abbr[title] {
        text-decoration: none;
    }
    

    Below is the CSS for the entry summary , you can modify the css and can add custom CSS in plugin settings > custom CSS tab.

    .lsow-posts-carousel .lsow-entry-text-wrap .entry-summary {
        padding: 0;
        margin: 10px auto 0;
    }
    

    Pls try the following custom CSS –

    .lsow-tabs .lsow-tab-title {
    color: green;
    }
    .lsow-tabs .lsow-tab-pane.lsow-active {
    background-color: #f7f2f2;
    }
    .lsow-tabs .lsow-tab.lsow-active {
    background: red;
    }
    .lsow-tab.lsow-active a span {
    color: #fff;
    }

Viewing 2 replies - 1 through 2 (of 2 total)