1. Balmmnd77
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 24 April 2015
  5.  Subscribe via email
Hi
i just boughtt he boutique template as i wantd the red effect on the buttonn

i did not however want to use the demo installer.

Is there a way to get the red effect on the buttons on the main menu so it is like the demo please??

sorry if i missed something obvious

thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Simply add the following to the 'Link CSS Style' field in your menu item settings...


hvr-underline-from-center


Alternatively you can add the class to all your menu items at once with a small bit of jQuery (Custom Code field)...


<script type="text/javascript" >
jQuery(window).load(function(){
jQuery( ".hornav > ul > li > a" ).addClass( "hvr-underline-from-center" );
});
</script>


Note that a full list of hover effects can be found at the following URL (Background Hover Transitions)... http://demo.joomla51.com/0121/index.php/features/utility-classes

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


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