Topic Resolution: Resolved
  • Closed
  • simplifysb
    Spectator
    March 8, 2016 at 2:24 am #25166

    When I go to add text to a page and select the bullet option, it shows up when I am in Edit mode but when I go to preview it on the page, the bullets do not show up.

    I am using the ALORA theme and am very frustrated.

    Here is a link to a sample page where bullets should appear…
    http://b24.e55.myftpupload.com/daniel-bryant-treatment-center/

    Here is an example of what the text looks like…

    • Matrix A: Family Referred Clients
      Minimum of 18 Weeks, 90 minute groups 2x/week
      Down Payment of $172

      I would really appreciate any support or guidance on this.

    Denzel Chia
    Moderator
    Posts: 2656
    March 9, 2016 at 12:56 am #25205

    Hi,

    Use the following in Theme Options -> Custom CSS

    .post-content ul {
    list-style-type: square !important;
    margin-left: 15px !important;
    }

    Thank you

    simplifysb
    Spectator
    Posts: 1
    March 9, 2016 at 2:52 am #25210

    THANK YOU!! That worked.

    Denzel Chia
    Moderator
    Posts: 2656
    March 10, 2016 at 1:12 am #25240

    You are welcome.

    Chris Birchall
    Spectator
    Posts: 6
    March 28, 2016 at 12:30 am #25965

    Hi Denzel

    I have the same issue. However the above does not work for me.

    http://ruthinpwllglasgc.uk/wp/?page_id=71

    WordPress 4.4.2 running alora theme 2.7.7

    Can you help?
    Chris

    Linda K Muterspaugh
    Spectator
    Posts: 5
    March 28, 2016 at 5:52 pm #25973

    Is there a way to change the icon that is used for the bulleted lists? I inserted the custom CSS you provided to simplifysb but it did not change the style of the bullet, which is a pale grey sideways caret – a little too delicate for my purposes.

    Denzel Chia
    Moderator
    Posts: 2656
    March 29, 2016 at 2:04 am #25998

    Hi Chris and Linda

    Please open a new thread for every request you make, this is to avoid confusion.
    https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/

    To Chris,

    The css code works on your site.
    You need to copy it properly in to Theme Options -> Custom CSS
    If you are still unable to get it to work, check your other custom css codes for syntax error.
    .post-content ul {
    list-style-type: square !important;
    margin-left: 20px !important;
    }

    To Linda,

    Other than square, there are a few choices.
    You can refer to this list.
    http://www.w3schools.com/cssref/pr_list-style-type.asp

    Thank you

    Chris Birchall
    Spectator
    Posts: 6
    March 30, 2016 at 6:43 pm #26065

    Thank you Denzel.

    Spotted it! It was a { instead of a } on the previous code.

    Cheers.
    Chris

    Denzel Chia
    Moderator
    Posts: 2656
    March 31, 2016 at 2:38 am #26087

    You are welcome!