Can’t figure out CSS to hide only the meta date on mouse over for items on this page:
https://www.kierashengabel.com/full-portfolio/
Thx, Cory
Can’t figure out CSS to hide only the meta date on mouse over for items on this page:
https://www.kierashengabel.com/full-portfolio/
Thx, Cory
Hey Cory,
Thanks for reaching out!
You can use this CSS code to hide the meta date.
.x-portfolio .entry-cover-content span:last-child {
display: none;
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps and thank you for understanding.
Thank you - that worked! Same site - anoterh question -
Home page - when you first land and scroll - the right scroll bar take the whole screen (see grab). You have to swipe a couple of times - then the “regular” scroll bar shows up. I know I’ve seen this before, and I think it had to do with negative section margins or set heights for sections. As best I can tell -none of those are in place. Any help?
Hello Cory,
The issue on the homepage could be related to this thread:
Use the code on the last thread response to get your issue resolved.
Kindly let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.