Child Theme CSS Site Title Changes
-
Hi.
When I change the font size of my site title in my new child theme, it will not change on my website. Does this mean some other code is overriding it somewhere?
I made a child theme of theme Freelancer-Plus
When I go into the CSS to here:
h1.site-title{
font-size: 22px;
margin: 0;
text-transform: capitalize;I was able to change text-transform: from uppercase to capitalize. That works.
But when I change the font size, it does NOT change it on my site. I changed it from 22 to 18, and then to 10 just make sure it was not working. And the size of the text on the website title does not change.
My goal is to make my site name fit on one line
It should read:
Copywriter T. S. Phillips
Have talent, will writeBut it insists on wrapping Phillips to a second line.
I would be happy to keep the size, if I can just stop it from wrapping
The page I need help with: [log in to see the link]
- The topic ‘Child Theme CSS Site Title Changes’ is closed to new replies.