Okay
  Public Ticket #1634448
How to set Portfolio hover text font size?
Closed

Comments

  •  1
    timxddd started the conversation

    Hi Sir,

    I would like to learn how to change the font size when mouse over a project at the portfolio main page. 

    Please see attachment.

    Thanks,

    Tim

     

     

  •  3,030
    Andrew replied

    Hi Tim,

    Could you try the following CSS:

    .row .col div.work-info h3{
        font-size:3em;
    }
    .portfolio-items .col div.work-info p{
        font-size:20px !important;
    }
    

    add it to salient \ general settings \ css script related - custom css code.

    Adjute the font size to what you want.
    Hope this helps.

  •  1
    timxddd replied

    Dear Andrew,

    It works! Thank you so much!

    Cheers,

    Tim