In my project post there is a big black box on top. I believe it is cause from the featured image. How can I remove it? Also, it automatically displays the title of the page, How can I remove that as well?
Thank you! Another question. Can I have more control over how the Portfolio Item's title appears on the page? Or can I hide the title so that the the image appears at the top of the page? https://wmbc.financial/portfolio/529benefits/
Originally I just did not enter a title for the Portfolio Item, but then I just had a big space at the top of the page and no title populated on my recent projects slider and projects grid.
To hide the title so that the the image appears at the top of the page, please go to Salient > General Settings > CSS/ Script Related and enter the following custom CSS:
#full_width_portfolio .row .col.section-title{
display: none; }
Please feel free to contact us if you have any further issues.
In my project post there is a big black box on top. I believe it is cause from the featured image. How can I remove it? Also, it automatically displays the title of the page, How can I remove that as well?
Hey Again,
You can turn off the " Project Featured Image " in the Portfolio Edit Metabox Options on each individual Portfolio Page .
Be.st
ThemeNectar Support Team
Hey Tahir,
Thank you! Another question. Can I have more control over how the Portfolio Item's title appears on the page? Or can I hide the title so that the the image appears at the top of the page? https://wmbc.financial/portfolio/529benefits/
Originally I just did not enter a title for the Portfolio Item, but then I just had a big space at the top of the page and no title populated on my recent projects slider and projects grid.
Cheers!
Hey there,
Thank you for reaching out.
To hide the title so that the the image appears at the top of the page, please go to Salient > General Settings > CSS/ Script Related and enter the following custom CSS:
#full_width_portfolio .row .col.section-title{
display: none;
}
Please feel free to contact us if you have any further issues.
Best Regards.