[Resolved] Center align menu and remove site logo on mobile

Home Forums Support [Resolved] Center align menu and remove site logo on mobile

Home Forums Support Center align menu and remove site logo on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2248813
    Alan

    Hello,

    I would like to remove my site logo on mobile and center my mobile menu.

    Could someone please help me out with what CSS needs to be implemented?

    Thank you!

    #2248818
    Alan

    Unrelated, but I would also like to make the two links in the footer element white and remove their underline without impacting the color or underline of other hyperlinks around my site. Is this possible? I’m only aware of how to change hyperlink colors in Appearance > Customize.

    Thank you!

    #2248821
    Fernando
    Customer Support

    Hi Alan,

    With regards to the first inquiry, to clarify, may we know if you would also like the Search icon centered along with the Menu icon button?

    With regards to the second inquiry, you may use a GB Headline Block instead. Then add remove-underline class to its classes as such: https://share.getcloudapp.com/8Lu0j4wq

    Then, add this CSS code in Appearance > Customize > Additional CSS:

    .remove-underline a{
        text-decoration: none !important;
    }
    #2248829
    Alan

    Hi Fernando,

    I ended up deciding to remove the logo altogether and center the navigation and search feature on all devices. So all set on the first inquiry.

    Thank you for your help with the second inquiry! I was able to get that implemented with no problems.

    #2248830
    Fernando
    Customer Support

    You’re welcome Alan! Glad that worked!

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