• socialmediavine

    (@socialmediavine)


    I’ve searched through the other topics on bullets not showing but have not been able to resolve my problem either because it’s a different problem; the code used in my theme is different; I wasn’t doing it right; wasn’t doing it in the right place – I don’t know =( and I’m so frustrated.

    Bullets are not showing on my posts, the regular ones or the extra indented ones.

    Site is at http://www.socialmediavine.com/blog

    -sidenote I also can’t figure out how to change the font size of the post text (it’s a little too small for me, have tried changing the font all over the style sheet but doesn’t seem to make a difference).

    I don’t know what you need to help? Copy of my stylesheet? I’ll try to paste it below but I’m not sure if the page will strip it.

    /*
    Theme Name: SimpCalar
    Theme URI: http://2ruby.org/project/wptheme-simpcalar/
    Description: A very simple and colorful theme, suit for girls.
    Version: 2.6
    Author: Ruby
    Tags: pink
    Author URI: http://2ruby.org/
    */

    [Moderated: Too much code. Please consider placing the code in a text file on your site with a link here -or- use a pastebin service such as http://wordpress.pastebin.com. Thanks!]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter socialmediavine

    (@socialmediavine)

    I tried that link to the pastbin but got this error:

    Warning: mysql_pconnect(): Access denied for user: ‘pastebin@localhost’ (Using password: YES) in /home/pastebin/lib/pastebin/mysql.class.php on line 44
    Unable to connect to database

    Is that an error on my end or wordpress? *ugh* so frustrated. I’m going to LOVE whoever helps me forever and ever and ever!

    frankmacdonald

    (@frankmacdonald)

    il help you seeing as im not doing anything particularly interesting at the moment.

    Problem: how to change the font size of the post text

    Solution:

    1.open ur stylesheet

    2. find this code:

    .post_content {
    line-height:18px;
    text-align:left;
    }

    Remove line-height:18px; compleatly.

    3. find this code:

    body {
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:24px;
    }

    4. change font-size:24px; to edit the font size.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bullets not showing’ is closed to new replies.