overriding colors for buttons on a wordpress theme with bootstrap buttons -


i'm trying change colors on these buttons on wordpress site

http://www.saylor.org/pathways/ , http://www.saylor.org/pathways/earn-college-credit/

the codes buttons on 1 page is

<a class=btn-green" href="/pathways/foundational-courses/'>browse courses</a> 

thanks in advance provide

you need put shown below missing content. check missing content have not included

<style type="text/css">   .course-wrap .btn-green {   background-color: #ff0000;   } </style> 

you can change value of background color #ff0000 other value per requirement.


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -