Showing 1 – 1 of 1 replies
kdesign2019

I need to change the content on my […]

kdesign2019 PURCHASED
5 years ago
I need to change the content on my portfolio pages. How do I add and fill in content for these pop outs? They seem to have only two portfolio-modal's? I can change photos but not content (#portfolio-modal-1 & #portfolio-modal-2)

Thanks

<div class="col-sm-4 portfolio-item graphic">
<a href="#portfolio-modal-2" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<h3><i class="fa fa-search fa-2x"></i>
</h3>
</div>
</div>
<img src="assets/img/demo-portfolio/2.jpg" class="img-centered" alt="">
</a>
</div>
BlackrockDigital
2 years ago
Yes the content is able to be changed, you would simply need to add, edit, or remove the content within those classes. If adding new items, make sure that the data attributes that activate the portfolio modals match the ID's on the modals themselves.