-
AuthorPosts
-
October 16, 2014 at 11:21 am #336702
I noticed that the whitest you can make the header font colors when not clicked is gray and doesnt go well with my website. how do you make them whiter? check it here highonblog.com
October 16, 2014 at 2:55 pm #336784Hi dperezr!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Best regards,
YigitOctober 17, 2014 at 3:46 am #337105Thank you very much! it did work. I was wondering if there is an option like this for the social media icons?
October 17, 2014 at 3:45 pm #337386Hey!
You can add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .social_bookmarks li a { color: white; }
Best regards,
YigitOctober 18, 2014 at 7:18 am #337639Worked like charm!
I have a few more things I was wondering how to do. One of them is how do you guys make the social media icons appear on mobiles in the header. My website only shows them in tablets and only when I put it on landscape. But I noticed that Kriesi.at puts the Social Media Icons on Mobiles and tablets while is on portrait (normal vertical view), where as in my website it only shows the menu button. I was wondering how to make it so that is the same as here Kriesi.at.
I wish i knew how to include screenshots but i dont know. Sorry about that but i hope you understand what Im saying.
Thanks
and kind RegardsErick.
October 20, 2014 at 8:30 am #338178Hi!
Thank you for the update.
You can use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive #header_main .inner-container, .responsive .main_menu { display: block; } .avia-menu.av-main-nav-wrap.av_menu_icon_beside { display: none; } .responsive.html_header_top #header_main .social_bookmarks { right: 0; margin-top: 0; } .responsive #header .main_menu ul { display: block; } }
Regards,
IsmaelOctober 21, 2014 at 12:36 am #338776I tried this on quick css but it didnt work at all. I wonder if it didnt work because i already have other things added to quick css. Also I dont seem to find custom css. where do you find that?
October 21, 2014 at 6:54 pm #339192Hi!
You can find custom.css file inside Enfold/css folder and you can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitOctober 23, 2014 at 7:18 am #339936Alright that makes it easier to show things.
As for the custom.css I found it on the files I downloaded from when i bought the theme. But what do i suppose to do with it? modify it? and then? or does the custom.css can be found on the wordpress menu? is it this one?https://www.dropbox.com/s/gngdpxjohc948c9/Screenshot%202014-10-23%20at%201.16.16%20AM.png?dl=0
Sorry for my ignorance i’m very new when it comes to editing
October 23, 2014 at 2:34 pm #340095Hey!
You should make changes on Custom.css file via FTP or you can simply use Quick CSS field in Enfold theme options > General Styling tab.
If you are using a child theme, you can go to Appearance > Editor and add your custom CSS code to Style.css file of your child theme as wellCheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.