Menu style

This topic has been marked as not resolved.

Hi

I have an issure with the top menu, when I hover on it the background changes, when I hover off it still stays on hover state?

How can I change this?

Thanks Ben

April 26, 2012 at 9:00 pm #8378
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
April 27, 2012 at 10:28 am #8393

Many thanks Perfect, also how do I remove the white background on wish list, account etc.

April 27, 2012 at 10:56 am #8396
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
April 30, 2012 at 10:29 am #8447

Hi

Where can I find this in version 1.5.4?

The behavior of the hover is the following:

1) Roll over -> Main color background, white text

2) Roll out -> White background, main color text

If you are using a custom color menu background, you should the white when rolling out. Open catalog/view/theme/shoppica/js/shoppica.js (row 25) and put your color here:

backgroundColor: ‘#ffffff’

Also how can I disable responsive feature?

Thanks

September 7, 2012 at 11:28 pm #13345

Hi @bensmithdesign!

Sorry for the late answer.

We didn’t change anything regarding the color schemer functionality in Shoppica 1 for OpenCart 1.5.4. The file is still catalog/view/theme/shoppica/js/shoppica.js

If you are asking for Shoppica 2, then you should open catalog/view/theme/shoppica2/javascript/common.js.php

To disable the responsive functionality you need to open catalog/view/theme/shoppica2/javascript/common.js.php and comment out the following rows:

    window.addEventListener("resize", categories_resize, false);
    window.addEventListener("orientationchange", categories_resize, false);

Regards,
ThemeBurn team

September 25, 2012 at 9:13 am #13606
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.