Tagged: colours, icon, social share, widgets
-
AuthorPosts
-
July 22, 2014 at 11:09 am #294267
Hello,
Is it possible to add some more icons?
Kind regards,
DanielJuly 22, 2014 at 1:13 pm #294300Hi Daniel!
Please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
YigitJuly 22, 2014 at 3:09 pm #294371Hi Yigit,
Thank you!
And a question about the menu. I want the menu a little bit lower. How can I do this?
See this url for what I mean: http://jwp.puurweb.nl/menu.pngJuly 22, 2014 at 3:50 pm #294400Hi Yigit,
Is there any way to change the color of icons from the black default?
July 22, 2014 at 3:56 pm #294404Hey!
Please add following code to Quick CSS and adjust as needed
.iconbox_icon.heading-color { color: blue; }
You can add following code to Quick CSS to move the main navigation closer to bottom
span.avia-menu-text { top: 55px; position: relative; } .header-scrolled span.avia-menu-text { top: 0; }
but transition would not be as smooth
Cheers!
YigitJuly 22, 2014 at 4:16 pm #294421Hi Yigit,
I’ve add the code to Quick CSS. But the submenu items are not good showing now. Even does the search button.
What should I do to fix this?Regards,
DanielJuly 23, 2014 at 12:58 am #294690Hey!
Please add following code to Quick CSS as well
li#menu-item-search a { line-height: 260px!important; } .header-scrolled li#menu-item-search a { line-height: 75px!important; }
You can turn off shrinking header feature to avoid jumping effect while scrolling down
Best regards,
YigitJuly 23, 2014 at 8:03 am #294809Hi Yigit,
The problem with the submenu items isn´t solved yet. If you hover over the submenu items of for example ´Producten´ you see the problem. How to solve that problem?
Regards,
DanielJuly 23, 2014 at 6:22 pm #295062Hi Yigit,
Did you receive last message?
The problem with the submenu items isn´t solved yet. If you hover over the submenu items of for example ´Producten´ you see the problem. How to solve that problem?
Regards,
DanielJuly 24, 2014 at 6:15 am #295276Hi Daniel!
Try adding this too:
.sub-menu span.avia-menu-text { top: 0; }
Best regards,
JosueJuly 24, 2014 at 10:02 am #295330Hi Yigit,
I have made the most stunning website with this theme ( http://krugerparksafari.com/ ) exactly to the company specs, but:
I’d like to change specific icons to a different color. E.g. Facebook (dark blue), Twitter (light blue) and Google+ (red) – this is if you scroll to the share this website section at the very bottom of the home page. Also it would be nice to be able to share each page independently, is my only option to make a different widget item visible per page with a different sharing URL?
Regards,
Johan
July 24, 2014 at 10:42 am #295337Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .av-social-link-facebook a { color: #37589b; } #top #wrap_all .av-social-link-twitter a { color: #46d4fe; } #top #wrap_all .av-social-link-gplus a { color: #de5a49; } #top #wrap_all .av-social-link-instagram a { color: #a67658; } #top #wrap_all .av-social-link-mail a { color: #9fae37; }
Best regards,
YigitJuly 24, 2014 at 10:54 am #295341Wow!
This is great to have for the menu too. I was actually referring to the icon boxes, but I didn’t realize one could set the color in the short code.
Thanks a lot,
Johan
July 24, 2014 at 10:58 am #295345 -
AuthorPosts
- You must be logged in to reply to this topic.