bold and bullet points not working

Home Forums All Other Themes bold and bullet points not working

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #43585
    KarlyKarly
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 21, 2016

    I can’t get text to bold or bullet points to work on my site: http://www.propulsion.run – any suggestions on what’s going on/how to fix?

    Thanks,

    Karly

    #43609
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi Karly,

    I don’t think we have added any code to avoid it being bold.

    You should be able to have bolded text wherever you bold it.

    Also for bullets use:

    <ul>
    <li></li>
    </ul>

    type of code and see if that works for you.

    Regards,
    Shri

    #43624
    KarlyKarly
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 21, 2016

    Nope, the code still doesn’t work. It shows that there are bullet points in the text view, but then when I look at the actual page there are no visible bullet points and the text is just left justified. Other suggestions please?

    #43641
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly show us exactly on which page/URL where you applied bullet points.

    Regards,
    Shri

    #43654
    KarlyKarly
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 21, 2016

    this one: http://www.propulsion.run/personal-training-austin-texas/

    the text under “personal training packages include:” is supposed to be in a bullet point list. instead, it looks like that…

    #43762
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

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

    Add this code there:

    .entry-content > ul {list-style: inside none disc;}
    .entry-content > ul li { font-weight: bold; line-height: 30px;}

    Regards,
    Shri

    #43786
    KarlyKarly
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 21, 2016

    that still doesn’t work…take a look at the page now. it just made the text bold, but there are still not bullet points!

    #43787
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly add this as well in Custom CSS:

    .entry-content > ul {list-style: inside none disc !important;}

    Removing earlier this one: .entry-content > ul {list-style: inside none disc;}

    Regards,
    Shri

    #43825
    KarlyKarly
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 21, 2016

    nope, it still didn’t work. the text looks bold now, but there are no bullet points.

    #43874
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Send us WordPress admin details via sktthemes.net/contact

    Regards,
    Shri

    #44075
    KarlyKarly
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 21, 2016

    I just sent…thank you!

    #44077
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Thanks.

    #88726
    James ShisiahJames Shisiah
    Member
    • Topics: 2
    • Replies: 10
    • Total: 12
    Member since: November 28, 2017

    Hello, I have the same problem with list and bullet points, why don’t share a general solution for everyone?

    https://smarthomedecoration.com/festive-season-home-gift-ideas-surprise-loved-ones/

    #88728
    James ShisiahJames Shisiah
    Member
    • Topics: 2
    • Replies: 10
    • Total: 12
    Member since: November 28, 2017

    I sorted it out by directly changing this line in the styles

    from:
    ul{ list-style:none; margin:0; padding:0;}

    to:

    ul{ list-style:square; margin:0; padding:0;}

    #88745
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Okay cool.

    Regards,
    shri

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘bold and bullet points not working’ is closed to new replies.