Remove " STRONG " style from searched products name
-
Hello!
When a user search for some product in website, the searched word display with STRONG style. this is ok with english font. but when i use a font other than english font, it makes some problem
the probelm is words showing in UPPERCASE mode. or something like that.
my question is, how can i remove that <storng>… style? in which file i can find that?
+ my website is not ready now, please use this link for test: https://demo.xtemos.com/basel/shop/
+ screenshot: http://s6.uplod.ir/i/00888/ji47g7fxu845.jpg
Thanks.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.suggestion-title strong {
font-weight: 400;
}
Regards
Thanks.
And is there any way to make that word bold? ( and NOT uppercase )
But it is not uppercased on our demo but simply bold. It is shown on the screenshot.
yes you right. and i told this before. this is ok with english font and english language
but in some RTL languages, the searched word display uppercase and uppercase breaks the word in some languages …
so how can i make the searched word display bold?
thanks.
Sorry, but we need to see your website live to see the issue.