Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Theme Options
Translate > Error 404 & Search > Search
rlucas1060
March 2018
in
Theme Options
Is it possible to alter the font sizes of the Title and Subtitle, and the Icon that displays on the page - change that green cone? Thanks!
https://www.kb.jniplants.com/?s=REGAL+PRINCE+OAK
Comments
Bryan
March 2018
Hi,
the title is <h2> and the subtitle is <h4>
You can change those in theme options>fonts>size&style
The icon can be resized with this css
.search-not-found .snf-pic i {
font-size: 260px !important;
line-height: 260px !important;
}
thanks
rlucas1060
March 2018
Is it possible to change the green cone icon?
Bryan
March 2018
yes, just add this to the css:
color: green !important;
Sign In
or
Register
to comment.
Comments
the title is <h2> and the subtitle is <h4>
You can change those in theme options>fonts>size&style
The icon can be resized with this css thanks
color: green !important;