Okay
  Public Ticket #2595118
Subtitle portfolio item meta on hover
Closed

Comments

  •  26
    Veerle started the conversation

    Hello,

    I would like to add a subtitle as shown in your example (see screenshot). Could you please tell me how this can be added? I now use the meta on hover + entire thumbnail.

    Kind regards,

    Veerle

  •  26
    Veerle replied

    Hello,

    Founded, but could you tell me how I can change the font and size of the font?

    Kind regards,

    Veerle

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .portfolio-items .col p, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls li span:not(.text) {
        font-family: Montserrat;
        text-transform: none;
        font-size: 14px!important;
        line-height: 30px !important;
        font-weight: 500!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2,963
    Andrew replied

    Hi Veerle,

    You can customize them from here:

    3453834599.png

    Also you can use custom css.

    Regards.

  •  26
    Veerle replied

    Hi Tahir & Andrew,

    Thank you very much!

    Kind regards,

    Veerle