The_Adder
Member
Posted 4 months ago #
I've managed to change the size on the showcase.php template to 14pm by changing the code:
article.intro .entry-content {
color: #111;
font-size: 14px;
padding: 1.625em 0 0.625em;
}
Which has been changed within the child theme's style.css file
To make things consistent throughout the site I need to change the font size to 14px in the Sidebar Template too but cant for the life of me find this if anyone can help?!
My site is: http://bridgewater-test.info
Many, many thanks in advance!
Adam
faugro
Member
Posted 4 months ago #
try to add .widget-area, so it will be :
article.intro .entry-content, .widget-area {
color: #111;
font-size: 14px;
padding: 1.625em 0 0.625em;
}
Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. Create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.
The_Adder
Member
Posted 4 months ago #
Hi Emsi, I am using a child theme if you can help?
Faugro, thanks for your help, for some when I enter this on my child theme it seems to be having no effect, which is strange?!
open style.css
go to line 1722
.widget-area {
font-size: 12px;
}
change the size.
youngr
Member
Posted 4 months ago #
Hi, I've tried this but it only changes a few of the widgets text. It does not change all of the widgets. Why is this?