gigant09 Posted November 27, 2014 Share Posted November 27, 2014 Hi, I want to change the background of the Facebook Like Box in 1.6.0.9 default theme. Please check the attached file. Just want to change the beige (1) color into the standard background (2). I already checked the global.css in theme folder but cannot find any solution as I'm not good at coding. Please kindly help me, thank you. Link to comment Share on other sites More sharing options...
vekia Posted November 27, 2014 Share Posted November 27, 2014 global.css line 8064 #facebook_block .facebook-fanbox { background: white; border: 1px solid #aaaaaa; padding-bottom: 10px; } change background param to any other you want. Link to comment Share on other sites More sharing options...
gigant09 Posted November 27, 2014 Author Share Posted November 27, 2014 (edited) after I removed the background line it looks like on the attached picture, so the background is still different with: http://s30.postimg.org/c9gf54ua9/111111.jpg I want to have same background as everywhere else on the page. Edited November 27, 2014 by enjoy-vietnam (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 27, 2014 Share Posted November 27, 2014 ahh you're reffering to whole block, sorry it's my mistake global.css line 8031 #facebook_block, #cmsinfo_block { overflow: hidden; background: #f2f2f2; min-height: 344px; padding-right: 29px; padding-left: 29px; } 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