hi
I have two questions, one relating directly to the blog index page and the other to the posts page.
For the index page, how is it possible to format the strikethrough on the blog title, if that is what it is called? It is the line that is directly before and after the blog title. The class ID shows h-landmark, but I don’t know what you call the line to change its color.
I tried .blog .h-landmark and also added :before and span:before to the code then added a color, but got no result.
The second question relates to putting a line break at a specified point in a post title. Some of the posts are long, things like full recipe names in English and Thai. I would love to be able to have the title break at a determined point. I read about adding something like the pipe symbol | which is not meant to be visible in html. Then you use CSS to indicate that this symbol is to be replaced by <br>
. I have not had any success trying it that way and I wonder what you could suggest to help break long lines. I added the | and it showed up online in the title, rather than being invisible.
URL is feastthailand.com/blog and you will see a number of the posts have quite long titles.
Thanks in advance