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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -