1. abseve
  2. Commercial Templates
  3. Wednesday, 08 October 2014
  4.  Subscribe via email
How do reduce the height of the container_copyright?
also, I notice that whatever color you assign in template parameters for content link, will be the same color for the menu hover.
How do I make the hover colors different from each? and also for it to not move it when you hover.
http://oceanwebclient1.com/
Thanks so much in advance!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The container_copyright height can be set with the following Custom CSS...


#container_copyright {
height: 60px;
}


For your top menu hover colors you can add the following (edit to taste)..


#hornav li > a:hover {
color: #ccc;
margin: 1px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciarán ! You're the best!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!