0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Overide standard bullet points with a character...eg a "+" sign

  • Overide standard bullet points with a character...eg a "+" sign

    Posted 11 years 3 days ago
    • I have a client who wants to have all his bullet points look like Plus marks.
      I woudl like to do a global change to swap the "•" for "+"
      Anyone have a safe way to do this.

      Using RT Praxis as my base.... ;-)
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3244
    • Custom work done

    Re: Overide standard bullet points with a character...eg a "+" sign

    Posted 11 years 3 days ago
    • I'll stick to content as this is the most often used client side of Joomla.
      You can use these techniques at -> http://www.w3schools.com/css/css_list.asp

      The better method is to use the Fontawesome icon set that comes with Praxis.
      In your
      rt_praxis-custom.css <-{Click the LINK }
      file add this:
      ul, ol {
      	list-style: none !important;
      }
      li:before {
      	content: "\f067";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          text-decoration: inherit;
          padding-right: 4px;
      }
    • The following users have thanked you: edesigninc

Time to create page: 0.059 seconds