The bullets are showing up fine in the editor, but when I view it as a web page on the website... Nothing. No Bullet points. Please see attatched screenshots.
I got it to work by adding the circle style to the style.css sheet. Only problem now is that bullets are showing up on my drop downs for my main menu. Anyway to stop this?
The bullets are showing up fine in the editor, but when I view it as a web page on the website... Nothing. No Bullet points. Please see attatched screenshots.
You can go in text mode in WP editor and add inline style list-style-type for each <li>
http://www.w3schools.com/cssref/pr_list-style-type.asp
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Those are already in the code.... And its not working.. See sreenshot
Hi, you should add CSS inline style list-style-type for each <li>
More info about the list-style-type CSS attribute:
http://www.w3schools.com/cssref/pr_list-style-type.asp
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Okay gotcha.
I got it to work by adding the circle style to the style.css sheet. Only problem now is that bullets are showing up on my drop downs for my main menu. Anyway to stop this?
Excellent, now undo the change in style.css
and add the styles only for that specific page in theme options -> styling options -> custom css
.page-id-750 li {
list-style: circle;
}
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy