Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1053040
    Josephine777
    Participant

    I played around with various coding but I can’t seem to get the x-icon to hide on the mobile version of this site. I would greatly appreciate some help. Thank you!

    http://44a.48b.myftpupload.com/

    .@media only screen and (max-width: 767px) {
    i.x-icon-list {
    visibility: hidden; !important;
    }
    }
    .@media only screen and (max-width: 767px) {
    .h-feature-headline span i .x-icon-list {
    visibility: hidden; !important;
    }
    }
    .@media only screen and (max-width: 767px) {
    h2.h-feature-headline .cs-ta-center .h1 {
    visibility: hidden; !important;
    }
    }

    #1053043
    Josephine777
    Participant

    Nevermind, I just went to fix something else entirely and realized what I did wrong. Thank you anyway.

    #1053047
    Josephine777
    Participant

    Please disregard my previous reply. It was something else that I fixed. I still need help.

    #1053058
    Jade
    Moderator

    Hi Josephine,

    Please try this code:

    @media (max-width: 480px) {
        .h-feature-headline i {
            display: none;
        }
    }

    Hope this helps.

    #1058565
    Josephine777
    Participant

    Thank you! That did the trick.

    #1058885
    Friech
    Moderator

    We’re delighted to assist you with this. Should you require any further assistance with X|THEME and Cornerstone, please feel free to get in touch with us.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1053040 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>