This topic has 12 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
I have this css in custom css:
.footer-top.footer-top-3, .footer.footer-bottom-3, .footer.footer-bottom-2 {
background-color: #f9e1e0 !important;
}
But I can’t change the color this way. I have changed the background color to #f9e1e0 under design options, but it docent change it correct. Can you take a look. the changes has been made to my English site.
I need the entire footer background color to be #f9e1e0
thank you
try to look at the footer.
There is a brown frame around the pink color.
Now it works. The entire footer background is now pink.
Possible to make the background color, on the drop down menu, pink with black text? Also on small screen devices?
Is it possible to display the footer content in 2 columns on small screen devices?
Kind regards
Hello,
Please try to add this code in Custom css:
.mega-sub-menu {background-color: pink !important;}
You may change it in columns settings – http://prntscr.com/h7o1lq
Regards
thank you it works great.
I just need to change the text color in menu on small screen device.
Can you help me?
the css is only working on bigger screen menu.
Is it possible to make the mobile menu background color pink with black text?
Hello,
Please try this code:
.mobile-nav-shown .mobile-nav, .mobile-nav .close-block, .et-mobile-menu li > a, .et-mobile-menu li .open-child, .et-mobile-menu > li > ul > li a, .et-mobile-menu > li > ul li, .mobile-nav .search .et-mega-search form input[type="text"], .mobile-nav .mobile-nav-heading, .mobile-nav ul.links li a {
background-color: pink;
border-color: rgba(231, 227, 228, 0.74) !important;
color: black !important;
}
Regards
thank you:-)
You’re welcome!
Regards
just one last thing rose.
In the mobile drop down menu,the plus + (shop +) is white, it is very difficult to see on a pink background. Is to possible to make is black also?
Hello,
This + is image, so you need to change wp-content/themes/legenda/images/small-plus.png, the same for close menu icon – small-close.png.
Regards
You must be logged in to reply to this topic.Log in/Sign up