- This topic has 6 replies, 2 voices, and was last updated 7 years, 3 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › How to control the featured slider page arrows button
Tagged: Featured Slider
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
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.
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
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!!
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.”
Sorry,got it, thank you
Hello @blackgelgmail-com,
Glad that you figured out your issue by yourself .
If you have any issue further please free post them.
Best Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |