Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #296109
    jemasciana
    Participant

    CSS codes are only working for computer and tablet view, not mobile view. The codes being used are to get rid of the icon and not turn slider image grey.  is there a way to fix this? Link to screen shot:

    http://atxhousefairies.com/uncategorized/css-view/

    these are the codes being used for this issue:

    .square {
    display: none;
    }
    #feature-slider .entry-container {
    background-color: unset;
    }

     

    These are all the codes I currently have in the additional CSS box:

    .site-info {
    display:none;
    }


    @media
    screen and (min-width: 500px) {
    #header-featured-image {
    min-height: 500vh;
    }
    .has-header-media .custom-header-content {
    background-color: unset;
    }
    .square {
    display: none;
    }
    #feature-slider .entry-container {
    background-color: unset;
    }

     

     

    #296135
    Skandha
    Participant

    @jemasciana: Hello there,

    Please add } before the code #feature-slider .entry-container in your Additional CSS section.

    Let me know if this works out!

    Kind Regards,

    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CSS codes not working for mobile view’ is closed to new replies.