Results 1 to 2 of 2

Thread: Is there a way to make the whole Vantage site black?

  1. #1
    Thread Starter
    Veteran jasongeek's Avatar
    Join Date
    Jan 2014
    Location
    Sacramento, CA USA
    Posts
    1,357
    Thanks
    34
    Thanked 18 Times in 18 Posts

    Is there a way to make the whole Vantage site black?

    I'm using CSS to make a Vantage site black. But there's so many different elements popping up. Here's the code I've add to the CUSTOM CSS thus far:

    Code:
    .content-wrap, .widget, .app-form>fieldset {    background-color: #000;
    }
    
    
    .post-item .subheader:after, .item-single-featured .subheader:after {
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0, #000 100%);
    }
    
    
    .content-inner, .widget, .app-form>fieldset {
        padding: 2em;
         background-color: #000;
    }
    
    
    .listing-parent-category.label, .post-tags .label {
        margin: 0 3px 3px 0;
        background: #000;
    }
    
    
    .label, .label a {
        background: #000;
        color: #777;
    }
    
    
    .post-item .item-cover, .listing-item .item-cover {
        border-bottom-width: 2px;
        border-bottom-style: solid;
          color: #000;
    }
    
    
    .post-item .entry-footer {
        position: absolute;
          background: #000;
    }
    
    
    .post-item .entry-footer {
        border-top: 1px solid #f721ba;
    }
    
    
    .theme-custom .button {
        background-color: #dd3333;
        color: #FFFFFF;
    }
    
    
    .top-bar li.menu-item a {
        color: #000000;
            background-color: #000000;
        color: #ffffff;
    }
    - - - Updated - - -

    I'm trying to make the whole site black and the font florescent red and florescent purple (or white at this point).
    Jason Lee Hayes

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,712
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Vantage Text Color Default needs to be Changed -- It isn't black
    By billwindsor in forum Help Using Vantage
    Replies: 5
    Last Post: April 15th, 2020, 09:09 AM
  2. [SOLVED] Wordpress black bar at top of site gone for admin
    By leadology in forum Help Using Vantage (Legacy)
    Replies: 4
    Last Post: May 15th, 2014, 12:03 PM
  3. Why am I seeing this black bar on my site?
    By nsccf in forum Jobright
    Replies: 10
    Last Post: June 17th, 2013, 09:27 AM
  4. How to make whole Vantage site NOFOLLOW
    By nickjonezy in forum Vantage General Discussion (Legacy)
    Replies: 7
    Last Post: July 13th, 2012, 06:16 AM