-
AuthorPosts
-
August 1, 2016 at 12:30 pm #667216
Good Afternoon,
In this page https://carnegy.fr/leadership-management/ (the icon Télécharger le Programme) i wan’t it more big just the icon not the circle please
Best Regards,
NoéAugust 1, 2016 at 6:22 pm #667385first of all it might be nice to have here a unique custom class for that icon – because the rules is easier to keep specific with that.
So please give it a class (maybe: “telecharger”) that i try to give you a piece of code which might help you .August 1, 2016 at 6:32 pm #667397Good Afternoon,
So it’s in enfold theme panel when you create any page you can choose it “color section” “icon” “icon with list” and more and more possibilities :)
i take it just “icon”August 1, 2016 at 9:13 pm #667464Hi!
Please provide us backend access details, so we can give it a look and assist you further with that.
Thanks a lot
Best regards,
BasilisAugust 2, 2016 at 12:29 pm #667599hm ok than here is the site specific rule . (with a custom class on that icon it will be not so complicated)
btw custom class activation look here – this is a nice add for enfold because you can give nearly to all alb (advanced layout builder) elements a custom css class) read here for custom class :paste it to your quick css on enfold options
.page-id-3789 .av-icon-char[data-av_icon]::before { font-size: 60px !important; left: -12px; position: relative !important; } .page-id-3789 .av-icon-char { line-height: 25px !important; }
August 2, 2016 at 2:40 pm #667669August 2, 2016 at 2:49 pm #667676or much easier – you choose on that alb element a bigger font size: maybe 60px
and than you reduce the padding on that icon.page-id-3789 .av-icon-char { padding: 10px !important; }
August 2, 2016 at 5:09 pm #667748Thank’s lot that’s work very fine :) then if i wan’t to apply this quck CSS in all of page what’s the custom CSS ?
Best Regards,
NoéAugust 2, 2016 at 5:53 pm #667765Hey!
Please use the codes without page ID’s as following
.av-icon-char { padding: 10px !important; } .av-icon-char[data-av_icon]::before { font-size: 60px !important; left: -12px; position: relative !important; } .av-icon-char { line-height: 25px !important; }
Cheers!
YigitAugust 7, 2016 at 2:30 pm #669452Thank you and if i wan’t the same for the articles ?
Best Regards,
NoéAugust 7, 2016 at 2:43 pm #669454.post-id-4453 .av-icon-char[data-av_icon]::before { font-size: 40px !important; position: relative !important; } .post-id-4453 .av-icon-char { padding: 12px !important; border-color: #e45817!important; background-color: #cad3da!important; color: #e35716!important; left: 50px; border-position: relative !important;
Maybe is that’s one
August 7, 2016 at 5:51 pm #669509Maybe it’s not the good CSS because i only change the “page” to “post”.
Best Regards,
NoéAugust 8, 2016 at 5:12 pm #669939Please help me
August 8, 2016 at 5:34 pm #669951Hi!
If you would like to apply it only on single posts, please use following
.single .av-icon-char { padding: 10px !important; } .single .av-icon-char[data-av_icon]::before { font-size: 60px !important; left: -12px; position: relative !important; } .single .av-icon-char { line-height: 25px !important; }
Best regards,
YigitAugust 8, 2016 at 7:01 pm #670012Thank you,
That’s work fine now
Best Regards,
Noé -
AuthorPosts
- The topic ‘I need help with icon’ is closed to new replies.