Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1413719

    Hi Enfold
    How do I change bullet points to letters as / small caps

    Thanks ;)

    #1413751

    Hey Alan,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-2 ol {
      list-style: lower-alpha;
    }

    Best regards,
    Rikard

    #1413823

    Hey Rikard
    Great got on the homepåage, is it possible to have this on all pages ?

    Thanks ;)

    #1413899

    Hi Schmidtgrafisk,

    You can make Rikard’s code global by changing it to:

    #top ol {
      list-style: lower-alpha;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1413930

    Great, thanks ;)

    #1413971

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.