hi friends, help please, how to eliminate the transparency that is placed over the images in the portfolio, which does not allow me to click, THANKS
Hello Alberto,
Thanks for posting in!
To remove the transparency that is placed over the images in the portfolio, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-portfolio .entry-cover {
background-color: transparent;
}
We would love to know if this has worked for you. Thank you.
Hi, thanks, but when I clicked it, it did not redirect me, only the hidden friend, I want to eliminate it
Hello Alberto,
The code I gave only changed the background color to transparent. The code will not affect the click area within the portfolio item. I have investigated your site and it seems that a 3rd party plugin is causing it. You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
And could you please update to the latest versions?
Our latest versions are:
- X theme 6.5.5
- Cornerstone 3.5.4
This latest release contains fixes for several issues so be sure to check out the changelog (http://theme.co/changelog/).
_After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.-
Please let us know how it goes.
hello friend what I want is to eliminate “the white effect” on the background that does not allow to click when it occupies the whole image
Hey Alberto,
You can add the following code in the Theme Options > CSS to get rid of the white container:
.x-portfolio .entry-cover {
display: none;
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
thank you very much
Glad we were able to help you
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.