Hello,
I have a problem with Bullet and Numbering in Joomla content. I have inserted several bullets and numbers in the content but it doesn't show at all at front end.
This is the link : http://adudu.cloudaccess.net/index.php/department
ol, ul{
list-style: disc outside none !important;
}
ol, ul {
list-style: none;
}
ul { list-style:none}
ul.actions, #gk-menu > ul{
list-style: none;
}
ul.actions, .gk-menu > ul{
list-style: none;
}
div.gk-menu > ul.level0 > li .childcontent .gkcol ul{
list-style: none;
}
ul, ol{
list-style-position: inside;
}
ul, ol{
padding-left: 2em!important;
}
Don Lee wrote:Sorry I gave you wrong code, here is the correct one:
- Code: Select all
ul.actions, .gk-menu > ul{
list-style: none;
}
Please try again and let me know if it helps.
ol, ul {
list-style: none;
}
ul { list-style:none}
ul.actions, .gk-menu > ul{
list-style: none;
}
div.gk-menu > ul.level0 > li .childcontent .gkcol ul{
list-style: none;
}
ul, ol{
padding-left: 2em!important;
}
Don Lee wrote:Ok here you go:
Open file /templates/gk_corporate2/css/reset/meyer.css
Remove:
- Code: Select all
ol, ul {
list-style: none;
}
Open file /templates/gk_corporate2/css/template.css
Remove:
- Code: Select all
ul { list-style:none}
Add this code to CSS Override:
- Code: Select all
ul.actions, .gk-menu > ul{
list-style: none;
}
div.gk-menu > ul.level0 > li .childcontent .gkcol ul{
list-style: none;
}
ul, ol{
padding-left: 2em!important;
}
Don Lee wrote:Hi prh,
Can you please give me your site link to see the problem and check?
thanks,
d2dpcs wrote:Don Lee wrote:Hi prh,
Can you please give me your site link to see the problem and check?
thanks,
I made all the changes you summarized a couple posts ago. I have the same issue. I'll PM you my login info.
list-style-type: none;
Don Lee wrote:Hi Eric,
Open file /modules/mod_image_show_gk4/styles/gk_corporate2/style.css
Find this line to remove:
- Code: Select all
list-style-type: none;
Then it would look like http://easycaptures.com/fs/uploaded/587/3847833853.jpg
Let me know if it helps.
Don Lee wrote:Hi Eric,
I have asked you to provide a link to see the problem earlier and you gave me your homepage so I didn't know. Now please remove all the changes you have made then I will check further for your case.
Thanks,
.pagenav > li {
list-style: none!important;
}
.item-page > ul > li {
list-style: disc outside none !important;
}
Don Lee wrote:Thank you, please try this code:
- Code: Select all
.pagenav > li {
list-style: none!important;
}
.item-page > ul > li {
list-style: disc outside none !important;
}
Let me know if it helps.
.pagenav > li {
list-style: none!important;
}
.item-page > ul > li {
list-style: disc inside none !important;
}
Don Lee wrote:I'm sorry Eric, please change the code to:
- Code: Select all
.pagenav > li {
list-style: none!important;
}
.item-page > ul > li {
list-style: disc inside none !important;
}
I think it should work now.
Thanks,
Don Lee wrote:I have tried with Firebug and it really worked for me, can you please send me a PM to provide with your site backend access then I will try adding code for you?
Thanks,