Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSS Style Or Image Backgrounds
08-09-2014, 09:25 PM (This post was last modified: 01-10-2017 04:16 PM by Russell H..)
Post: #1
CSS Style Or Image Backgrounds
[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);
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)