Is it possible to choose a dynamic template for a portfolio item? If it's not, how do I change the heading background color and remove the breadcrumb navigation?
Assign dynamic template to a portfolio item
4 posts from 2 voices-
Posted 9 months ago #
-
Hi,
You want to edit the single-portfolio view? Is that correct?
To remove the breadcrumbs.
.single-portfolio .breadcrumb.breadcrumbs.avia-breadcrumbs { display: none; }By heading you mean the main header? or the title container? Just include the .single-portfolio to your css to filter out the other pages.
Regards,
IsmaelPosted 9 months ago # -
Sorry, I mean the title container
Posted 9 months ago # -
Hi jvgamir,
Try to add this code:
.title_container .main-title { background: red; }Hope this helps. :)
Regards,
IsmaelPosted 9 months ago #
Reply
You must log in to post.














