Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Fernando Friend
    #122713

    Can anybody pls tell me how to remove the underline from images in this template.

    Thank you!

    Ferns

    swemmel Friend
    #229418

    Hi Ferms,

    Open your template’s CSS-file and look for this code:


    img.border {
    padding: 1px;
    border: 1px solid #CCCCCC;
    margin: 5px 0 2px 2px;
    }

    Try changing it as follows:


    img.border {
    padding: 1px;
    border: none;
    margin: 5px 0 2px 2px;
    }

    Kind Regards,

    Peter

    zapublishing Friend
    #232871

    I have tried this fix but it doesn’t work.

    I changed the the following code:
    <blockquote>
    #ja-header a {
    }
    </blockquote>

    to

    <blockquote>
    #ja-header a {
    border-bottom: none;
    }
    </blockquote>

    This removed the hyperlink lines from the header banner and the main site header.

    However, I still can’t get the hyperlink lines to disappear from images that are links in the general layout.

    Any help would be appreciated. Thanks.

    vreuters Friend
    #237330

    hi, anyone knows how can this be done? i would like to remove the line on all links (image and text)

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

This topic contains 4 replies, has 4 voices, and was last updated by  vreuters 16 years, 9 months ago.

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