How to Change the Body Color?

Discussion in 'Regal WordPress Theme' started by peterpohls, Jan 13, 2013.

  1. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    The body color is withe in all the color styles, i would like to replace the body color to mach it with the background, or make it transparent

    test run

    http://dallasblvd.com/mainsite/
     
  2. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    Or better how to make the main container in body transparent and add color to menu background. thx
     
  3. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    .main_container{
    background:black;
    }

    this worked :)
     
  4. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    so far i have all this...

    #menu li a.selected {
    color:red;
    }
    #menu li.current_page_item a, #menu a:hover {
    color:red;
    }
    #menu li a {
    position:relative;
    color:eek:range;
    }
    .main_container{
    background:black;
    }
    .container{
    margin-top:30px;
    }
    .slider {
    margin-top: -20px;
    }
     
  5. lieflifestyle

    lieflifestyle Guest

    Joined:
    Jan 21, 2013
    Messages:
    9
    Likes Received:
    0
    I'd like to have a different background color in the logo area and the rest of the body other color.
    I think it will be something like this:
    .main_container{
    background:white;
    }

    .header{
    background:black;
    }

    How can i make this possible?
     
  6. charlythepearl

    charlythepearl New Member

    Joined:
    Jan 3, 2013
    Messages:
    18
    Likes Received:
    0

    Your website looks wonderful i was wondering how did you create your store page, if i may ask
     

Share This Page