Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #294267
    #294300
    #294371

    Hi 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.png

    #294400

    Hi Yigit,

    Is there any way to change the color of icons from the black default?

    #294404

    Hey!

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

    #294421

    Hi 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,
    Daniel

    #294690

    Hey!

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

    #294809

    Hi 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,
    Daniel

    #295062

    Hi 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,
    Daniel

    #295276

    Hi Daniel!

    Try adding this too:

    .sub-menu span.avia-menu-text {
        top: 0;
    }

    Best regards,
    Josue

    #295330

    Hi 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

    #295337

    Hey!

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

    #295341

    Wow!

    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

    #295345

    Hey!

    You are welcome Johan. We will keep this thread open for the OP. Feel free to start a new topic if you have any other questions or issues :)

    Cheers!
    Yigit

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