Forums

[resolved] text widget font help! (10 posts)

  1. 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!

  2. Andrew Nevins
    Volunteer Moderator
    Posted 3 months ago #

    What CSS have you tried?

  3. 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 :)

  4. Andrew Nevins
    Volunteer Moderator
    Posted 3 months ago #

    Here are the styles (right in toolbar) from your widget titles [screenshot]; exposed by Google Chrome's developer tool

  5. bettyboo93
    Member
    Posted 3 months ago #

    brilliant thank you - so do I just incorporate that into my entry title CSS?
    thanks

  6. Andrew Nevins
    Volunteer Moderator
    Posted 3 months ago #

    I don't know, you didn't state which element you want the styles applied to.

  7. bettyboo93
    Member
    Posted 3 months ago #

    oh i'm sorry I would like it to be for my post titles and content also

  8. bettyboo93
    Member
    Posted 3 months ago #

    i think i've done it for my titles! thanks so much for your help :)

  9. Andrew Nevins
    Volunteer Moderator
    Posted 3 months ago #

    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].

  10. bettyboo93
    Member
    Posted 3 months ago #

    you are wonderful!
    thanks for your help :)

Reply

You must log in to post.

About this Topic