Hi Support!
I need some changes, could you tell where i can found the code of:
1) slider height
2) header background gradient (i need to eliminate the grey gradient)
3) divider with text
Thank you so much
Hi Support!
I need some changes, could you tell where i can found the code of:
1) slider height
2) header background gradient (i need to eliminate the grey gradient)
3) divider with text
Thank you so much
Hi Support!
Yesterday i've post this http://www.kriesi.at/support/topic/line-lower-1 and no one of team's supporter has replied..
I have change the slider from piecemaker to accordion and now is ok...
Today with a very simple question (i think) is the same..
I have done something wrong in asking the question?
Please, i need your help!!
Thank you so much
ps my english is not perfect, i hope you understand!
Hey,
1) You can adjust the slider height in functions.php - afterwards you maybe need to regenerate thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/
2) As far as I know there's no gradient. The header code looks like:
#header .submenu {
background: #000000;
border-bottom: 7px solid #EEEEEE;
color: #AAAAAA;
}
You can remove the black bg by changing #000000 to transparent or you can remove the grey 7px border.
3) I'm not sure what you mean here but if you're searching for the php/html output you can find it in corona/includes/helper-templates.php
Hey Dude,
THank you so much for your help
There's a way to align "back to top" with icons in the socket?
Yes - use following code:
#top .social_bookmarks li.phone {
margin-top: -15px;
}The code is ok, but also changes the alignment of the telephone number on the header!
Add additionally this to your custom.css:
#header .submenu a, #top #header .social_bookmarks li.phone {
margin-top: 0;
}
Works fine at my site.
It works! Thank you so much
Thanks colorit2 for helping us out.
You must log in to post.