Change colour of 'Read More' button

  • Unknown's avatar

    Hello!

    I’m trying to change the colour of my ‘read more’ buttons from green to either grey, (or to my default colour scheme), but none of the CSS I’ve tried has worked.

    I’ve tried the following codes:

    .home_redmore a {
    background: grey;
    }

    .article .button {
    background-color: grey;
    }

    a.more-link {
    background-color: grey;
    }
    a.more-link:hover {
    background-color: grey;
    }

    Any suggestions? I’m inputting into my theme’s custom CSS field.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Your site is not hosted on WordPress.com, but using the open source WordPress.org software at another hosting provider.

    Please contact support for the Edge theme you’re using directly for help with this.

    For general help with the version of WordPress you’re using, you can ask the WordPress.org community over at https://wordpress.org/support/forums/

  • The topic ‘Change colour of 'Read More' button’ is closed to new replies.