Keenan
-
Posts
13 -
Joined
-
Last visited
Reputation Activity
-
Keenan reacted to tuanphan in Left-align header navigation with center of page
Remove above code & use this new code
div.header-title { width: 50% !important; } .header-nav { text-align: left !important; padding-left: 0 !important; }
-
Keenan reacted to tuanphan in How to remove LOGIN from desktop only?
Do you still need help on this?
-
Keenan reacted to Beyondspace in Changing placement and font of Title in Carousel using CSS
Try adding to Home > Design > Custom Css
.list-item-content__text-wrapper { display: flex; flex-direction: column; } .list-item-content__title{ order: 2; font-size: calc(var(--body-font-size-value) * 1rem) !important; } Let me know how it works on your site
Support me by pressing 👍 if this useful for you
-
Keenan reacted to Beyondspace in How to remove LOGIN from desktop only?
Try adding to Home > Design > Custom Css
.header-display-desktop .user-accounts-link { display: none; } Let me know how it works on your site
-
Keenan reacted to tuanphan in How to remove LOGIN from desktop only?
Add to Design > Custom CSS
div.container.header-menu-nav-item a:hover { color: red !important; }
-
Keenan got a reaction from Beyondspace in How to remove LOGIN from desktop only?
Thank you
Password: movebeyondwithava
-
Keenan reacted to Beyondspace in How to remove LOGIN from desktop only?
Your site is private now. Kindly give it a protected password so we can take a look
-
Keenan got a reaction from Beyondspace in How to remove LOGIN from desktop only?
Site URL: https://raspberry-seabass-y6wf.squarespace.com/home?p
Hi there
I have chosen to have the mobile navigation always visible (with some CSS), but the LOGIN is now showing on desktop. Is there a way to hide this on desktop, since it's already in the hamburger nav?