• Resolved Michael D. Austin

    (@blueplanetalmanac)


    Hey, WordPress-ites:

    At my https://BluePlanetAlmanac.com (WordPress.com) site, the Sidebar Widget displaying “Good News!” displays bullets before each item, making quick reading easy. Ocean Mist theme 1.2 there.

    At my test site https://www.BorrowedPlanet.org (www.ads-software.com), the Ocean Mist 2.0 Sidebar Widget doesn’t display bullets. Can someone tell me what to change and where to insert bullets?

    Thanks very much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • in your default.css file on lline 120 find the following . . .

    #subCol ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;}

    Change the list-style-type:none; to list-style-type:disc;

    Thread Starter Michael D. Austin

    (@blueplanetalmanac)

    Thanks, nsathees. Did that but it didn’t work. There’s only one location for default.css, right?

    in default.css, change these lines from this:

    #subCol li {display: block; clear: both;}
    #subCol ul {list-style: none;}
    #subCol ul ul ul {padding: 0;}

    to this:

    #subCol li { clear: both;list-style-type:none;}
    #subCol ul {list-style: none;}
    #subCol li.widget li {list-style-type:disc;}
    #subCol ul ul ul {padding: 0;}

    to see the effect, you may need to refresh the browser cache by pressing CTRL F5 ??

    Thread Starter Michael D. Austin

    (@blueplanetalmanac)

    Thanks, alchymyth! That worked. May the road rise to meet you!

    hikingdenver

    (@hikingdenver)

    Hello Blue Planet…nice site. I am using Ocean Mist too and am pretty new to the whole thing. Just wondering which Twitter Plug-in you used? It seems to work really well…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar Widget Weirdness Ocean Mist 2.0 Theme’ is closed to new replies.