Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • havas Friend
    #183702

    Hi

    I want to remove the footer module in the picture section. Site name and logo to advocate here.

    Thanks…


    1. footer
    havas Friend
    #479428

    Hi;

    Does anyone have the answer to this issue?

    I need your help.

    TomC Moderator
    #479431

    Might you be able to provide the url of the site you’re working on?

    It would also be helpful if you could set “Optimize CSS” to “No” within your Template Manager–General settings

    TomC Moderator
    #479435

    The CSS that controls that particular element can be found within file path –> /templates/ja_teline_iv/css/template.css

    at line 1116 . . .

    #ja-footlogo {
    background: url("../images/curl-bg-4.png") no-repeat scroll right top transparent;
    height: 85px;
    left: 12px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 220px;
    }

    If you do not want that element to display, simply add a “display: none” property to the CSS rule, as follows:

    #ja-footlogo {
    background: url("../images/curl-bg-4.png") no-repeat scroll right top transparent;
    height: 85px;
    left: 12px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 220px;
    display: none;
    }

    havas Friend
    #479491

    Hi,

    I’m working on a local server.

    I did what you said. However, it did not happen. Footer logo and comes sitename.

    What else can we do?

    Thanks…

    Saguaros Moderator
    #479833

    Did you try to clean JAT3 cache after making change?

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

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 11 years, 3 months ago.

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