1. abseve
  2. Commercial Templates
  3. Wednesday, 24 September 2014
  4.  Subscribe via email
Where do you reduce the top menu active bottom line in Habitat?
I can't find it in the nexus.css
The url is confidential - but just like the demo.
Thanks so much!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Not sure if I understand you correctly. You wish to reduce the 'top menu active bottom line'? Are you refering to the green bottom border on the top menu (currently 4px)?... http://demo.joomla51.com/0112/

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, it is the border bottom line. It also becomes the top border for content.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You can add the following to the Custom CSS field of your templates parameters and then edit to your own taste where -4px is your bottom border (-4px = 4px border) and #33747 the border color...


#container_hornav .wrapper960 {
box-shadow: 0 -4px 0 #33747a inset, 0 0 20px rgba(0, 0, 0, 0.1);
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks so much but it didn't reduce the height of the bottom border (see screenshot)

I have attached a screenshot.
Thanks again.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
To edit all similar borders yo can use the following...


.group-border-shadow {
box-shadow: 0 -4px 0 #33747a inset, 0 0 20px rgba(0, 0, 0, 0.1);
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
but I still can't reduce the bottom border


Thank You So Much!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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