Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Hika shop account dropdown

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

OK Im back again! here are some more things that are not working right for me. Click for screencast...

My apologies for being so persistent, but I do like the template and I would like to get it working with hikashop...

Thanks
  • breathwork's Avatar
  • breathwork
  • 12 Month basic
  • 49 posts
  • 5 Thanks
  • Karma: 2
The administrator has disabled public write access.
For the account try adding this css to the custom.css file

#topwrap ul li.active li a {
background: none;
color: inherit
}

#topwrap ul li.active li a:hover {color:#000}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
To remove the focus styling

Try

.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: transparent;
outline: none;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If you unfamiliar with adding new css to Joomla Bamboo templates please check out this thread

www.joomlabamboo.com/index.php?option=com_kunena&view=topic&catid=661&id=110521&Itemid=215
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers