Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #388733

    Hallo,

    wie kann ich über quick css der Bullet List sagen, dass sie zwar fette Bullets aber für den Text den Default Font verwenden soll? Danke im Voraus.

    Viele Grüße
    Werner

    #389165

    Hi Werner!

    Thank you for using Enfold.

    I’m not sure if I understand the inquiry correctly but if you want to change the bullet points of the list element, add this on Quick CSS:

    ul.disc, .entry-content-wrapper ul {
    list-style: square outside;
    }

    Refer to this link for more list styles option: http://www.w3schools.com/cssref/pr_list-style-type.asp

    Cheers!
    Ismael

    #390602

    Hi Ismael,

    thank you for your answer. No, I dont want to change the bullet points into square. I need to change the font in the bullet list into the default font. As it looks like the default font of my website.

    Cheers!
    Werner

    #391235

    Hey!

    Alright. Please try this on Quick CSS:

    .entry-content-wrapper div li {
    text-indent: 0;
    font-family: Istok Web;
    color: #919792;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    }

    Cheers!
    Ismael

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