- Posts: 32
- Thank you received: 1
Delete space between filter name and filter values
- ShNatochka
-
Topic Author
- Offline
Less
More
10 years 5 months ago #235672
by ShNatochka
Delete space between filter name and filter values was created by ShNatochka
-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.5.0
HI!
I can't find, how to delete tag <br> between filter name and filter values (standart hika views). And another problem: price filter carries a colon, and the price range for a new line. Why?
-- Joomla version -- : 3.5.0
HI!
I can't find, how to delete tag <br> between filter name and filter values (standart hika views). And another problem: price filter carries a colon, and the price range for a new line. Why?
Please Log in or Create an account to join the conversation.
- ShNatochka
-
Topic Author
- Offline
Less
More
- Posts: 32
- Thank you received: 1
10 years 5 months ago #235744
by ShNatochka
Replied by ShNatochka on topic Delete space between filter name and filter values
And why when I set the filters to Show in product lists NO they are still displayed?
Please Log in or Create an account to join the conversation.
10 years 5 months ago #235748
by nicolas
Replied by nicolas on topic Delete space between filter name and filter values
Hi,
1. You can remove it by adding such CSS on your website:
.hikashop_filter__1 br{ display: none; }
2. It's because of either the custom CSS you added or the CSS of your template. Normally the colon is on the same line as the filter name. We would need to analyze the CSS on the page to tell you what to do.
3. Where do you do that ? Normally, you should do that in the "products options" tab of your menu item.
If you do it in the HikaShop configuration or in another menu item, it won't do anything.
1. You can remove it by adding such CSS on your website:
.hikashop_filter__1 br{ display: none; }
2. It's because of either the custom CSS you added or the CSS of your template. Normally the colon is on the same line as the filter name. We would need to analyze the CSS on the page to tell you what to do.
3. Where do you do that ? Normally, you should do that in the "products options" tab of your menu item.
If you do it in the HikaShop configuration or in another menu item, it won't do anything.
Please Log in or Create an account to join the conversation.
- ShNatochka
-
Topic Author
- Offline
Less
More
- Posts: 32
- Thank you received: 1
10 years 5 months ago - 10 years 5 months ago #235862
by ShNatochka
Replied by ShNatochka on topic Delete space between filter name and filter values
1, 3 thanks a lot
2. Can you see my site? moreart.pro/gallery/painting
login/password is sent in private message.
But now colon is after the price range (I set filter module)
2. Can you see my site? moreart.pro/gallery/painting
login/password is sent in private message.
But now colon is after the price range (I set filter module)
Last edit: 10 years 5 months ago by ShNatochka.
Please Log in or Create an account to join the conversation.
10 years 5 months ago #235874
by nicolas
Replied by nicolas on topic Delete space between filter name and filter values
So it indeed comes from the CSS.
I think however that in your case, the simplest will be to remove the colon with a translation override of the translation key CURSOR_TITLE_SEPARATOR:
www.hikashop.com/download/languages.html#modify
I think however that in your case, the simplest will be to remove the colon with a translation override of the translation key CURSOR_TITLE_SEPARATOR:
www.hikashop.com/download/languages.html#modify
Please Log in or Create an account to join the conversation.
Time to create page: 0.209 seconds