Okay
  Public Ticket #868937
RESPONSIVE ISSUE
Closed

Comments

  •  2
    Varina started the conversation

    Hi, 

    On the responsive version of my website : varinavolk.com, i would like to remove the eyes animation on portfolio thumbnails (because is doesn’t look adapted to finger navigation) How can i do this?

     Also on the responsive version, the menu appear in capital letter. Where can i change to lowercase? 

  •  1,558
    Laborator replied

    Hi Varina,

    Paste the code below in the Custom CSS > Responsive > Extra Small (XSS) field:

    .portfolio-holder .product-box .photo .on-hover.distanced {
        display: none;
    }
    

    And this one in Custom CSS only:

    .mobile-menu-wrapper .mobile-menu-container div.menu>ul>li>a, .mobile-menu-wrapper .mobile-menu-container ul.menu>li>a {
        text-transform: normal;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Varina replied

    Hi Art, 

    Great, i got to do the eyes animation removed on the responsive XSS. Thanks a lot!

    But i can't get to turn the capital letter on the responsive menu, into lowercase. 

    Is that the second part of your answer? 

    Thanks so much. 

    Varina 

  •  1,558
    Laborator replied

    Hi Varina,

    Yes it is the second part, but I gave  you the wrong code now use the code below to fix it:

    .mobile-menu-wrapper .mobile-menu-container div.menu>ul>li>a, .mobile-menu-wrapper .mobile-menu-container ul.menu>li>a {
        text-transform: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Varina replied

    Thanks a lot! It's working!

    On the same responsive topic, is it possible to make the layerslider dissapear on the extra small screen responsive version ? 

    Thanks Varina 

  •  1,558
    Laborator replied

    Hi Varina,

    For that you can check on the LayerSlider options, it should have a disable on mobile because Revolution does.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Varina replied

    Hi Art, 

    Thanks for your answer! 

    Just a last question, about the homepage, i would like to view all the projects (and not only a selection). 
    I tried to enter "All" in the post count of the portfolio items settings but it always comes back to 12. 

    How can i do this?
  •  1,558
    Laborator replied

    Hi Varina,

    You can type -1 to load all the posts.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group