‘Read More’ button color change

  • Unknown's avatar

    I have a .com site with a Alante Pro theme. On my home page I have several ‘read more’ buttons.
    The button text color is the custom theme color that I selected.
    The button itself is red. I want to change the color to black. I do not see an option to edit this in the theme options, and cannot find that section of code in style css. Please point me to the right information, if possible.

    This is a screenshot of what I’m talking about:

    So far I have tried the code:

    [code lang=css]
    .read-more-button {
    background-color: black;
    }
    [/code]

    It didn’t work.

    Thank you very much for your assistance.

    Self-declared URL: http://www.lecoleinvestors.com
    Jetpack: Unknown
    WP.com: Unknown

    The blog I need help with is: (visible only to moderators and staff)

  • Unknown's avatar

    Hello @lecoleinvestors,

    I have a .com site with a Alante Pro theme. On my home page I have several ‘read more’ buttons.
    The button text color is the custom theme color that I selected.
    The button itself is red. I want to change the color to black. I do not see an option to edit this in the theme options, and cannot find that section of code in style css. Please point me to the right information, if possible.

    Please try this code:

    a.themebutton {
    	background-color: #000000!important;
    }

    You will add it here:

    My Site –> Appearance –> Additional CSS

    You can find more information from this link:

    https://wordpress.com/support/editing-css/

  • The topic ‘‘Read More’ button color change’ is closed to new replies.