Archived topic
how to add image after ?
17 replies · Started by eran on November 21, 2022
Hi Eran,
No, Google won't read it as a list because HTML-wise, it isn't.
Sorry, we missed this WordPress setting, but if you're using the WordPress List Block, you can press CTRL + Enter or Command + Enter for a new space, then, on the toolbar, click on the dropdown icon. Select inline image to insert an image.
I did it, but I have a bullet next to the image.
I add the link in the private message
You will need to select the List item, and in Advance > Additional CSS Class(es) add: no-bullet
Then add this CSS to your site:
.no-bullet {
list-style: none;
}