1. milian
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 18 November 2019
  5.  Subscribe via email
Hi Ciaran,

I am using J51_pianoforte.
Where can I set the colored line between the submenu's (separators) darker (or change the line-color)?
In the attachment you'll see the red arrows to the lines I want darker.
Thanks and regard,
Milian
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Milian

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(Edit to taste)

#subMenusContainer a {
border-color:
#333333;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciarian,

One thing left is the hover-background-color of this submenu (is now light-grey).
Do you have also a css for me?
Thanks,
Milian
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can also add the following to your Custom CSS field (edit to taste)...

#subMenusContainer a:hover,
#subMenusContainer a:focus,
a.subMenuParentBtnFocused {
background-color: #dddddd;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Great. Thanks!
Milian
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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