Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #820950

    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

    #820990

    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

    #820999

    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?

    #822224

    Hi,
    1. not really it is from the next post.
    2. Yes

    .entry-image {display:none !important; }

    Best regards,
    Mike

    #822250

    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!

    #822666

    Hi,

    Have you figured it out already? I am currently seeing only two images on your page and they are both not oval :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.