Localbiz Vortex Support Forum

Full Version: CSS Style Or Image Backgrounds
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[b]VORTEX gives you the option to change the backgrounds to many parts of your sites[/b].

The primary areas that have background control via the Vortex Control Panel are:

* Top Thin Banner: CSS (solid color control)
* Header: CSS gradient color and full graphic images
* Main Container: CSS solid color and full graphic images
* Page Background: CSS (solid color control)
* Featured Text Panel: CSS solid color and full graphic images
* Featured Panel: CSS gradient color and full graphic images
* Featured Sidepanel: CSS gradient color
* Featured & Default Sidebar: CSS (solid color with opacity control)
* Footer: CSS gradient color and full graphic images
If you play around with these options you'll soon discover that the effects can be wide and varied and quite outstanding!
NB: The main featured panel background (that's the background behind the featured gallery) can be made to appear transparent (as it does when using the "Beach" custom style). The process for this is to paste the following code into the custom CSS panel within the Control Panel;
Code:
#wrapper .feat {
background: rgba(0, 0, 0, 0);
}
The same effect can be created for the Featured Side Panel by inserting the following code into the CSS panel.
Code:
#wrapper .feat .s_box, #header .top_arrow_sidebox_bg{
  background: rgba(0, 0, 0, 0);
Reference URL's