When scrolling to the bottom of the portfolio page, the screen is slightly blacked out and text comes up saying "next case study" and "explore Iceland" on a layer right on top of that. When scrolling downward, I just need the next portfolio item to automatically initiate a load when scrolling all the way to the bottom without having to click any buttons to go to the next portfolio item. Please help.
I think is a good approach but but that requires significant custom work. Implying automatically loading the next item when the next section is in the scroll view.
- Is there a way to remove the dark overlay on the next portfolio item or set the overlay to 0%
- Remove the text "Next Case Study" and only have the next portfolio item name
- What is the CSS ID Selector of the next portfolio item title name so when it is clicked (to initiate the load), I can style it as I prefer it to look.
I'm sorry if I can't fix this issue, I will need to get refunded and try a different theme. I can't have any overlays or text covering my photos.
http://preview.themeforest.net/item/pegasus-showcase-portfolio-wordpress-theme/full_screen_preview/16963348?_ga=1.78272724.1731737510.1486219051
When scrolling to the bottom of the portfolio page, the screen is slightly blacked out and text comes up saying "next case study" and "explore Iceland" on a layer right on top of that. When scrolling downward, I just need the next portfolio item to automatically initiate a load when scrolling all the way to the bottom without having to click any buttons to go to the next portfolio item. Please help.
I think is a good approach but but that requires significant custom work. Implying automatically loading the next item when the next section is in the scroll view.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Okay well:
- Is there a way to remove the dark overlay on the next portfolio item or set the overlay to 0%
- Remove the text "Next Case Study" and only have the next portfolio item name
- What is the CSS ID Selector of the next portfolio item title name so when it is clicked (to initiate the load), I can style it as I prefer it to look.
I'm sorry if I can't fix this issue, I will need to get refunded and try a different theme. I can't have any overlays or text covering my photos.
- add in theme options -> styling options -> custom css
#project_next .overlay {
background-color: transparent !important;
}
to remove the dark overlay
.np-view {
display: none;
}
to remove next case study
.project-link .np-name is the selector
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy