Okay
  Public Ticket #2333547
Remove Itens of gallery
Closed

Comments

  • guihermes started the conversation

    Hi,

    I would like to remove the 'all photos''option in the gallery.

    This is possible?

    If is not, how I can translate the theme, because, loco translate doesn't work.


     

  •  840
    Jelly replied

    Hello,

    Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    .section.gallery ul li:first-child { display: none !important }

    Best Regards,
    Jelly Team

  • guihermes replied

    Hi,  i`m glad for the answer, thanks!

    A last question..

    Can i fixed the menu bar only in white in mobile mode? In black, the clients have difficult to find the menu.



  •  840
    Jelly replied

    Please add this code to Appearance > Customize > Additional CSS:

    #header .navbar-toggle { color: white }

    Best Regards,
    Jelly Team