Connect Theme: Portfolio Page Template Issue

  • Unknown's avatar

    I am having an issue with the Connect theme on the portfolio project pages. I am not using an image at the top, so I end up with hyperlinks appearing in the middle of the text. I would like those to go at the bottom of the page.

    Here’s a sample of the issue
    http://annamlorch.com/portfolio/marriott-rewards-asia-growth-strategy/

    Here’s the CSS I tried to use to fix the problem. I only managed to get rid of the hyperlink and push non-operating arrows to the bottom of the page. I’ve taken out the CSS adjustment so that you can see what the original problem in the first place.

    .portfolio-nav .previous-post a {
    display: none;
    }

    .portfolio-nav .next-post a {
    display: none;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, although the following CSS will remove the arrows and the next/previous links, I would suggest posting in the Connect Theme support forum here where you have access to the theme developer and have them look into this and correct it for sites that use the Portfolio, but do not use a featured image.

    .portfolio-nav .next-post, .portfolio-nav .previous-post {
        display: none;
    }
  • The topic ‘Connect Theme: Portfolio Page Template Issue’ is closed to new replies.