Jump to content

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...