![]() |
Want white header in 1point8 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Want white header in 1point8 (/thread-161032.html) |
Want white header in 1point8 - azizkasam - 2014-10-10 Hi Friends, Need some help regarding 1point8. I want to change header color...and also want to remove shadow in background..please refer to capture. Best Regards Aziz RE: Want white header in 1point8 - iAndrew - 2014-10-10 To remove the container shadow look in global.css for #container and remove these
For the header you can change that in dd.css, look for .topbar RE: Want white header in 1point8 - azizkasam - 2014-10-10 Hi iAndrew, Thanks a lot...One more problem..How to change the text color of menu links and also want to remove shadow from selected link.. please refer to capture Best Regards Aziz RE: Want white header in 1point8 - iAndrew - 2014-10-10 Thats also in global.csss Look for #nav-forums and delete these
RE: Want white header in 1point8 - azizkasam - 2014-10-10 Hi iAndrew, But how can I change navigation link text color... Best Regards Aziz RE: Want white header in 1point8 - iAndrew - 2014-10-10 (2014-10-10, 04:51 PM)azizkasam Wrote: Hi iAndrew Look for .menu in dd.css and change the font colors. |