• Hi,
    I got some custom css to change the icons of my list using this code:

    .list li {
      margin-bottom: 10px;
    	position: relative;
      padding-left: 35px;
    }
    .list li::before {
      position: absolute;
    	left: -5px;
    	content: "\2726";
      margin-right: 5px;
      background-color: #F5F5F5;
      color: #EC6F74;
    	font-size: 80%;
      font-weight: bold;
      padding: 3px 8px;
      border-radius: 3px;
    }

    Now I would like to change the child element.
    O tried this:

    ul ul li::before {
    	color: black;}

    But not working, nothing changes.

    I’m using elementor for my post template.
    Thanks for your help!
    Denise

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Leo

    (@leohsiang)

    Hi there,

    Your entire site including the header and footer are all built with Elementor so the theme doesn’t have control over anything that I can see.

    Can you check with Elementor’s support team first?

    Thread Starter denise8a

    (@denise8a)

    Thhanks Leo!
    Let me give it a try!

    Leo

    (@leohsiang)

    Sounds good ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom list’ is closed to new replies.