Site logo

Archived topic

Child style.css not working

5 replies · Started by cypyjh on May 13, 2022

Viewing posts 1–6 of 6

Hello,
I'm using:
WordPress 5.9.3
GeneratePress Versión: 3.1.3

All plugins disabled, including GP Premium

Child theme downloaded from generatepress.com

functions.php has only:
<?php
/**
* GeneratePress child theme functions and definitions.
*
* Add your custom PHP in this file.
* Only edit this file if you have direct access to it on your server (to fix errors if they happen).
*/

Custom CSS - empty
Child theme style.css has only:

.entry-title h1 {
font-size: 120px;
}

does nothing!

Hi there,

the CSS selector is incorrect instead of: .entry-title h1 it is: h1.entry-title

But you can use the Customizer > Typography to style that.

Sorry, it was my mistake. I didn't activate the child theme XD!

You can delete this topic.

Sorry, sorry, sorry.

Sorry, I have edited my comment. It was my mistake. Sorry!

No need for sorries :)
Glad to hear you got it working!

This archived topic is closed to new replies.