1. nurruk
  2. Commercial Templates
  3. Wednesday, 17 June 2015
  4.  Subscribe via email
Hi together,
how can I change the color (from red to grey) underneath the menu?
I do not know where to find the file (Inline:241)
#container_header, #container_slideshow, #container_slideshow_modules {
border-bottom: 5px solid #E30000;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #E30000;

I like to change the first border-bottom:5px solid #E300000 into #969696.
I use the Template: renovate
I do have a test site: test.kopp-krauss.de.
Only the line should be changed not the mark of the selected menu-point.
Would be great if someone could help

THX
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Nurruk

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


#container_header {
border-bottom: 5px solid #969696 !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Great job. Just what I was looking for.
Many Thx for the quick replaire.
  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!