-
Author
-
July 31, 2017 at 18:37 #169142purushothamParticipant
Hi,
I want to change dotted icons in second-menu to User_icon. I inspect the page and found below elements
<a href=”#” class=”second-menu-trigger second-menu-icon-wrapper”> <span class=”second-menu-icon”> <span></span> <span></span> <span></span> </span> <!–<i class=”icon-storage”></i>–> </a>
Please let me know CSS to change second-menu icon to user-icon.
Thanks in advance.
Attachments:
You must be logged in to view attached files.August 1, 2017 at 05:32 #169210LauraModeratorHello, which user icon? can you share a link or a screenshot of the icon? 🙂
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 1, 2017 at 07:51 #169221purushothamParticipantHi,
kindly check the attached snapshot
1. I want “font awesome–> User icon” instead of “…” (highlighted in red)
2. side menu nav items are over lapping after adding below css in customizing–>additional CSS
input#main-search {
background-color: rgba(93, 206, 185, 0.14);
}
(highlighted in blue)Thanks in advance
Attachments:
You must be logged in to view attached files.August 1, 2017 at 20:07 #169299LauraModeratorHello, try by adding this to style.css of child theme. Buddyapp uses icomoon icons
COPY CODEspan.second-menu-icon:before { content: "\e60b"; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } span.second-menu-icon span { display: none !important; }
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 2, 2017 at 05:39 #169323purushothamParticipantThank you Laura, that worked like a charm.
I edited CSS to accommodate little change.span.second-menu-icon:before {
content: “\e60b”;
font-family: ‘icomoon’;
speak: none;
font-size: 30px;
font-style: normal;
font-weight: 100%;
font-variant: normal;
text-transform: none;
line-height: 2;
-webkit-font-smoothing: antialiased;
}span.second-menu-icon span {
display: none !important;
}August 2, 2017 at 15:46 #169367LauraModeratorGlad it worked 🙂 If you can rate us 5 stars at themeforest it would help a 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 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.