Site logo

Archived topic

Center align menu and remove site logo on mobile

4 replies · Started by Alan on June 9, 2022

Viewing posts 1–5 of 5

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!

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!

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;
}

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.

You’re welcome Alan! Glad that worked!

This archived topic is closed to new replies.