Comments Juerg Baiker started the conversationSeptember 10, 2020 at 9:09pmHow can the title of the portfolio title (detail view) be set to a smaller size, so that the title line stays on one line? 2,965Andrew repliedSeptember 11, 2020 at 7:17amHi Juerg,Use the following custom css in Salient > General settings > CSS/Script related: #page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 { font-size: 40px; } Hope this helps.Juerg Baiker repliedSeptember 11, 2020 at 2:14pmThanks, this also altered the font size of the intro text animation (see picture).Is there a way to seperately adress these two h1 elements? 2,965Andrew repliedSeptember 11, 2020 at 2:25pmHi Juerg,Try the following: #page-header-bg .project-title .span_6 h1 { font-size: 30px; } Thanks.Juerg Baiker repliedSeptember 11, 2020 at 4:49pmThank you very much for your help. Works now as it should. Sign in to reply ...
How can the title of the portfolio title (detail view) be set to a smaller size, so that the title line stays on one line?
Hi Juerg,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
Thanks, this also altered the font size of the intro text animation (see picture).
Is there a way to seperately adress these two h1 elements?
Hi Juerg,
Try the following:
Thanks.
Thank you very much for your help. Works now as it should.