michaelbragg Posted January 4, 2015 Share Posted January 4, 2015 (edited) Is there a way to change background on CMS Block for Follow Us On Facebook, Contact Us, Shipping and Payment? Those blocks. Also change GPS on store in sidebar for store locations? URL: http://www.abnarmysurplus.com Edited January 4, 2015 by michaelbragg (see edit history) Link to comment Share on other sites More sharing options...
Whiley Posted January 4, 2015 Share Posted January 4, 2015 In the global.css of your template you find at line 7877 (default-bootstrap): #facebook_block,#cmsinfo_block { overflow: hidden; background: #f2f2f2; min-height: 344px; padding-right: 29px; padding-left: 29px; } change this to: #facebook_block,#cmsinfo_block { overflow: hidden; background: transparent; min-height: 344px; padding-right: 29px; padding-left: 29px; } regards Whiley Link to comment Share on other sites More sharing options...
michaelbragg Posted January 4, 2015 Author Share Posted January 4, 2015 Thank you Whiley. Please mark this solved after editing the global.css file line 7878 #Facebook_block, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now