how to change bulletpoints in overall website

Home Forums Jevelin Theme how to change bulletpoints in overall website

Home Forums Jevelin Theme how to change bulletpoints in overall website

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Steen010
    Participant

    Hi there,

    My bullet points text, width, line-heights are way of.

    Do you have custom css to fix this for all pages? I tried to fix it already through custom css, but it looks like something is already overwriting how the bullet point should act.

    check website

    Solution for this topic

    Hi @Steen010,

     

    I hope you are well today and thank you for your question.

     

    You can style it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    #page-container ul li {
        line-height: 30px;
    }

     

    Best regards,
    Shufflehound team

    Steen010
    Participant

    Thanks guys. That worked nicely!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)