Not Solved Want white header in 1point8
#1
Not Solved
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


Attached Files Thumbnail(s)
   
Reply
#2
Not Solved
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
[Image: sig2.jpg]
Reply
#3
Not Solved
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


Attached Files Thumbnail(s)
   
Reply
#4
Not Solved
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);
[Image: sig2.jpg]
Reply
#5
Not Solved
Hi iAndrew,

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

   

Best Regards
Aziz
Reply
#6
Not Solved
(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.
[Image: sig2.jpg]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)