Home Forums Basel support forum Remove " STRONG " style from searched products name

Remove " STRONG " style from searched products name

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16109

    wantons
    Participant

    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.

    #16114

    Artem Temos
    Keymaster

    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

    #16122

    wantons
    Participant

    Thanks.
    And is there any way to make that word bold? ( and NOT uppercase )

    #16126

    Artem Temos
    Keymaster

    But it is not uppercased on our demo but simply bold. It is shown on the screenshot.

    #16131

    wantons
    Participant

    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.

    #16133

    Artem Temos
    Keymaster

    Sorry, but we need to see your website live to see the issue.

Viewing 6 posts - 1 through 6 (of 6 total)