Cant adjust font size via css

My child theme has a css file that I have lots of modifications in and it seems to be in the correct location as it is working on those elements that are targets in other places in the css file. All I am needing to do is resize the H1 tag using this css code

.entry-title { font-size:190%; }

But is has no effect. I even tried using “!important” just to see if that would work an nothing. I feel quite certain I am targeting the correct element but I guess I am doing something wrong.

Website page in question is: http://www.dallascameraclub.org/competition-gallery-october-2018/

Many thanks,
Houston

Hello Houston,

Thanks for asking. :slight_smile:

Code should work fine. May be you need to clear browser cache and try loading the website again as I see the changes on my end. You can also try adding following code under X > Theme Options > CSS:

.entry-header .entry-title {
    font-size: 195% !important;
}

Thanks.

Guess it was a cache thing. hate that. Sometimes it needs to be cleared and other times not.

Thanks for confirming.

You’re welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.