Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: remove slider arrows #737422

    to get a clean lightbox:

    to remove the arrows:
    button.mfp-arrow {
    display: none;
    }

    remove the X closer
    div.avia-popup .mfp-close {
    display:none ;
    }

    tremove the number of the picture
    .mfp-counter {
    display: none;
    }

    in reply to: header opacity #737281

    still working offline with local host on my page.
    but already found the solution:
    .av_minimal_header .header_bg {
    opacity: 0.8;
    }

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