Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #813135
    Alexis
    Guest

    Hi,
    I have recently personalized my menu with a logo in the menu sidebar, here it is: https://oneunity.fr/
    But i would like to delete this for the smartphones and tablettes.
    How can i do it?

    Thank you,

    Alexis

    #813152

    Hi Alexis!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    #menu-item-1558 {
        display: none !important;
    }}

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.