Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • desmats Friend
    #1061752

    I need to remove the background shape behind logo
    background: url(‘../../../images/logo-bg.png’) no-repeat bottom center;

    And I need to make the "GET IN TOUCH" button square with out the angled bit on the left hand side.

    Could you give me the code to go in custom css?

    Thanks for the help ?

    Pankaj Sharma Moderator
    #1061755

    Hi
    Add this code in custom.css file

    .logo-image {
        background: none!important;
        margin-top: -10px;}
    .navbar-nav > li.nav-highlight > a:before, .navbar-nav a.nav-highlight:before {display:none;}

    Regards

    desmats Friend
    #1061785

    The angled shape below the logo still displays.

    code:`
    .grid-list .isotope-item .item-image img {
    width: 100%;
    }
    .page-header {
    padding-bottom: 0px!important;
    margin: 0px!important;
    border-bottom: 1px solid #eeeeee;
    }
    .item-page article {
    padding-top: 0px;

    }
    .customcustom_home_about {
    padding: 25px 25px;
    font-size: 19px;
    line-height: 33px;
    text-align: justify;
    }
    .customcustom_home_about a{
    background: #dab10d;
    color: white;
    padding: 10px;
    }
    .home .t3-mainbody {
    position: relative;
    z-index: 2;
    background: url(/templates/ja_decor/images/mainbody-bg.png) no-repeat left top;
    }

    @media (max-width: 768px) {
    .ja-ss-btns {
    
        display: none;
    }}
        @media (max-width: 768px) {

    .ja-ss-desc .ja-ss-caption {

    display: none;

    }}
    .t3-slideshow {
    margin-bottom: 0!important;}

    }

    .logo-image {
    background: none!important;
    margin-top: -10px;}
    .navbar-nav > li.nav-highlight > a:before, .navbar-nav a.nav-highlight:before {display:none;}

    Pankaj Sharma Moderator
    #1061936

    Hi
    Stil you have an error

    .t3-slideshow {
    margin-bottom: 0!important;}

    }

    Kindly remove the extra braces.

    Also, the code is working on your site.

    http://prntscr.com/gkvxm8

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 7 months ago.

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