Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I have a logo image in my footer. How do I get this to centre right on the full site, but centre in the middle on the responsive menu?
Also, is there a way to change the font/colours on the responsive mobile menu?
Thanks!
Hi Richard
Please send me a link to your site and I’ll take a look at your footer.
You can only customise the mobile menu through Custom CSS. Add the following to Appearance > Custom CSS and edit as required:
/* Mobile Nav */ .mobile-nav-frame { background: #222222 !important; } .mobile-nav-frame .title h3 { color: white !important; text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8) !important; } .mobile-nav-frame ul { background: #212121 !important; border: 1px solid #111 !important; } .mobile-nav-frame ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important; border-top: 1px solid rgba(255, 255, 255, 0.05) !important; } .mobile-nav-frame ul li a.link { color: #F3F3F3 !important; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) !important; }