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

    On this page (let’s call it page 1), the bullets all appear in orange, as desired: https://whitehead-hancock.com/our-services/

    On this page (let’s call it page 2), into which I copied the code from page 1, the bullets appear in black: https://whitehead-hancock.com/careers/

    I made this section of page 1 into a template and imported it into page 2, and the orange bullets turned to black.

    Whenever I edit content (bullet text, not the

  • code) in blocks for page 1 and save and publish them, the bullets turn black.(see page 2).

    Can you take a look and see why this is happening and how I can permanently change all the bullets to the desired orange?

    I attempted to fix this by inserting the CSS mentioned here, https://kriesi.at/support/topic/bullet-points-change-color/, but it only added a second, smaller bullet (although they were orange, as I desire) to the right of the bullets you see in page 1 and page 2. So there were two bullets for each line item. Of course, that is not what I wanted. As an alternative, I could insert that CSS if you tell me how to eliminate the black (existing) bullets. I’d also like the code to result in larger bullets (more like the ones in my version).

    Thank you, as usual.

#1145413

Hey Arrastia,
Thank you for the links, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

#top .main_color li {
	color: #f05a1a !important; 
}

Then clear your browser cache and check.

Best regards,
Mike

#1145582

Hi Mike. That seems to have worked. Thank you!

#1145583

Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.

For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

Best regards,
Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing color of bullets in bulleted list’ is closed to new replies.