Hi,
How can I remove the box shadows on the portfolio pages? I'm using the velvet theme with minimal skin.
Second question: in the same portfolio boxes: can I remove or change the text ' read more'?
box shadows portfolio pages
4 posts from 3 voices-
Posted 1 year ago #
-
Hey,
1) Open up css/custom.css and add following code:
.template-portfolio-overview .post-entry { box-shadow: none; }2) In includes/loop-portfolio.php search for following code and replace the "read more" text
echo '<a class="more-link" href="'. get_permalink().'">'.__('Read more →','avia_framework').'</a>';Posted 1 year ago # -
Thanks, it worked: pasted the box-shadow adjustments in 'quick css'.
Posted 1 year ago # -
Glad Dude could help you :)
Posted 1 year ago #
Reply
You must log in to post.














