Hello,
I want to change the colors of these modules. http://prntscr.com/odh7rd
Thank you for helping me.
Looking forward to your return.
Regards,
ludo974 Hi Add this code in custom.css file
.uber-bar.green-color { background: #38b775; color: #ffffff; }
change the color codes as per needs.
Regards
Ninja I made the change as shown below, but it does not work. http://prntscr.com/odjbf5
Similarly can you give me the code to change the color of the module below: http://prntscr.com/odjc6q
Thank you
ludo974 Hi use this code
.uber-bar.green-color { background: #60bbcb!important; color: #ffffff!important; } .uber-header.header-5.dark-color { background-color: #27292e!important; }
Ninja
Thank you.
Also I want to change the color of the titles as shown below.
http://prntscr.com/odk9be Can you help me ?
.uber-header.dark-color .navbar-default .navbar-nav > li > a, .uber-header.none-color.affix .navbar-default .navbar-nav > li > a { color: #cccccc!important; }