Home › Forums › Pro Themes › Clean Corporate Pro › The links on the front page slider do not show on the mobile version
- This topic has 6 replies, 2 voices, and was last updated 4 years, 4 months ago by
wensolutions.
-
AuthorPosts
-
August 27, 2019 at 5:01 pm #104883
Linda Erlam
ParticipantThe links on the front page slider are not showing on the mobile version. They show on the desktop, tablet or laptop, but not on the mobile.
As over 75% of people view on a mobile, it’s critical that these links show.
HOw do we make that happen?August 28, 2019 at 12:03 am #104900wensolutions
KeymasterHello @lindajerlamgmail-com,
Adding the buttons in the mobile view will make the slider look bit congested so it is removed in the mobile view.
If you still want to display it then please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media only screen and (max-width: 479px){ #main-slider .slider-buttons { display: block; } }Hope this helps.
Thank you.
August 28, 2019 at 9:55 am #104942Linda Erlam
ParticipantThank you. How do I change the background color of this button after entering it into the CSS.. I’ve changed the background color for it everywhere else on the site, so it appears the right color on desktop, tablet and mobile, but this one does not accept that color change.
August 28, 2019 at 11:37 am #104956Linda Erlam
ParticipantSorry, it does NOT show the right color on mobile, I meant to say it shows the right color on desktop and tablet.. NOT mobile.
August 29, 2019 at 12:26 am #105016wensolutions
KeymasterHello
Actually we are having problem understanding your exact issue. Can you please provide us with your site URL and screenshot of the issue that you have pointed so that we can provide you with a precise fix.
Best Regards!
August 29, 2019 at 12:57 am #105020Linda Erlam
ParticipantHere is a link showing how the bar appears in BLUE ( the default color) on a mobile device.
The other 2 shots show how this bar appears on a desktop, laptop or tablet. I have changed the hover color to the gold, that is the color for the whole website. I need to change the blue ( as it is on the mobile) to the gold.
http://tracylynnmusic.com/cta-color-on-slider-action-bar/August 29, 2019 at 4:11 am #105023wensolutions
KeymasterHello @lindajerlamgmail-com,
Please add below given CSS to change the color in the responsive device.
@media only screen and (max-width: 479px){ .slider-buttons a { background: #dd9933 none repeat scroll 0 0; } }Hope this helps.
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.





