-
AuthorPosts
-
May 2, 2008 at 4:03 pm #128160
I to use tem JA_Barite and I want delete brick below property link. Image bowl color violet. Please help me.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 3, 2008 at 9:41 am #247610Hi 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;
}
May 4, 2008 at 6:57 am #247675Thank alo’t
May 5, 2008 at 8:44 am #247789I 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 6, 2008 at 4:58 pm #247977Hi 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;
}
AuthorPostsViewing 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
Please help me.
Viewing 5 posts - 1 through 5 (of 5 total)