Mobile Search Font Size

Posted in: Newsmag
Post count: 20

Hi!

How can I increase the font size of the search word in mobile?

Thanks,

R

Post count: 35449

Hi,

If you are referring to this word -> https://i.imgur.com/pviHehb.png you can increase it using custom css ->
.td-search-input span {
opacity: 0.8;
font-size: 20px;
}

-> https://i.imgur.com/zKm9zCv.png

If you are using the mobile theme plugin you’ll need to set the code in Theme panel> mobile theme> Custom code> css if you are using the responsive version you need to set the code in Theme panel> custom code> custom css.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.