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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -