Tagged: icons
-
AuthorPosts
-
February 1, 2017 at 4:42 pm #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
February 2, 2017 at 10:23 am #741678Hey 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,
RikardFebruary 2, 2017 at 4:18 pm #741871Hi 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?
February 2, 2017 at 4:49 pm #741891Hi,
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,
YigitFebruary 2, 2017 at 6:43 pm #741972hi 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.
February 2, 2017 at 6:51 pm #741974Hi,
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,
YigitFebruary 6, 2017 at 5:38 pm #743477Hi 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
February 7, 2017 at 9:25 am #743742 -
AuthorPosts
- You must be logged in to reply to this topic.