bullets not showing

Home Forums IT Consultant Support bullets not showing

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #71105
    JustinJustin
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: April 24, 2017

    Another page is “resources” – it doesnt show up in desktop site, but on my phone they do show up but do not make sense. Can you check into this?

    Thanks.

    #71128
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Justin,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Chris

    #71139
    JustinJustin
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: April 24, 2017

    https://mbabizsoutions.com

    There are multiple pages that do not properly show bullet points…

    #71140
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Justin,

    your website url is not open.

    Regards
    Chris

    #71152
    JustinJustin
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: April 24, 2017

    What does that mean? you cannot access my page? do you want the login credentials? can you message me privately then?

    #71153
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Your website URL is not working. so kindly send us the valid url.

    Check this link:
    https://drive.google.com/file/d/0B3PB797r1wejMlFvcGRJbDlFREk/view?usp=drivesdk

    Regards,
    Chris

    #71158
    JustinJustin
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: April 24, 2017

    I just checked… It is working:
    mbabizsolutions.com

    #71163
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

    #71172
    JustinJustin
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: April 24, 2017

    http://imgur.com/a/mHqvc

    #71176
    JustinJustin
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: April 24, 2017

    This was the only one I could find. THe rest actually do show up from a different computer, but not as the admin when I publish a page for some reason.. Oh well.

    #71180
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .entry-content ul li {
        list-style: outside none none;
        position: relative;
    }
    .entry-content ul li::after {
        background: #000 none repeat scroll 0 0;
        border-radius: 100%;
        content: "";
        height: 6px;
        left: -15px;
        position: absolute;
        top: 10px;
        width: 6px;
    }

    Regards,
    Chris

    #71185
    JustinJustin
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: April 24, 2017

    There are more bullets not showing up. for instance:
    http://imgur.com/a/Y1y7I
    http://imgur.com/a/nfpBu

    Why does this happen?
    I would prefer to understand myself than to go take screen shots and paste code.

    #71189
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .entry-content ul li::after {
        content: "";
    }

    Regards,
    Chris

    #71195
    JustinJustin
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: April 24, 2017

    I did add the code, but the pages still do not show the bullets…

    #71223
    JustinJustin
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: April 24, 2017

    Any update?

Viewing 15 posts - 1 through 15 (of 17 total)
  • You must be logged in to reply to this topic.