Hi I want to decrease the news bar (top-1-2-3) hight size how can we change the font in top-1 thanks
Hi razakenad
To change height add to custom.css
.top-header { max-height:25px; <------Change this value at your preferred height }
To change font add to custom.css
.ja-headlines-item a { font-family:yourfont; }
Regards