Home Forums Pro Themes Clean Corporate Pro The links on the front page slider do not show on the mobile version

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #104883
    Linda Erlam
    Participant

    The 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?

    #104900
    wensolutions
    Keymaster

    Hello @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.

    #104942
    Linda Erlam
    Participant

    Thank 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.

    #104956
    Linda Erlam
    Participant

    Sorry, it does NOT show the right color on mobile, I meant to say it shows the right color on desktop and tablet.. NOT mobile.

    #105016
    wensolutions
    Keymaster

    Hello

    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!

    #105020
    Linda Erlam
    Participant

    Here 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/

    #105023
    wensolutions
    Keymaster

    Hello @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.

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