1. pablo
  2. Commercial Templates
  3. Tuesday, 17 May 2016
  4.  Subscribe via email
Sorry,
can not find were to change color of buttons in navslidshow, displayed on my new homepage: http://www.bloderpelze.at

:dry:
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pablo

Try adding the following to the Custom CSS field of your templates parameters (edit to taste)..


.navslideshow-nav ul li a, .navslideshow-nav ul li a:focus {
background-color: #842555;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
works fine, thx :laugh:
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
to make it perfect, is there also a solution for the mouse over color? Should be the same but slightly darker?

thx again best regards
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pablo

To set a hover color try the following (edit to taste)....


.navslideshow-nav ul li a, .navslideshow-nav ul li a:focus {
background-color: #611b3f;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
This time no effect! Buttons colored like before and hover color still blue. thx for helping. :dry:
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
My apologies

The following should do it...


.navslideshow-nav ul li:hover a {
background-color: #611b3f;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
love you! .. works..
:laugh:
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


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