Feature list unintentially colored

Hi,
can you please tell me what to change:

  1. Color:
    if I want the feature lists in black and not in color. I don’t know why it suddenly changed the color.

  2. Alignment of the image
    if I want this image to be aligned with the others?

Thank you!

Hello Nimue,

Thanks for writing in!

Have you removed Here's what I've got section from the page as I don’t see the page? I also don’t see color issue on the page. Can you please confirm?

Thanks.

1 Like

Sorry, I had the same url twice so I needed to tweak it…
https://nimuefichtenbauer.com/how-to-make-a-vision-board-that-works/

Somehow it looks like a giant link encompassing the whole list, but I can’t find the issue!
Thanks a lot!
Nimue

Hi Nimue,

I have checked through the code inspector and the list is indeed wrapped in a link.

Perhaps in the backend, you have incorrectly closed an <a> tag which is why it covered the list as well so kindly double check the page content in Cornerstone and make sure that all the a tags are properly paired and closed.

If you are still not able to get it sorted, please provide us with the admin access to your site in a Secure Note:

I gave it to you :slight_smile:

Hi Nimue,

Thanks for providing the details.

I have checked in Cornerstone and the issue is caused by the HTML codes you have added to the images:

<a href=" https://nimue.krtra.com/t/OHvLXawGUlYf">
<img src=" https://nimuefichtenbauer.com/wp-content/uploads/PIN_COP_0010_04_how-to-make-a-vision-board.png " 
data-pin-id=""
data-pin-description=" Unleash the power of vision boards! Get your vision board template and free instructions. Discover how to easily outline and plan your inspiration board so you know how to create a vision board that works. #ownyourbrilliance #visionboard  #visionboardtemplate #howtomakeavisionboard "

alt="How to create a vision board that works – the power of vision boards" class="float_right_image_80" data-wp-editing="1" 
</a>

Please try getting rid of the unnecessary white spaces that are in the code for the first two vision board images like this:

<a href="https://nimue.krtra.com/t/OHvLXawGUlYf"><img src="https://nimuefichtenbauer.com/wp-content/uploads/PIN_COP_0010_04_how-to-make-a-vision-board.png" 
data-pin-id="" data-pin-description=" Unleash the power of vision boards! Get your vision board template and free instructions. Discover how to easily outline and plan your inspiration board so you know how to create a vision board that works. #ownyourbrilliance #visionboard  #visionboardtemplate #howtomakeavisionboard "alt="How to create a vision board that works – the power of vision boards" class="float_right_image_80" data-wp-editing="1"</a>

Hope this helps.

Yes Thank You!!!

You’re most welcome, Nimue.

It’s me again!

I deleted all the empty spaces. but the coloured text is still there. And it is there with or without the image.
So I please need your support in this case again.
Thank you

Hi Nimue,

Thank you for writing back. I checked your content and you did not close the image tag properly which was breaking the rest of the HTML markup. I went ahead and closed the img tag properly and the issue is now fixed. Please clear your browser’s cache and check your page now.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.