function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CharlieLangCharlieLang 

Transparent Community Tab

Hi, we are looking to change out community so we define a background in the CSS.

is there a way of making the backgrounds of the tabs transparent so it looks a little like the below (excuse the white dots - i needed to de-brand it somehow)

background
Ashish_SFDCAshish_SFDC
Hi Charlie, 


See the documentation for adding CSS in Visualforce page: 

http://developer.force.com/cookbook/recipe/adding-css-to-visualforce-pages

The CSS for CSS Image Opacity / Transparency: 

http://www.w3schools.com/css/css_image_transparency.asp

A Sample of Visualforce Page with CSS: 

http://www.forcetree.com/2009/07/visualforce-page-with-css.html


Regards,
Ashish