Site logo

Archived topic

Search result page behaving weirdly

1 reply · Started by ankur on July 30, 2019

Viewing posts 1–2 of 2

not sure why but since last two days my search results is being weird

the titles have huge font, menu items are also underlined representing links

here is a reference url: https://bestunderindia.com/?s=air+purifier

in mobile its working fine

not sure whats the issue kindly help

Hi there,

this CSS is being added to your site:

@media (min-width: 300px) {
    h2 {
        font-family: Hind;
        font-weight: 300;
        color: rgb(25, 24, 24);
        font-size: 60px;
        line-height: 1.2em;
    }
}

The CSS is located in the head of the document under tve_custom_style which i assume is coming from the Thrive Editor.

This archived topic is closed to new replies.