Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #187912

    Hi, I am trying to change the color of the border line that is on the left side of the widget area on this page: http://www.weather-tight.com/windows/ What CSS should I change?

    I don’t want to change the settings in the Enfold syling because that changes many more areas that I don’t want to change.

    #187966

    Hey!

    Add this code to the Quick CSS:

    #top #main .sidebar {
        border-left-color: #F00 !important;
    }

    Cheers!
    Josue

    #187976

    Thanks, its sort of working. Depending on where you have your cursor the color switches. If its in the main content area its grey, if its anywhere else, its the color I’ve specified. Any ideas?

    #187977

    Hey!

    Use this code instead:

    #top #main .sidebar {border-left-color: #003366 !important; z-index: 100; position: relative;}
    

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget Border Color’ is closed to new replies.