Viewing 5 reply threads
You must be logged in to reply to this topic.
hi,
right now in the homepage the portfolio heading is positioned to the left. how do i position it to the center? how do i also prevent the category from being displayed in the portfolio in the home page as well?
Hello,
Please add this code into your custom css box:
.home .portfolio-item.basic .show_text h6{
display:none;
}
to hide the categories of portfolio in home page. The heading looks centered (screenshot). Did you manage to fix it?
Let us know.
Best regards!
Hello,
That’s the portfolio item title. To center this, please add this code into your custom css box:
.portfolio-item.basic .show_text h5 {
text-align: center;
}
Best regards!
Hello,
I added !important
to the code. Please check your site. It’s ok now.
Best regards!
You must be logged in to reply to this topic.