Remove entry-meta from scroll over option in Pictorico theme
-
Hi there,
I have removed the entry-date and entry-type from the scroll over pop up on my homepage. However there is a small grey box in the top left corner of each scroll over that I am having difficulty removing.
I have tried but it doesn’t seem to work:
.entry-meta {
display: none;
}I still want the title of the blog post to appear on scroll over (e.g. on my website the location e.g. New York City)
Many thanks in advance
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Give this a try:
.home .site-content .entry-meta, .archive .site-content .entry-meta, .search .site-content .entry-meta { display: none; }Let me know how that works!
- The topic ‘Remove entry-meta from scroll over option in Pictorico theme’ is closed to new replies.