1. kjars.dk
  2. Commercial Templates
  3. Monday, 14 October 2013
  4.  Subscribe via email
Is it possible in the Pianoforte template to insert a customable color both in the border in the bottom and on the text?

If it's possible, how to do in the css, what is the code?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Each of these elements can be edited from within your templates parameters. From your Joomla administration navigate to Extensions -> Template Manager -> J51_PianoForte -> Options.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Yes but that is only for all in the menu.. What about to giving every tilte it's own color?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Firstly from your Joomla administration navigate to Menus -> [YourMenu] and take note of the ID of the menu item you wish to change.

Next paste the following in to your templates Custom CSS field...


#hornav li.item-482 > a:hover, #hornav li.active.item-482 > a, .item-482 a.mainMenuParentBtnFocused {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.32), 0 -6px 0 #6D0200 inset;
}


Where 483 is your menu item ID and #6D0200 is your border color.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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