Archived topic
Post Entry Tile Highlight
7 replies · Started by Srijith on September 19, 2021
Hello,
I would like to add a highlight to the post titles and links. An example is provided below.
https://www.thebalance.com/best-personal-finance-books-4154809
Could you let me know how to do this?
Regards,
Srijith Kariyattil
Hi there,
Try this CSS:
h1.entry-title {
background-image: linear-gradient(
0deg,#ddf9f5 20%,transparent 20%);
display: inline;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi,
This highlights the whole title horizontal area, whereas I would like only the text area to be highlighted. The highlight should stop when the text stops and not extend until the end of the title container.
Regards,
Srijith
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hi,
The affected page is mentioned below.
Regards,
Srijith
Edited the CSS here:
https://generatepress.com/forums/topic/post-entry-tile-highlight/#post-1935958
Hello Leo,
That helped. Thanks for the support..:)
Regards,
Srijith
No problem :)