bettyboo93
Member
Posted 3 months ago #
Hello,
My website is http://www.bettyvintage.com,
I would like my font to be the same as the font that is on my text widget titles (the grey capital font on side widget titles).
Is there any way of doing this?
I've been trying to figure it out for myself but to no avail :(
thanks!
bettyboo93
Member
Posted 3 months ago #
I'm a bit of a beginner so I've just been trying to find out what the font for it is and then just incorporating it into this CSS;
.entry-title, .entry-title a {
color: #51545c;
font-size: 15px;
line-height: 18px;
letter-spacing: 0;
font-weight: bold;
text-shadow: 0 1px 2px #fff;
}
? It's probably completely wrong but I've tried! haha :)
Here are the styles (right in toolbar) from your widget titles [screenshot]; exposed by Google Chrome's developer tool
bettyboo93
Member
Posted 3 months ago #
brilliant thank you - so do I just incorporate that into my entry title CSS?
thanks
I don't know, you didn't state which element you want the styles applied to.
bettyboo93
Member
Posted 3 months ago #
oh i'm sorry I would like it to be for my post titles and content also
bettyboo93
Member
Posted 3 months ago #
i think i've done it for my titles! thanks so much for your help :)
Highlighted in both, on the right of the toolbar;
Here are the selectors that identify the post titles [screenshot].
Here is the selector that applies font styles to the content [screenshot].
bettyboo93
Member
Posted 3 months ago #
you are wonderful!
thanks for your help :)