Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #741343

    Hi Enfold team.
    I have icons on 3 sites of my page. They are displayed a bit too large.
    is there possibility to adjust their size?

    thank you

    #741678

    Hey Rio1,

    I can see 1×6 icons and one single icon on the page you linked to, could try to explain a bit further please?

    Best regards,
    Rikard

    #741871

    Hi Rikard,
    thanks for replying.

    on this page I have 6 icons in a group and I would like them to appear a bit smaller.

    how can I do that?

    #741891

    Hi,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then edit your iconbox elements and give them a custom CSS class (‘custom-class’ in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .custom-class .iconbox_icon {
        font-size: 15px!important;
        width: 50px!important;
        height: 50px!important;
        line-height: 50px!important;
    }

    Best regards,
    Yigit

    #741972

    hi Yigit,

    thanks for replying.
    I have done that but nothing changed? I added this code as you said and changed some parameters and tested to see if it changes.
    .customIcon .iconbox_icon {
    font-size: 15px!important;
    width: 30px!important;
    height: 30px!important;
    line-height: 30px!important;
    }

    of course I gave the icon box customIcon in its quick css.

    #741974

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #743477

    Hi Yigit, thanks for the reply.
    the code does work. I had a comment above it starting with //
    and that apparently messed up the code block.

    all good now, thanks

    #743742

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.