sorry for late reply…I’ve been held up with the flu (fun times!)
If you tell me what parts of your pages you want to change the font to, I can post the element classes to change the font styling for.
For your big logo, you are wanting to have it appear smaller in mobile?
As a quick side note, using the Simple Custom CSS plugin is the method to keep your custom changes intact whenever there are theme updates. Likewise, a child theme also does that too (nothing is lost on theme updates).
Hi!
Thanks for reply. I don’t like the italic style so i changed the style.css here from italic to normal:
.site-title {
h1, h2, h3, h4, h5, h6 {
and
primary-navigation {
What syntax i can put into the custom css to keep this settings after an update of your theme?
Talking about the big Logo in mobiles i refer to this support ticket:
If you go to a lower resolution the title-logo goes very big (than the original). I made the settings you gave in the supportticket above and it is working very well!
Take care of you! Having flu is… bad 😉
Thanks Frank
PS:
Logo is displayed fine since i have used the custom css to fix the size.
I just told you that to let you know, that i already have a custom css.
Frank
If you added your custom CSS changes using the Simple Custom CSS plugin, you don’t need to do anything more. When the theme updates, your changes will stay because it’s using a separate stylesheet that is not part of the theme itself.
Did you have any additional questions relating to your font style, or is it safe to set this as resolved ?
…and thanks…I’m getting lots of soup, rest, and water for the flu 🙂
Oh, i think this is a missunderstanding, i still want to know how to set the style of the different parts of the website (title, widgets, posts) with a custom css like described in my last post.
To make it more specific:
what i have to write (code) in the custom css to set (e.g.) the style of h1, h2, h3, h4, h5, h6 to normal instead of italic permanently?
I know this is maybe not a theme related question.
thanks
Frank
ah, sorry about that.
h1, h1, h3, h4, h5, h6 {
font-style: normal;
}
That should take care of all headings, post titles, and widget titles.
Thanks! Sometimes things are very easy… 🙂
I will try it!
best wishes
Frank
No worries…and thanks 🙂
Andre