MyBB Community Forums

Full Version: Want white header in 1point8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
To remove the container shadow  look in global.css for #container and remove these

	-webkit-box-shadow: 0px 1px 20px 4px #33383f;
	-moz-box-shadow: 0px 1px 20px 4px #33383f;
	box-shadow: 0px 1px 20px 4px #33383f;

For the header you can change that in  dd.css,  look for .topbar
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
Thats also in global.csss

Look for #nav-forums and delete these

-webkit-box-shadow: 0px 0px 15px 2px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 0px 15px 2px rgba(50, 50, 50, 0.75);
box-shadow: 0px 0px 15px 2px rgba(50, 50, 50, 0.75);
Hi iAndrew,

But how can I change navigation link text color...

[attachment=32734]

Best Regards
Aziz
(2014-10-10, 04:51 PM)azizkasam Wrote: [ -> ]Hi iAndrew

But how can I change navigation link text color...

Best Regards
Aziz

Look for .menu in dd.css and change the font colors.