- This topic has 4 replies, 2 voices, and was last updated 9 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Change color on mobile
Can you give me the code to change the color on mobile to match the desktop site? I need to change the aqua blue to match the green. Thanks.
Site – http://cd1.346.myftpupload.com
Hi Nathan,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:980px) {
.signin_wrap{background-color:#000000 !important;}
}
Regards,
Dave
Thanks Dave! Is there away to keep the top bar background where the email, hours, and phone are the darker blue and the menu bar green?
I’d like to leave the links at the top and bottom green as well. Thanks!
Hi Nathan,
Do you want to change the link color on header?
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]