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

    I need to have from css 2 colors of bullets (list style)

    #1004488

    Hey LuizBase,
    If I understand correctly, you need 2 list style colors?
    Which colors do you want and what classes do you need to be, that is I assume you will add classes to them to choose where they will go.
    Can you link to the page they will be on so we can see the classes?

    Best regards,
    Mike

    #1005809

    I modified the color that way:

    ul {list-style: none !important;}

    ul li:before {
    position: relative;
    top: 4px;
    margin-right: 7px;
    content: “\2022”;
    font-size: 25px;
    color: #FF7A6E;
    line-height: 0;
    text-align: left;
    }

    In certain places of the site I need the color orange, in some places I need the color black

    #1005819

    Hi,
    Thanks for the links, it seems that you have it sorted out by using the “bullet-laranja” class for the orange bullets and letting the default color show for the black ones.
    Did you still have a question about this?

    Best regards,
    Mike

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