- This topic has 1 reply, 2 voices, and was last updated 2 weeks, 5 days ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
I changed the font size of the logo on smart phones with the additional CSS here, but the font size of the logo on the post page is not changed. Please let me know how I can change it.
@media screen and (max-width: 640px){
.header-logo h1 a {
font-size: 35px !important;
}
}
Hi Kana,
At first, sorry for the late reply, we had holidays.
Just use the global CSS class .header0logo without h1 and a tag.
Kind Regards