Okay
  Public Ticket #2473440
Meta hover font size
Closed

Comments

  •  54
    Coastdesign started the conversation

    Hi Tahir

    Is there a way to adjust the font size of the text that appears in the meta hover within 'portfolio archive' and 'recent projects'?

    Cheers

  •  8,884
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item h3, .portfolio-items .col .work-item.style-2 h3 {
        font-size: 19px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  8,884
    Tahir replied

    Also, you can additionally Change the Heading 3 and Heading 4 Fields in the Typography Section of Salient Theme Options Panel. 

    Thanks


    ThemeNectar Support Team 

  •  54
    Coastdesign replied

    Perfect. Thanks!