Changing Color in Top header

More
10 years 9 months ago #37118 by ivan.milic
In template_css.css:
Code:
.headerrow { background: #383838; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #383838 0%, #383838 50%, #333333 51%, #222222 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(50%,#383838), color-stop(51%,#333333), color-stop(100%,#222222)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #383838 0%,#383838 50%,#333333 51%,#222222 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #383838 0%,#383838 50%,#333333 51%,#222222 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #383838 0%,#383838 50%,#333333 51%,#222222 100%); /* IE10+ */ background: linear-gradient(to bottom, #383838 0%,#383838 50%,#333333 51%,#222222 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#222222',GradientType=0 ); /* IE6-8 */ color:#777777; }

you can just remove all of that properties and set some simple solid color of background image.

Please Log in to join the conversation.

More
10 years 7 months ago #38920 by R_Arden
It would be very interesting to know how the change the colors over the buttons (such as Journal/Blog, Verlag/Programm and others in Antiquar's picture).

Please Log in to join the conversation.

More
10 years 7 months ago #38932 by ivan.milic
In:

templates/hot_news_portal/js/jquery.hjt.navv.js

this code:
Code:
jQuery(".mnu_topmenu2 > li:nth-child(1),.mnu_topmenu2 > li:nth-child(6)").css("border-top","3px solid #cc0000"); jQuery(".mnu_topmenu2 > li:nth-child(2),.mnu_topmenu2 > li:nth-child(7)").css("border-top","3px solid #9900cc"); jQuery(".mnu_topmenu2 > li:nth-child(3),.mnu_topmenu2 > li:nth-child(8)").css("border-top","3px solid #0066ff"); jQuery(".mnu_topmenu2 > li:nth-child(4),.mnu_topmenu2 > li:nth-child(9)").css("border-top","3px solid #009900"); jQuery(".mnu_topmenu2 > li:nth-child(5),.mnu_topmenu2 > li:nth-child(10)").css("border-top","3px solid #ffcc33");
The following user(s) said Thank You: R_Arden

Please Log in to join the conversation.

More
10 years 7 months ago #38957 by R_Arden
How do i reach that file?

Please Log in to join the conversation.

More
10 years 7 months ago #38972 by ivan.milic
You need ftp. Path starts form web site root
The following user(s) said Thank You: R_Arden

Please Log in to join the conversation.

Time to create page: 0.139 seconds
Powered by Kunena Forum