Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #181927

    rimoreno
    Participant

    Hey Themeco,
    How can i make my icon glyphs from font awesome bigger within the shortcode? Or how can i only set the size of the icon within a row without affecting my text?

    Thanks in advance for your help.

    #182186

    Zeshan
    Member

    Hi there,

    Thanks for writing in!

    You can use the following custom CSS code under the icon’s style field to increase it’s font size (see: http://prntscr.com/5s1vv6):

    font-size: 20px;
    

    Adjust 20px to increase/decrease the size of the icon.

    Hope this helps. 🙂

    Thank you.

    #183064

    rimoreno
    Participant

    Hey thanks support but now i ant seem to center icon? Also how can i increase the font size in the shortcode of the icon?

    This is the image of what i am seeing. As you can see, i was able to increase the size of the icon but it is far left.

    https://drive.google.com/file/d/0BwxtYLW4VXK0U1FUaTNjUHhXeU0/view?usp=sharing

    thanks!

    #183445

    Paul R
    Moderator

    Hi,

    To further assist you with this issue, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #183657

    rimoreno
    Participant

    Ok you got it and i will read the instructions again.

    http://profesordeinglesprovidencia.com/

    Thanks Support.

    #184104

    Friech
    Moderator

    Hi there,

    Thank you for writing in! to adjust the size of the icons please add this custom css under Custom > CSS in the Customizer.

    [class^="x-icon-"]:before, [class*=" x-icon-"]:before {
    	font-size: 35px;
    }

    Adjust the size value 35px where you see it fits.

    Hope it helps, Cheers!

    #184333

    rimoreno
    Participant

    thanks a lot support/ Its all good to go.

    #184879

    Rad
    Moderator

    Great to hear that 😉 And you’re very much welcome!