Highlight special post in bloglist on starting page
-
I created the website for my tennis club. On the starting site (here page ID=40) there are some links to the actual themes followed by the blog list using the plugin ?content views“ (pt-view ID=0c7aab3kcx).
As additional feature I want to highlight the thumbnail of a special post (here post-14515) giving a thick red border with radius.
I found in a former post on this forum an instruction as additional CSS
.pt-cv-XX a[href=?INSERT_URL_OF_THE_POST_HERE“ ] { }
in my example I tried
.pt-cv-thumbnail a[href=”https://…URL_OF_POST-14515″%5D {
border: 10px #db3200 solid !important;
border-radius: 7px !important;
}But it doesn‘t work.
What‘s the correct CSS code?The page I need help with: [log in to see the link]
- The topic ‘Highlight special post in bloglist on starting page’ is closed to new replies.