Thanks for a good topic. I would like to make some modifications:
I would like the text of the menus in addition to these bold change of color.
I would change color as Headline Additional texts and the Footer.
Thanks for your help.
Thanks for a good topic. I would like to make some modifications:
I would like the text of the menus in addition to these bold change of color.
I would change color as Headline Additional texts and the Footer.
Thanks for your help.
Hey,
sorry for the late reply.
1) Please have a look at this thread: http://www.kriesi.at/support/topic/how-do-i-change-the-nav-link-colors
2) To change the footer text color just add following to style1/2/3.css:
.footer a{
color:#E6E6E6 !important;
}
.footer a:hover{
color:#fff !important;
}
.footer{
color:#333 !important;
}
.footer strong{
color:#333 !important;
}
You can change the color values as you like.
To change the headline color search for following code in style1/2/3.css (example code taken from style1.css):
.footer, #top .footer a:hover, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .dropcap2, .dropcap3, .wrapper_heading h2, .button, #js_sort_items span, #top .pagination a:hover{
color:#fff;
text-shadow:1px 1px 0 #222;
}
and change the color as you like :)
You must log in to post.