Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • concatne Friend
    #128160

    I to use tem JA_Barite and I want delete brick below property link. Image bowl color violet. Please help me.


    1. giaidap
    Sherlock Friend
    #247610

    Hi concatne !
    It’s best if you can send link of you site . You must delete “text-decaration: underline;” property in css file , You can find it in code :


    a {
    text-decoration:underline;
    }

    concatne Friend
    #247675

    Thank alo’t

    concatne Friend
    #247789

    I who defered to guideline your but still impossible that you can gladden guideline give help to Me. Thank you for full .Still this is my web site http://www.kontumnet.com/home

    Sherlock Friend
    #247977

    Hi concatne !
    You want delete underline in section/category title on janews module ?
    You do this by way :
    open ja-news.css file in modules/mod_janews/ja_news folder , find code section at about line 49:


    a.ja-newscat, a.ja-newscat:hover, a.ja-newscat:active, a.ja-newscat:focus {
    border-bottom:1px solid #CC0000;
    display:block;
    font-family:Cambria,"Times New Roman",Times,serif;
    font-size:125%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    margin:0pt 0pt 5px;
    position:relative;
    }

    change it to :


    a.ja-newscat, a.ja-newscat:hover, a.ja-newscat:active, a.ja-newscat:focus {
    border-bottom:1px solid #CC0000;
    display:block;
    font-family:Cambria,"Times New Roman",Times,serif;
    font-size:125%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    margin:0pt 0pt 5px;
    position:relative;
    text-decoration:none;
    }

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

This topic contains 5 replies, has 2 voices, and was last updated by  Sherlock 16 years, 6 months ago.

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