Quote:
Originally Posted by felixxx999
installed... looks great.
A couple of questions: I want to change the hover-over link color on the Activity stream -- http://www.backalleynoir.com/activity.php
Where can I change this? As you see I have changed it on links in posts.
also, my banner is smaller and there's a gap between the banner and the header (the line with What's New and other tabs). Is there a way to remove that space?
|
Hello,
I am sorry for the late response. You can change the text hover color in the additional.css of the Bitten Fruit template.
Search for
Code:
li.activitybit a:hover { color: #5F5F5F; }
and replace the hex color code.
About the banner, delete the following code from additional.css
Code:
.doc_header {
height:102px;
}
and add the following code at the end of the additional.css
Code:
.navbar {
margin-top:0;
}
Thank you.