Okay
  Public Ticket #1684460
CSS customising
Closed

Comments

  • Laurynas Braskus started the conversation

    Hi,

    I was wondering whether is possible to make 'steadystets' icons event larger than default, i.e. x-larger or xxl-large?  

    [icon size="large" image="steadysets-icon-diamond" color="Extra-Color-2"]

  •  8,470
    Tahir replied

    Hey L,

    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):

    [class*=" steadysets-icon-"], [class^=steadysets-icon-] {
        font-size: 45px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Laurynas Braskus replied

    It worked! Great. Thank you!