Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #99446
    Orlando Mergal
    Participant

    Gentlemen:

    I’m using your Catch Responive Pro theme on my business site: http://www.accuratecommunications.com . I also have the Featured Slider activated.

    The site looks great on computers and tablets but on smartphones the Featured Slider becomes too small to read.

    Is there any way to turn the Featured Slider off on smartphones and have it work on tablets and regular computers?

    Please advise.

    #99464
    Mahesh
    Participant

    @accucomm: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
        #feature-slider {
            display: none;
        }
    }

    Regards,
    Mahesh

    #99489
    Orlando Mergal
    Participant

    It didn’t work.

    I’ve also thought that if I eliminate the Featured Slider there will be nothing to tell visitors where they are. So, would it be possible to add my logo (in the logo section) but only have it appear on smartphones?

    #99505
    Orlando Mergal
    Participant

    I did what you suggested and it’s not working. Take a look for yourself:

    http://www.accuratecommunications.com

    #99637
    Mahesh
    Participant

    @accucomm: Sorry, forgot # in the above code, I’ve made the corrections now, it will work please try again.

    Regards,
    Mahesh

    #99670
    Orlando Mergal
    Participant

    I tried again and it still didn’t work.

    You know what/ Let’s forget the whole thing.

    #99720
    Mahesh
    Participant

    @accucomm: Where have you put the above CSS, I can’t find it in your site. Let me know further.

    Regards,
    Mahesh

    #99766
    Orlando Mergal
    Participant

    Originally I placed it in the Custom CSS window, but since I couldn’t get it to work I removed it. Tight now it isn’t anywhere. I just gave up.

    #99810
    Mahesh
    Participant

    @accucomm: If you still want it, I can help. Put the CSS and let me know. Its okay if you do not want it anymore either.

    Regards,
    Mahesh

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Turn Featured Slider off only on smartphones’ is closed to new replies.