How to delete the Container border color and shadow

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

Thread Status:
Not open for further replies.
  1. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    http://dallasblvd.com/mainsite

    in all theme is a line above and below main container, the line above is above the menu, brown color at this time, and the bottom line at the end of fotter area. how can this be change or deleted?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .main_container {
    border-top: 6px solid #9a7140;
    border-bottom: 6px solid #9a7140;
    }
    This will solve your problem.

    Thanks.
     
    peterpohls likes this.
  3. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    .main_container {
    border-top: 0px;
    border-bottom: 0px;
    }

    this worked perfect thank you :)
     
Thread Status:
Not open for further replies.

Share This Page