I would like the items titles to come on top of the items themselves. That would be ‘Catégories’ on top of ‘Communication’, and ‘Caractéristiques Techniques’ on top of the list above, both with the border underneath.
I believe I should edit the CSS but I’m not sure what to change and how.
Hi! you´ll need to go to your theme folder and in the file single-portfolio.php look for line 69-70 and replace them with: http://pastie.org/9101051
This will change the order of the description and the category.
Then, look for line 80 and 81 and replace them with: http://pastie.org/9101055#
This will change the order of the list and the label.
Hi,
I needed to do the same, and I have been successful in changing the labels, except for the “Visit Website” button, “Previous Project” and “Next Project”.
I have a child theme set up, and I looked through loop-portfolio.php and other portfolio theme files, but I didn’t find these.
Also, I have a 2nd change I’d like to make on the portfolio section. I’d like to have separate pictures for the thumbnail on the main portfolio page, and then on the full single portfolio display page. Is that possible?