- Posts: 5
COMMUNITY FORUM
Why the font look weird?
- vicky lee
-
Topic Author
- Offline
- New Member
Less
More
13 years 7 months ago #100278
by vicky lee
Why the font look weird? was created by vicky lee
can anyone help why the font looks weird?
thanks a lot.
regards,
vicky
thanks a lot.
regards,
vicky
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 7 months ago #100279
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic Why the font look weird?
Hi vicky,
Can we have a link to your site if its up?
Can we have a link to your site if its up?
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- vicky lee
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
13 years 7 months ago #100280
by vicky lee
Replied by vicky lee on topic Why the font look weird?
can anyone help me on this??
thanks a lot
thanks a lot
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 7 months ago #100281
by william white
Replied by william white on topic Why the font look weird?
Looks like list-style bullet points to me
Long discussionhere on how to fix with class suffix
Long discussionhere on how to fix with class suffix
Please Log in or Create an account to join the conversation.
- vicky lee
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
13 years 7 months ago #100282
by vicky lee
Replied by vicky lee on topic Why the font look weird?
erm.. i think that is not related with class suffix.. only appear in the page that i used with K2
i am really need help in this problem.
thanks a lot
i am really need help in this problem.
thanks a lot
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 7 months ago #100283
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic Why the font look weird?
Can you share the link to your site ?
vicky lee said:
erm.. i think that is not related with class suffix.. only appear in the page that i used with K2
i am really need help in this problem.
thanks a lot
vicky lee said:
erm.. i think that is not related with class suffix.. only appear in the page that i used with K2
i am really need help in this problem.
thanks a lot
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- vicky lee
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
13 years 7 months ago #100284
by vicky lee
Replied by vicky lee on topic Why the font look weird?
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 7 months ago #100285
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic Why the font look weird?
Hi vicky lee,
Its the ul li css value from you template's css file. It's loading a bg image. You need to delete the background url values in both this css files.
1. choongkamkow.com/templates/ja_lead/css/colors/handwritten_li... (line 27)
ul li { background: url("../../images/handwritten_light/bullet.gif") no-repeat scroll 20px 6px transparent;
}
2. choongkamkow.com/templates/ja_lead/css/template.css (line 171)
ul li { background: url("../images/bullet.gif") no-repeat scroll 20px 6px transparent;
padding-left: 30px;
}
Its the ul li css value from you template's css file. It's loading a bg image. You need to delete the background url values in both this css files.
1. choongkamkow.com/templates/ja_lead/css/colors/handwritten_li... (line 27)
ul li { background: url("../../images/handwritten_light/bullet.gif") no-repeat scroll 20px 6px transparent;
}
2. choongkamkow.com/templates/ja_lead/css/template.css (line 171)
ul li { background: url("../images/bullet.gif") no-repeat scroll 20px 6px transparent;
padding-left: 30px;
}
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- vicky lee
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
13 years 7 months ago #100286
by vicky lee
Replied by vicky lee on topic Why the font look weird?
great!! it's work!! thanks a lot!!
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 7 months ago #100287
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic Why the font look weird?
You're welcome :) Glad it did...
K2 Rocks \m/
Please Log in or Create an account to join the conversation.