Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #870299
    Erin L
    Participant

    HI
    I have an interior page slider that a few of my slides just have extra space at the top of the slide (see sensor screenshot) and others don;t (see webinar slide) I can’t seem to get rid of it.

    Also is this same slide feature supported in Cornerstone? I have another site using that I don’t see that option, so I’m thinking I can’t up this site to that.

    WordPress 4.3.2 running X theme Version: 4.1.1 using visual composer

    #870305
    Erin L
    Participant
    This reply has been marked as private.
    #870664
    Lely
    Moderator

    Hello Erin,

    On the slider content you’re using headings tag at the top. By default it has margins. To remove it please add class mtn
    (m) -margin (t) – top (n) – none
    Like this:
    <h4 class="mtn">What can IoT do for Manufacturers? Webinar</h4>
    Add class mtn for <h4> elements of every slider content.

    Yes, Slider element is available in Cornerstone.

    Hope this helps.

    #901179
    Erin L
    Participant

    Thanks, that worked, one last question, how do I remove the hairline black line/box around the text page. Login is above.
    thanks
    erin

    #902088
    Paul R
    Moderator

    Hi Erin,

    To remove it, you can add this in Appearance > Customize > Custom > Edit Global CSS

    
    .x-flexslider-shortcode-container.with-container {
        border:0;
        box-shadow:none;
    }
    

    Hope that helps

    #903586
    Erin L
    Participant

    HI
    I tried this and I’m still seeing a border?
    http://www.seecontrol.com/community/
    best
    erin

    #904495
    Jade
    Moderator

    Hi Erin,

    Please try this code:

    .x-flexslider-shortcode-container {
        border: 0 !important;
        box-shadow: none !important;
    }

    If it doesn’t work, try adding it to the topmost part of the custom CSS. If it does work upon moving it, please check the CSS codes currently in the customizer as it might have some missing closing curly braces for some declaration.

    Thank you.

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