• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Bulleted List In Front Page 3, 4 & 5

Home › Community Forums › Optimal Theme Support › Bulleted List In Front Page 3, 4 & 5

  • This topic has 1 reply, 2 voices, and was last updated 5 years, 4 months ago by Wes.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • January 29, 2018 at 11:13 am #22342
    Sarah
    Customer

    How do I get a bulleted list to show in Front Page 3, 4 & 5? Thank you for your help!

    January 29, 2018 at 7:45 pm #22359
    Wes
    Moderator

    Do you already have the HTML code added to your site?

    If you do, then you can add this to your CSS and it should enable the bullet/disk to show up (it’s disabled by default for li) –

    .front-page li {
        list-style-type: disc;
        margin-left: 40px;
    }

    That enables it for any time you use li on the homepage. If you use li on other parts of the front page and prefer to keep those without the bullets, then you can create a class and use that instead like this –

    HTML –

    <ul class="bullets"> 
        <li>text</li> 
        <li>text</li> 
        <li>text</li> 
    </ul>
    

    Then add this code to your CSS –

    .bullets li {
        list-style-type: disc;
        margin-left: 40px;
    }

    Let me know if that helps

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now →

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us →

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2023 · Appfinite · Built With The Genesis Framework