We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Brian Rønnow
  2. General Discussion
  3. Thursday, 16 July 2015
  4.  Subscribe via email
Hello Folks

I have abit problems understanding the custom layout.
I have copied the theme and files templates.less , varibles-custom.less and variables.less.

Now i want to change the hover color.
How can i change that?
How about the white borders?

best regards
Brian
References
  1. http://globalskole3.nyjoomla.dk/
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Brian,

You can use custom.css file in the css folder to customize style for your site. To customize the white border, you can add the css rule and customize the way you want.

.t3-navhelper {
background: #eeeeee none repeat scroll 0 0;
color: #999999;
padding: 5px 0;
}


For the hover issue, please check the following image: http://easycaptures.com/fs/uploaded/901/2409752726.jpg

Just copy the css rule to the custom.css file and do customization.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I am now sure what the css rule are?
I have made the custom.css file in the css folder.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
this is the css rule:

.t3-sidebar .nav > li > a:hover, .t3-sidebar .nav > li.open > a {
background-color: #eeeeee;
color: #444444
}


Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.