raezerj 0 Report post Posted December 31, 2010 Hi again :-) Using PlatformPro and am looking to change the color of the soapbox_callout (blue button in the soapboxes) from blue to #3f761a. Any suggestions? Thanks! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted December 31, 2010 Let's get a link to where you have your soapbox setup. Thanks, Bryan Share this post Link to post Share on other sites
raezerj 0 Report post Posted December 31, 2010 Okay, but don't judge me on the look of the page yet :-) http://www.cleantechapproach.com/about-cta/ Thanks, Bryan. Share this post Link to post Share on other sites
catrina 103 Report post Posted December 31, 2010 To change the color, add this to the base.css file in Platform Base: span.soapbox_link-pad {background-color: #3f761a;} (The background color changes, but the left and top parts remain a shade of blue. If you'd like to adjust the color of that, too, let me know.) Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
raezerj 0 Report post Posted December 31, 2010 Hi Catrina, That looks great! I would love to change the color of the blue in the left/top part, if it's easy. If not, I am still happy. Thanks, Catrina and Happy New Year! Jennifer Share this post Link to post Share on other sites
catrina 103 Report post Posted January 1, 2011 Add this below the code that you added before: ` a.soapbox_link.soapbox_callout .soapbox_link-pad{ border-top: 1px solid #3f761a; border-left: 1px solid #3f761a;} a.soapbox_link.soapbox_callout{ border-top: 1px solid #3f761a; border-left: 1px solid #3f761a;} ` Happy new year! Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
raezerj 0 Report post Posted January 1, 2011 Thank you, Catrina. Looks perfect. Jennifer Share this post Link to post Share on other sites