Filter Cursor CSS Color

  • Posts: 19
  • Thank you received: 0
10 years 8 months ago #168705

-- Joomla version -- : 3.2
-- PHP version -- : 5.5.14

Hi there,

I found this topic talking about it www.hikashop.com/forum/2-general-talk-ab...n-cursor-filter.html but it doesn't really answer the question.
I just want to change the label filter_span_ style color (which is for now #f6931)f while using a cursor filter. It seems hardcoded and I can't find which file to edit.
I don't want to add specific CSS, 'cause the customer will probably add filters later on

Any help appreciated :)

Have a nice day


---


seb
Last edit: 10 years 8 months ago by oacom.

Please Log in or Create an account to join the conversation.

  • Posts: 26232
  • Thank you received: 4035
  • MODERATOR
10 years 8 months ago #168730

Hi,

I am sorry but I don't understand what you want to change.
Do you have a link or a screenshot to help us to have a visualize ?

CSS is mostly "selectors" with inherits and priorities.
www.hikashop.com/support/support/documen...ize-the-display.html

The cursors are jQuery cursors, I think you can find some documentation on the internet to help you to customize the jQuery cursors.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 19
  • Thank you received: 0
10 years 8 months ago #168762

Hi,

here is a screenshot. I want to change the color of the range of price here on the screenshot.

thanks for your help


---


seb
Attachments:
Last edit: 10 years 8 months ago by oacom.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 8 months ago #168767

Hi,

So you have to add the following css property in the frontend css file (at the end of the file)!

#filter_span_Prix_hikashop_category_information_menu_101{
    color: #cccccc !important;
}

Please Log in or Create an account to join the conversation.

  • Posts: 19
  • Thank you received: 0
10 years 8 months ago #168874

thank you for your answer .. but as I said I don't want to add specific css (that was the answer in the other link on the forum). I want to change what's hard coded ... because the end-user will add new menus, and he won't be able to add specifc css ..

So anyone knows which file to edit ?


---


seb

Please Log in or Create an account to join the conversation.

  • Posts: 26232
  • Thank you received: 4035
  • MODERATOR
10 years 8 months ago #168885

Hi,

It's the file "administrator/components/com_hikashop/classes/filter.php"
You will find the hard-coded color in the function "cursorTitlePosition" of the class hikashopCursorClass.

We will see to extract this value from the class in order to let it available in the filter configuration... Or use a generic class.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: oacom

Please Log in or Create an account to join the conversation.

  • Posts: 19
  • Thank you received: 0
10 years 8 months ago #168911

thank you so much !
have a nice day


---


seb

Please Log in or Create an account to join the conversation.

Time to create page: 0.078 seconds
Powered by Kunena Forum