Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #416924
    #417249

    Hi newtonlinchen!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-59 .av-main-nav > li > a {
      color: red!important;
    }

    You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
    What exactly do you mean by customizing logo color? Can you please elaborate?

    Regards,
    Yigit

    #417256

    Yigit,

    In some specific pages, the logo would have another color (i.e. it would be another file.jpeg).

    This is to create a balance between bright pages with dark logos, and dark pages with bright logos, taking full advantage of the awesome feature “Transparent Header”.

    By the way, the new Enfold version is awesome!

    Newton.

    #417261

    Hi!

    Glad you like Enfold, Newton :)
    Please refer to my post here – https://kriesi.at/support/topic/different-logo-with-different-link/#post-406025

    Cheers!
    Yigit

    #417277

    Yigit, please check my page: http://www.quantitativo.com.br/assets-family-offices/

    The white color for the navigation is great, but it makes the links disappear when scrolling down… How can we change this color of the scroll down nav bar?

    #417280

    Hi!

    Please add following code to Quick CSS as well

    .page-id-38 .header-scrolled .av-main-nav > li > a {
      color: orange!important;
    }

    Regards,
    Yigit

    #417287

    Yigit. You are the best. The website is becoming gorgeous. Feel free to take a look at it.

    Thanks a lot. (A lot).
    Newton

    #417288

    Hi!

    You are welcome Newton, always glad to help!
    Yes, your website is looking great :) When you finish it, feel free to post it on Enfold showcase topic – https://kriesi.at/support/topic/enfold-showcase/ :)

    Regards,
    Yigit

    #417825

    Yigit,

    Still in the topic of Nav Bar, please look how the selection mark (underline) is not encompassing all the words in the link:

    http://www.quantitativo.com.br/assets/

    #417830

    Hi!

    Please add following code to Quick CSS

    #top .av_header_transparency .avia-menu-fx {
      width: 100%;
      left: 0;
    }

    Cheers!
    Yigit

    #417853

    Yigit,

    Before, the underline (what’s the real name?) was “lacking”, leaving parts of the link words without it. Now, it’s over stretching.

    Is there a way to adjust it’s wideness exactly to the words in the nav bar?

    Thanks

    Newton.

    #417865

    Hi!

    Please replace the previous code i posted with following one

    #top .av_header_transparency #menu-item-56 .avia-menu-fx {
      width: 86%;
      left: 8%;
    }

    That is actually how it is designed. I see that only shorter width is on one menu item and that code should fix it

    Best regards,
    Yigit

    #417996

    Worked out perfectly.

    : )

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘LOGO & NAV BAR’ is closed to new replies.