Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114904
    odaikan
    Participant

    Hello!, Guys. I have 3 issues by using Visual Composer “Image Gallery”
    URL: http://www.studentwebcafe.com/travel/flights/
    Use: Renew Stack,

    #1: Navigation Arrows(Left/Right) appears on left side
    Navigation Arrows(Left/Right) and I would like to place them Left and Right for each arrows.

    #2: appearing Dots Navigation/Slide issues
    When I open the page, Dots navigation bar appears on top of the slide. It also slide is placed on top of the text and parts of texts are unable to see. How to fix them?

    #3: Changing Dots navigation bar background color
    Is it possible to change the Dots navigation bar background color? I would like to set as transparent.

    Kind regards,

    #1115141
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .flex-direction-nav a.flex-next {
        left: 79%;
    }
    .wpb_gallery .wpb_wrapper {
        min-height: 166px;
    }
    .flex-control-nav {
        background-color: transparent;
    }

    Hope that helps.

    #1119776
    odaikan
    Participant

    Worked like a charm. Thank you very much, Christopher!

    #1119959
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1114904 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>