Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #336784

    Hi dperezr!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links”

    Best regards,
    Yigit

    #337105

    Thank you very much! it did work. I was wondering if there is an option like this for the social media icons?

    #337386

    Hey!

    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,
    Yigit

    #337639

    Worked 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 Regards

    Erick.

    #338178

    Hi!

    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,
    Ismael

    #338776

    I 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?

    #339192

    Hi!

    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!
    Yigit

    #339936

    Alright 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

    #340095

    Hey!

    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 well

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.