This topic has 2 voices, contains 14 replies, and was last updated by Jeremy Clark 77 days ago.
| Author | Posts |
|---|---|
| Author | Posts |
| February 8, 2012 at 10:52 am #1897 | |
|
AdminKim |
Ever since the upgrade, bullets aren’t showing in my posts. Help please Here is an example….all the indented/color coded lines are bullets in my post….I can see them when making the post but not when it’s published http://frontpagefreebies.com/2012/02/03/cvs-ad-scan-ecb-deals-2-5-2-11/ |
| February 9, 2012 at 3:09 pm #1898 | |
|
Jeremy Clark |
You’ll need to add this to the custom css html > body .entry ul {
list-style: disc outside none; } |
| February 16, 2012 at 12:24 pm #1899 | |
|
AdminKim |
This didnt work. We did what you said to do and the bullets still arent showing |
| February 16, 2012 at 12:58 pm #1900 | |
|
Jeremy Clark |
I’m not seeing the code on the site. Do you have any caching plugins, if so you might need to flush the cache for the changes to show up. |
| February 17, 2012 at 5:57 pm #1901 | |
|
AdminKim |
How do I add a screenshot? The code is placed in the main CSS file. The person who does the coding says there is no custom CSS file. Is there a special place to put this? This isnt working |
| February 19, 2012 at 4:39 am #1902 | |
|
Jeremy Clark |
You’ll need to upload the image somewhere and link back to it in the post. The custom css is Under the Appearance -> Techozoic settings. Then there is a CSS tab where the css can be pasted. |
| February 19, 2012 at 3:29 pm #1903 | |
|
AdminKim |
I still have no bullets |
| February 21, 2012 at 10:36 am #1904 | |
|
Jeremy Clark |
I see the problem the new options panel is escaping the css. This should work then. body .entry ul {
list-style: disc outside none !important; } |
| February 21, 2012 at 4:20 pm #1905 | |
|
AdminKim |
Ok. The bullets are back, but they aren’t indented. How can we fix that? |
| February 22, 2012 at 3:58 am #1906 | |
|
Jeremy Clark |
body .entry ul li{
margin-left:10px; } |
| February 23, 2012 at 12:32 pm #1907 | |
|
AdminKim |
That has been added but the bullets still aren’t indented |
| February 26, 2012 at 9:20 am #1908 | |
|
AdminKim |
Any clue? |
| February 26, 2012 at 12:35 pm #1909 | |
|
Jeremy Clark |
This last code hasn’t been added to the custom css body .entry ul li{
margin-left:10px; } |
| February 29, 2012 at 2:44 pm #1910 | |
|
AdminKim |
The code is there…still not working Here is a screenshot |
| March 1, 2012 at 5:33 am #1911 | |
|
Jeremy Clark |
Ok it finally seems to be showing now. If the 10px isn’t enough you can try 20px. |
You must be logged in to reply to this topic.





