• Resolved frank0123

    (@frank0123)


    Hi there!

    Thanks for such a nice and free theme!
    I’m new to wordpress and i wanna ask you kindly how to set the style of the fonts permanently (title, widgets, topics)?
    At the start using your theme i changed the fontstyles from italic to normal in the “style.css” and of course after every update of your theme it went back to default. I have installed the “Simple Custom CSS”-Plugin to avoid the showing of the big logo in smaller resolutions. Can i add some lines to that to set the fonts style permanently so it will not change anymore to default?

    Thank you so much
    Frank

    http://palaioxora.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    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).

    Thread Starter frank0123

    (@frank0123)

    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

    Thread Starter frank0123

    (@frank0123)

    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

    Theme Author Shaped Pixels

    (@shaped-pixels)

    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 🙂

    Thread Starter frank0123

    (@frank0123)

    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

    Theme Author Shaped Pixels

    (@shaped-pixels)

    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.

    Thread Starter frank0123

    (@frank0123)

    Thanks! Sometimes things are very easy… 🙂

    I will try it!

    best wishes
    Frank

    Theme Author Shaped Pixels

    (@shaped-pixels)

    No worries…and thanks 🙂
    Andre

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘using css to set fontstyle’ is closed to new replies.