Okay
  Public Ticket #3804730
remove contact button in mobile
Open

Comments

  • markrd789 started the conversation

    hi, just getting started on the site but wanted to see if there was an easy way (or some css code) to remove the contact us button on mobile.


    i'm using this to remove the magnifying glass on mobile but cant seem to find that contact button

    @media (max-width: 768px) {
        a[href="#searchbox"] {
            display: none !important;
        }
    }


    i'll add separate button below the top menu for search and contact (just on mobile)


    Attached files:  473533901_1623712685692636_1428283003556653759_n.jpg

  • markrd789 replied

    and it seems to be when i have the MENU BOTTOM BAR selected from Header Navigation - Layout & Content Related

    thanks

  •  1,947
    Judith replied

    Hello there,

    Thanks for writing to us.

    It seems like it was already removed on mobile:

    2198611302.png

    Please confirm whether this is now resolved for you.

    I look forward to your response.

  • markrd789 replied

    thanks, Judith I was able to remove it last night. I used this, let me know if there is a more efficient way to do remove the search icon and the contact me just from mobile.

    @media (max-width: 768px) {
        a[href="#searchbox"] {
            display: none !important;
        }
    }

    #menu-portfolio-layered-cta-1 > li:nth-child(1) > a:nth-child(1) {
        display: none !important;
    }


  •  8,996
    Tahir replied

    Hey Again,

    Yes, that's is correct. 

    Best 


    ThemeNectar Support Team