Hey guys,
I want to remove the side arrows that click to other projects on my portfolio page.
Website: ccyran.com
Here’s a page that shows it for example:
Thank you,
Chris
Hey ccyran,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-post-nav {
display:none;
}
Best regards,
Vinay
Awesome thank you!
I have one last question, if I did want to display it…
1.is there quick CSS to change how the image inside of it looks?
2. Is there quick CSS to remove the image altogether, but keep the text?
Hi,
1. not really it is from the next post.
2. Yes
.entry-image {display:none !important; }
Best regards,
Mike
Hey Mike,
For #1, sorry I meant in terms of the layout. Right now it’s doing this weird oval thumbnail shape. I’d rather is be a square..
Thanks!