Okay
  Public Ticket #1648969
text with icon size
Closed

Comments

  •  2
    Rian started the conversation

    Hi!

    is it possible to increase the size of the icon in the "text with icon" feature.

    thanks!

  •  9,016
    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):

    .iwithtext i.icon-default-style {
        font-size: 55px !important;
    }
    .iwithtext .iwt-icon {
        left: -20px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Rian replied

    great! thanks. I tried adding padding to the top to move it down but it didn't work.


    .iwithtext .iwt-icon {
        left: -50px !important;
        top: 55px !mportant;
    }


  •  9,016
    Tahir replied

    Hey Again,

    You had an "i" missing .

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

    .iwithtext .iwt-icon {
        left: -50px !important;
        top: 55px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Rian replied

    hi,

    that actually didn't fix the problem. 


    thanks!

  •  9,016
    Tahir replied

    Hey Again,

    See screenshot: http://prntscr.com/kabe9n i am still seeing the old css . 

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ 

    Best.


    ThemeNectar Support Team 

  •  2
    Rian replied

    ok, strange, thank you all fixed!

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please be sure to reach in in case you encounter another issue,

    Regards

    Themenectar Support Team