Changing "Read More" Colors

Home Forums Blorigan Pro Changing "Read More" Colors

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10200
    Anonymous
    Inactive

    I am having no luck finding where to change the colors for the “Read More” button for my blog post page. Where can I find this in the CSS?

    #10205
    Axle Support
    Moderator

    Hi Robert,

    Please go to Appearance > Customize > Additional CSS and add following CSS code to change the background of Read More button.

    #primary a.more-link {
        background: #b5963a;
    }

    You can change the color code to your own as per your requirement.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.