How can I change the font size of the Shop Page Title?
Thanks,
Joe
How can I change the font size of the Shop Page Title?
Thanks,
Joe
Yes, this is happening to me as well!
Hey,
add following code to css/custom.css and adjust the font size value:
#top .post-title.big_title {
font-size: 53px;
}Hey Dude,
Thanks,
I tried that in the style css file and in the custom css file changing the font-size to 22px and there was no change in the Shop page.
Something may be writing over that css in the Shop page. I can't seen to find it.
Joe
Maybe we're looking at something different, could you specify what exactly you mean?
Hi Chris,
I found that I had to change the code in the woocommerce css style sheet not just the Flashlight theme style sheet.
Thanks for asking.
Joe
Glad to see you've figured it out :)
what atttribute did you update. I am looking in the woocommerce.css file and I cant seem to pin point the exact attribute.
Hey,
The solution Dude provided should work really - could you specify what you want to change? Maybe a link to your page or a screenshot.
Hi
Dude's code does not work for me either. Where in the woocommerce.css can I change the shop-title size?
Best,
Martin
To make it work on ALL woocommerce pages add the following to the Dude's code in custom.css or Quick CSS the following:
#top .big_title .page-title {
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
line-height: 1em;
text-align: center;
}
Of course you can modify any of the style parameters
You must log in to post.