Hello! I would like to remove the hover effect on the title of the single post pages,
I tried this, but it is not working:
.single h1.post-title.entry-title a {
pointer-events: none;
}
Also, I would like yo know how to set a maximum height of the magazine element?
Thank you very much!
Hey JuanjoBarasoain,
can’t see any hover effect on the image, so seems you could achieve it. Don’t forget to clear browser cache and hard refresh a few times.
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the image size in question (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.
Best regards,
Andy
Hello Andy! I’m not talking about the image but the TITLE of the post.
It becomes a lighter shade of green on hover, I want to remove that effect.
Thanks for your quickly reply!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_elegant-blog #top .post-entry .post-title:hover, .html_elegant-blog .avia-content-slider .slide-entry-title:hover {
opacity: 1;
}
Best regards,
Yigit
Hi Yigit! Thank you very much, it worked!
I think I will open a new thread to ask about the magazine element once I figure out what do I really need,
Best regards!