Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • imamrevista Friend
    #190547

    Hello, the footer is divided into 3 parts, but I need to leave only one with the information of the address and telephone number as the picture, can someone give me a hand? Thank you.


    1. Slide2
    TomC Moderator
    #505649

    Are you sure those are elements within your footer? … or are they separate modules assigned to those certain positions on your site?

    imamrevista Friend
    #505651

    I need to change that image (footer) to


    1. Untitled-2
    2. Slide2
    imamrevista Friend
    #505945

    I managed to solve, if anyone has the same doubt, follow the solution!

    Open templates/ja_vintas/css/template.css file

    Code:

    #ja-navhelper ul.ja-links {
    margin-top: 4px;
    height: 34px;
    background: url(../images/dot-line.gif) repeat-y left top;
    }

    #ja-footer { background: #111 padding-top: 26px; border-top: solid 1px #2f2f2f }

    .ja-breadcrums span {
    vertical-align: middle;
    display: inline-block;
    background: url(../images/dot-line.gif) repeat-y 25px top;
    padding-top: 8px;

    }

    Change to:

    #ja-navhelper ul.ja-links {
    margin-top: 4px;
    height: 34px;
    background: url(../images/dot-line.gif) repeat-y left top;
    display: none;
    }

    #ja-footer { background: #111 padding-top: 26px; border-top: solid 1px #2f2f2f display: none; }

    .ja-breadcrums span {
    vertical-align: middle;
    display: inline-block;
    background: url(../images/dot-line.gif) repeat-y 25px top;
    padding-top: 8px;
    display: none;
    }

    Hope this helps.

    Thanks.

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

This topic contains 4 replies, has 2 voices, and was last updated by  imamrevista 11 years, 2 months ago.

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