Button Text Color

Home Forums Automattic Forefront Button Text Color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #108200 Resolve

    Sarah Jane Holden
    Member

    Hi again,

    I would like to change the text color of the text on the buttons that appear below my blog page (“Older Posts”) & the contact form “Submit” button. Right now, they appear to be dark gray/black & I would like to coordinate with my theme.

    Is it possible to make them larger too & keep the text centered on the button? They look quite small-easy to miss.

    Thanks for all the help! :)

    Best,
    Sarah

    The blog I need help with is buildingblockssll.com
    #139543

    Kathryn P.
    Happiness Engineer

    Hi there,

    This CSS should do the trick:

    #infinite-handle span {
    color: #3B938D !important;
    font-size: 18px !important;
    }

    As always, feel free to adjust the colour and size as you like.

    You might be interested in checking out our intro guide to locating your theme’s CSS selectors – it’s full of handy tricks and resources and to help you learn more about customizing your site:

    https://dailypost.wordpress.com/2013/07/25/css-selectors/

    #139569

    Sarah Jane Holden
    Member

    Thanks-this worked for the blog page but not for the contact page “submit” button. The text still appears black.

    #139591

    Kathryn P.
    Happiness Engineer

    Sorry – missed the contact button! You can modify the CSS code I gave you above to include the contact button too, by replacing it with:

    #infinite-handle span, .pushbutton-wide {
    color: #3B938D !important;
    font-size: 18px !important;
    }

    #139702

    Sarah Jane Holden
    Member

    Yes-got it! Thank you.

    #139703

    Kathryn P.
    Happiness Engineer

    Great, glad that worked!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Button Text Color’ is closed to new replies.