Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • josehenriquesnet Friend
    #157537

    Hello:

    How can I remove the black box with the name of the site in the footer of the template?

    Thanks

    aman204 Friend
    #367189

    Change this::

    #ja-footlogo {template.css (line 880)
    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;
    }

    to

    #ja-footlogo {template.css (line 880)
    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;}

    josehenriquesnet Friend
    #367192

    Thanks for your help, It did remove the box, but I still have the site´s name in small size. I would like to remove it completily. 🙂

    aman204 Friend
    #367194

    <blockquote>but I still have the site´s name in small size. I would like to remove it completily.</blockquote>

    You can add the similar display property here as done in above reference::

    #ja-footlogo a {template.css (line 890)
    background:none repeat scroll 0 0 #000000;
    border:1px solid #000000;
    color:#666666;
    display:block;
    font:32px/85px ArialNarrowBold,”Arial Narrow”,Arial,sans-serif;
    height:85px;
    text-shadow:0 -1px 1px rgba(0, 0, 0, 0.75);
    text-transform:uppercase;
    white-space:nowrap;
    width:214px;
    }

    christofferl Friend
    #372440

    I have managed to get rid of the site name. However the big block area is still there. How can I get rid of it?

    See also attached image.


    1. ja_4a
    aman204 Friend
    #372581

    Hi christoffer,

    You can change this::

    #ja-footer .main-inner1 {template.css (line 896)
    padding: 12px 0 24px 240px;
    }

    to

    #ja-footer .main-inner1 {template.css (line 896)
    padding: 12px 0 24px 0;
    }

    christofferl Friend
    #372591

    It worked beatifully! Many thanks! 😎

    llmahan Friend
    #406273

    <em>@aman204 209056 wrote:</em><blockquote>Change this::

    #ja-footlogo {template.css (line 880)
    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;
    }

    to

    #ja-footlogo {template.css (line 880)
    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;}

    </blockquote>

    First, thank you for posting this solution. I have been trying to figure it out for awhile. I was able to find the code exactly where you said it would be…and was able to edit. But for some reason I am unable to save the changes. I am an administrator on my site with full privileges. Do you have any suggestions. Thanks in advance for your help.

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

This topic contains 8 replies, has 4 voices, and was last updated by  llmahan 12 years, 9 months ago.

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