oliviapalacios
-
Posts
15 -
Joined
-
Last visited
Reputation Activity
-
oliviapalacios got a reaction from CassAggett in Change mobile navigation + button color
@CassAggett that article helped me customize it just for mobile! thanks so much!!
-
oliviapalacios reacted to CassAggett in Change mobile navigation + button color
@oliviapalacios Oh sorry, didn't realise it was only applied to the home page.
Depending on your header style, the black X might be coming from here:
It looks like it in the code, but it's also possible it's being affected by the custom nav text code.
If above settings don't fix it, try one of the codes in this blog post:
https://www.rebeccagracedesigns.com/blog/hamburger-button-colour
-
oliviapalacios reacted to tuanphan in Spotify embed size on Mobile version
I can't find a way to fix it, the element created round corner is in iframe tag, no way to control it.
-
oliviapalacios reacted to Web_Solutions in How do I get a site header with different colors behind the navigation titles?
Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS.
@media only screen and (min-width: 800px) { .header-announcement-bar-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; padding-right: 0 !important; } } .header-display-desktop { .header-nav-list{ width: 100% !important; flex-wrap: nowrap; } .header-nav-list .header-nav-item{ width: 100% !important; margin: 0 !important; text-align: left !important; } .header-nav-list a { padding: 15px 10px!important; } .header-nav-item:nth-child(3n+1) { background: #4c99d4; } .header-nav-item:nth-child(3n+2) { background: #e43d2f; } .header-nav-item:nth-child(3n+3) { background: #dfe100; } .header-actions--right { display: none !important; } }
-
oliviapalacios reacted to Web_Solutions in How do I get a site header with different colors behind the navigation titles?
Can you share your website URL?