Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lg21 Friend
    #205177

    I want to change the color of the horizontal divider in version template, I inspected the code

    @media (max-width: 992px)
    .t3-header {
    background: #f8f8f8
    height: 53px;
    border-bottom: 3px solid #cc0000
    margin-bottom: 0;
    padding: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    }

    I opened my stylesheet custom.cc and I changed the background color

    @media (max-width: 992px)
    .t3-header {
    background: #f8f8f8
    height: 53px;
    border-bottom: 3px solid #02b8da
    margin-bottom: 0;
    padding: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    }

    But the code is not changed

    How do I solve?

    phong nam Friend
    #565224

    Please try this

    @media (max-width: 992px){
    .t3-header {
    background: #f8f8f8
    height: 53px;
    border-bottom: 3px solid #02b8da
    margin-bottom: 0;
    padding: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    }
    }

    lg21 Friend
    #565231

    Thanks, perfect works

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  lg21 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum