Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • docstor01 Friend
    #193415

    Hi there,
    How do I turn off or remove the JA Cloris logos from the menu bar and the footer thanks.

    pavit Moderator
    #517177

    Hi

    To remove your logo you can manually add an instruction to this file /templates/ja_cloris/css/template.css around line 610

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    height: 185px;
    width: 100px;
    display: none; Add this part of code
    }

    To remove it from the footer you need to check in the same file but around line 895

    #ja-footer .ja-sublogo a {
    background: url(../images/logo.png) no-repeat 0 0;
    display: block;
    height: 185px;
    text-indent: -999em;
    width: 100px;
    display: none; Add this part of code
    }

    docstor01 Friend
    #517179

    Thanks for your quick reply.
    I also meant to ask if I wanted to turn off the ‘Back on Top’ link at the bottom of the page where is that located
    Thanks

    pavit Moderator
    #517182

    Same file at line 913

    #ja-back-to-top a {
    background: url(../images/back-to-top.png) no-repeat 0 0;
    display: block;
    height: 549px;
    text-decoration: none;
    text-indent: -999em;
    width: 420px;
    display: none; /*Add this part of code*/
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  pavit 10 years, 3 months ago.

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