• For those looking to modify the slider excerpt I thought this might help?

    Excerpt Transparency:

    .bgimage-excerpt .slider-entry-wrap {
    background: rgba(0, 0, 0, 0.4);
    }

    Note: you can replace the 0.4 with a number from 0 to 1.
    0 is transparent and 1 is opaque. the default in graphene is 0.8

    Move slider to right side:

    .full-sized .slider-entry-wrap {
    left: 416px;
    }

    #nav, #nav ul {
    z-index: 20 !important;
    }

    .slider_nav {
    text-align: left;
    }

    It should look like this:

    .full-sized .slider-entry-wrap {
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    left: 416px;
    position: absolute;
    }

    Remove excerpts from Slider:

    .slider-content-wrap {
    display: none;
    }

    Add the code to the custom css under Graphene Options.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify the Excerpt in Slider in Graphene’ is closed to new replies.