-
Author
-
August 3, 2017 at 21:01 #169500LauraModerator
Hello, which icon do you want to add? Or do you want a general css code then add the icon code yourself? Let me know 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 4, 2017 at 05:23 #169535ThrewTheNevRParticipantI’m trying to add a few different icons like
<i class=”fa fa-user-circle” aria-hidden=”true”></i>
right in the widget title but wordpress sanitization conflicts with the code.August 4, 2017 at 20:52 #169604LauraModeratorHello, where are you adding the code? Do you need a different icon for each widget? This can be done with css without touching the code. I would need to know which icon for which widget 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 4, 2017 at 22:39 #169633ThrewTheNevRParticipantI’ll need separate icons for each widget title but I’ll just stick with this icon below,
Icon #1 fa-user-circle here’s link Icon hereI would like to have the icon show up on my test widget #1 on left side bar.
In the picture I attached shows the first widget.
Attachments:
You must be logged in to view attached files.August 4, 2017 at 22:42 #169636ThrewTheNevRParticipantThe place I tried to place the code is shown in the pic below.
Attachments:
You must be logged in to view attached files.August 6, 2017 at 05:06 #169751LauraModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODEdiv#text-5 h4:before { content: "\f2bd"; font-family: fontawesome !important; padding-right: 10px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 7, 2017 at 21:16 #169883LauraModeratorGlad it worked! If you can rate us 5 stars at theme forest it would help lot 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 4, 2017 at 01:27 #175604ThrewTheNevRParticipantremeber the code `
div#text-5 h4:before {
content: “\f2bd”;
font-family: fontawesome !important;
padding-right: 10px;
}`i am unable to do this with a new widget using a different icon
COPY CODEdiv#text-7 h4:before { content: "\f2bd"; font-family: fontawesome !important; padding-right: 10px; }
any ideas?
October 4, 2017 at 02:20 #175626LauraModeratorHello, i can check it out, where is it located?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.