Home Forums Pro Themes Education Hub Pro How to control the featured slider page arrows button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #48634
    blackgel@gmail.com
    Participant

    1. How to remove or make them disappear only on mobile mode and not on desktop mode, they are hiding out our slider ad image

    2. How to adjust their vertical alignment, how to vertically shift them up or down

    Follow the link for better clarity

    http://effortsias.com/faq/

    #48881
    wensolutions
    Keymaster

    Hello @blackgelgmail-com,

    To remove the prev and next button in mobile view use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (max-width: 479px){
     #main-slider .cycle-prev, #main-slider .cycle-next{  
        display: none;
    }
    } 

    Also as we are not very clear with your second issue so please explain it properly so that we could help you further.

    Hope this helps.

    Best Regards!!

    Have a great week.

    #48941
    blackgel@gmail.com
    Participant

    I mean if I want to move these previous and next arrows up and down ( they are not exactly in the centre in a vertical position, I want to adjust their vertical position) then how to do that

    #48973
    wensolutions
    Keymaster

    Hello @blackgelgmail-com,

    To adjust the vertical position of the previous and next arrow use below given CSS .

    #main-slider .cycle-prev, #main-slider .cycle-next {
        bottom: 52%;
        }

    Please adjust the percentage according to your requirement .

    Hope this helps.

    Let us know if you have any confusion further.

    Best Regards!!

    #48996
    blackgel@gmail.com
    Participant

    thanks for the help but please tell me how to change the footer text as i don’t see any option there

    i wan to change the info in footer such as “Copyright 2017 EffortsIAS. All rights reserved.”

    http://www.effortsias.com

    #48997
    blackgel@gmail.com
    Participant

    Sorry,got it, thank you

    #49002
    wensolutions
    Keymaster

    Hello @blackgelgmail-com,

    Glad that you figured out your issue by yourself .

    If you have any issue further please free post them.

    Best Regards!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.