I'd like to remove the "Related Entries" section that appears below each portfolio page. How do I do this? Thank you!
Removing Related Entries from single Portfolio Item page
5 posts from 2 voices-
Posted 9 months ago #
-
Hi tamtamdesigns,
Try to add this code in Quick CSS or custom.css:
.single-portfolio .container > .hr.hr_flag, .single-portfolio .related-portfolio { display: none; }or:
.single-portfolio .container > .hr.hr_flag, .single-portfolio .related-portfolio { display: none !important; }Hope this helps. :)
Regards,
IsmaelPosted 9 months ago # -
Thank you, Ismael! It worked! However, now the portfolio pagination is off-balance. How do I adjust the padding of the pagination that is below the portfolio page? I'd like to add more padding to the bottom of it (perhaps 30 pixels) and to the top, too (30 pixels). Thanks!
Posted 9 months ago # -
P.S. While we're on the topic of the portfolio page, how do I decrease the size of the portfolio title? I looked through all the css and couldn't find the area to change it. Thanks, again! You've been great help!
Posted 9 months ago # -
Hi Cathe,
Try to add this code for the pagination:
.single-portfolio .post_nav { margin: 30px 0; }or
.single-portfolio .post_nav { margin: 30px 0 !important; }This will give 30px top and bottom.
For the portfolio title, just add this code:
.single-portfolio .portfolio-single-post-title { font-size: 24px; }or
.single-portfolio .portfolio-single-post-title { font-size: 24px !important; }Just adjust the font-size value. The default is 30px. :)
Regards,
IsmaelPosted 9 months ago #
Reply
You must log in to post.














