Header size

Posted in: Newspaper
Post count: 20

After EVERY update it seems that my header changes sizes.

Other than not using the updates, is there a way to ensure this doesn’t happen again?

Post count: 9544

I think you can simply do a CSS override in child theme style.css

.entry-title { font-size:26px; font-family:Georgia,serif; font-weight:bold; }

not sure that is correct style, might be something like this — (this is probably wrong!)

.h1 entry-title { font-size:26px; font-family:Georgia,serif; font-weight:bold; }

I will be messing with this myself to add more leading above/below the header. Marius will likely answer more clearly before I get back on this. Just some ideas in case you’re anxious to mess with your custom.css to move on with your life …

  • This reply was modified 12 years by simchris.
Post count: 3343

Hello,
Use the child theme, for custom CSS.
If you have made custom css, on updates you will lose the modification, because you overwrite the files.

Install the CHild theme and add you custom css there in Appearance -> Editor

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.