-
AuthorPosts
-
July 30, 2019 at 6:48 pm #1123231
Hi, how can I align this text.
Here is ss > https://imgur.com/a/ioVYMZ7
Here is url to this page > https://l2p-league.com/
Here is ss how it looks like inside > https://imgur.com/a/6Pg2NSxPS: Centering will not help.
July 31, 2019 at 10:41 am #1123495Hey buciks1,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_2 .av_font_icon { display: block; text-align: center; min-height: 85px; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 31, 2019 at 6:17 pm #1123628Works, thanks!
How can I put there my private icons?July 31, 2019 at 11:46 pm #1123682Hi,
What do you mean “private icons?”
Best regards,
Jordan ShannonAugust 1, 2019 at 2:09 am #1123693My own icons
August 1, 2019 at 6:22 am #1123754August 7, 2019 at 12:12 am #1125319Thanks, but I don’t see there an option to upload my own icon :/
August 7, 2019 at 1:16 am #1125328I have a question. How can I download and upload only 1 icon from “flaticon” website instead of uploading all pack? Because only packages are able to be added to the enfold as I see.
August 7, 2019 at 5:54 pm #1125609Hi,
In that case you would add the following to functions.php:
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['icon_name'] = array( 'font' =>'fontello', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Icon Label'] = 'icon_name'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
Changed “fontello” and the icon id to the one you would want to use respectively.
More info found here:
Best regards,
Jordan ShannonAugust 8, 2019 at 12:09 pm #1125907Where can I find functions.php:
August 8, 2019 at 5:07 pm #1125983Hi,
It is within Appearance > Theme Editor > Functions.php.
Or in the root file of your site. Wp-content > themes > Enfold > Functions.php
Best regards,
Jordan ShannonAugust 9, 2019 at 12:25 am #1126073Changed “fontello” and the icon id to the one you would want to use respectively.
How can I know id of icon if it’s not added to the Enfold. I know only the name of this icon
August 12, 2019 at 5:56 pm #1126865Hi buciks1,
When you hover over the icon in the Advanced Layout Builder element where you can choose an icon you can see the code.
You can read about it in the docs hereBest regards,
VictoriaAugust 13, 2019 at 1:09 am #1127025I have a question. How can I download and upload to the enfold only 1 icon from “flaticon” website instead of uploading all pack? Because only packages are able to be added to the enfold as I see.
This was my main question. So I can’t go to the “Advanced Layout Builder” becasue there is no my icon.
- This reply was modified 5 years, 3 months ago by buciks1.
August 16, 2019 at 8:54 am #1128176Hi,
Please open a new ticket for different issues. It will help us keep the ticket related to the topic and easy to resolve.
Thank you for your co-operation.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.