Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #483578

    Hi Guys, i’ve added some css that makes all my borders black and 3px, but i want a 3px black border at the bottom of the full width easy slider but just can’t figure it out, if you look at the homepage, at the bottom of the full width easy slider there is no 3px black border, this is where i want to add one, but not sure if any of the below css i have added so far is causing an issue, thanks in advance guys… :-)

    #header_main { border-bottom-width: 3px; }

    .container_wrap.container_wrap_first.main_color {
    border-top-color: #000000;
    border-width: 3px;
    }

    .header_bg { opacity: 1 !important; }

    .socket_color {
    border-width: 3px;
    }

    #advanced_menu_toggle {
    background-color: #89d6f4;
    }

    .avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
    background-color: #89d6f4;
    border-color: #000000;
    }

    .main-title a {
    font-weight: bold !important;
    }

    .title_container .breadcrumb {
    font-weight: bold !important;
    font-size: 13px !important;
    }

    .avia-menu-fx {
    display: none !important;
    opacity: 0;
    }

    #socket .copyright {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    }

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }}

    .footer_color {
    border-width: 3px;
    }

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

    #footer {
    padding: 0 0px 0 0px;
    }

    .main_color {
    border-width: 3px;
    }

    .avia-google-map-container {
    border: 1px solid #000000 !important;
    box-shadow: 3px 3px 5px #999;
    }

    .content {
    border-color: #ffffff!important;
    }

    #top .main_color input[type=’text’] { background-color: #89d6f4; }
    #top .main_color textarea { background-color:#89d6f4; }

    .header_color .main_menu .menu ul li a {
    font-weight: bold;
    }

    .main_menu ul ul {
    border-width: 3px;
    }

    .mfp-content figcaption {
    display: none !important;
    }

    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
    border-width: 3px;
    background-color: #89d6f4;
    }

    .toggle_content {
    border-width: 3px;
    }

    .av_promobox {
    border-width: 3px;
    border-radius: 10px;
    }

    #483581

    sorted, this worked so please close the support ticket, thanks… :-)

    .avia-slideshow {
    border-bottom: 3px solid #000000;
    }

    #483764

    Hi,

    Great, glad you got it fixed :-)

    Cheers!
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Create Bottom Border On Easy Slider’ is closed to new replies.