Bullet Points Missing from Front Page – Nirvana Theme

  • Author
    Posts
  • #38200

    Hi

    We are trying to add bullet point on the front page of our website http://www.data-storage.co.uk. Our front page is setup as One column / No sidebar.

    I hope someone can let us know how to fix this issue.

    Many thanks

    Ray

    #38243
    Zed
    Cryout Creations mastermind

    Are you referring to the slider’s bullets or are you trying to make a bulleted list (which it appears to already work)?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #38386

    Thanks for replying. There are some bullet points at the bottom of the front page that are not displaying.

    #38387

    If you view the source you can see that there are a number of bullet list that are not displaying.

    #38524
    Zed
    Cryout Creations mastermind

    You need to investigate your custom styling. There’s a lot of styling that improperly uses !important and is general enough to apply all over the place:

    .page .entry-content li {
    	margin: 0 !important;
    }
    ...
    .entry-content ul {
        list-style-type: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Bullet Points Missing from Front Page – Nirvana Theme’ is closed to new replies.