Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1278861
    moathworks
    Participant

    Hello guys,

    I’m trying to add a border to the slider in (Watch Us) section in this page: http://www.ozonekids.tv/
    I’v tried different ways, the right and bottom borders disappears although they are exist!
    Anybody can help?

    #1278989
    Joao
    Moderator

    Hi There,

    You cannot set your slider settings as full width you need to select standard size and than choose a side you can use 1600px, but the full width settings will take over X settings.

    Hope that helps

    Joao

    #1281902
    moathworks
    Participant

    Thank you for your help.

    I’m not sure if you mean the Slider Settings, or the page layout. I choosed these options from the Slider Settings:
    3- Slider Type: Carousel Slider
    4-
    Slide Layout: Auto
    Desktop Large Grid Size: 560 * 315, Others: Atuo Sizes

    #1281932
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    #1284009
    moathworks
    Participant
    This reply has been marked as private.
    #1284200
    Friech
    Moderator

    Hi There,

    Thanks for the credentials, how about we add the border on the section instead? You can add this on your custom CSS on Customizer.

    .home #x-section-4 {
    	border: 10px solid black;
    }

    Actually sections has a border options, so you don’t necessary need that CSS just set your section to have a border.

    Regarding the second issue, add this on your custom CSS

    #our_projects .tp-bgimg.defaultimg {
    	background-size: 100%;
    }

    Hope it helps, Cheers!

    #1284656
    moathworks
    Participant

    Thank you, but for the first one I need the border around the middle youtube video only not around the whole section

    #1284733
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    ul.tp-revslider-mainul li.active-revslide {
        border: 5px solid #ff3070;
    }

    http://i.imgur.com/lnKUEq7.png

    Hope it helps 🙂

    #1288805
    moathworks
    Participant

    Perfect! it works.

    This code works for all sliders, add your (#slider_id) at the beginning to limit it for specific slider

    Thank you very much.

    #1288859
    Christian
    Moderator

    You’re welcome.

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