Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1123777

    Hi team

    Can I please get this subnav https://libertyindustrial.com.au/about/community/
    And this subnav https://libertyindustrial.com.au/about/our-story/

    To look the same as this subnav

    Thanks :)

    #1124409

    Hey Lara,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .content .flex_column .widget_nav_menu #menu-community li:first-child,
    #top .content .flex_column .widget_nav_menu #menu-community li,
    #top .content .flex_column .widget_nav_menu #menu-vison-and-valus li,
    #top .content .flex_column .widget_nav_menu #menu-vison-and-valus li:first-child {
      border: none;
    }
    #top .content .flex_column .widget_nav_menu #menu-community li:first-child a,
    #top .content .flex_column .widget_nav_menu #menu-community li a,
    #top .content .flex_column .widget_nav_menu #menu-vison-and-valus li,
    #top .content .flex_column .widget_nav_menu #menu-vison-and-valus li:first-child {
        padding: 4px 0 5px;
        text-align: right;
        padding-right: 50px;
        color: #919191;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1124613

    Hi Victoria,

    Thanks for your help :)

    I have two problems with this.

    https://libertyindustrial.com.au/about/community/aboriginal-engagement/ this page should have the subnav highlighted blue but it’s grey.

    And https://libertyindustrial.com.au/about/our-story/ the Vision and Values subnav is blue but should be grey

    #1125100

    Hi,

    Thank you for the update.

    Do you want to change the color of the active menu item? This css code should help.

    #top #wrap_all .main_color .widget_nav_menu ul.menu .current-menu-item a {
        color: blue;
    }

    Best regards,
    Ismael

    #1125324

    Hi Ismael,

    I want my subnav menus to all look the same.

    If you go to this page https://libertyindustrial.com.au/about/community/aboriginal-engagement/ you can see ABORIGINAL ENGAGEMENT is grey in the subnav. if you click the Modern slavery below it highlights blue… it’s also the wrong blue.

    This page is also not right https://libertyindustrial.com.au/about/our-story/ vision and values should not be blue until clicked on.

    Can we make this subnav look exactly like this one?

    #1125368

    Hi guys,

    I’ve fixed the subnav for Modern Slavery Statement and Stakeholder Management to be the correct blue when selected #005daa.

    Aboriginal Engagement is still grey when you click on it https://libertyindustrial.com.au/about/community/aboriginal-engagement/

    #1125839

    Hi,

    Thank you for sharing the details.

    I could not find the menu items you specified or you have changed the styles so I’m not able to relate to what you are trying to say.

    If you want to style the subnav menu items in a specific way please check the documentation

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right-click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1125843

    Hi,

    Thank you for the update.

    This css code overrides what we suggested previously.

    #top .content .flex_column .widget_nav_menu #menu-community li:first-child a, #top .content .flex_column .widget_nav_menu #menu-community li a, #top .content .flex_column .widget_nav_menu #menu-vison-and-values li, #top .content .flex_column .widget_nav_menu #menu-vison-and-values li:first-child {
        padding: 4px 0 5px;
        text-align: right;
        padding-right: 50px;
        color: #919191;
    }
    

    Try to add the !important rule to give the css priority.

    #top #wrap_all .main_color .widget_nav_menu ul.menu .current-menu-item a {
        color: #005daa !important;
    }
    

    Best regards,
    Ismael

    #1126074

    Hi Ismael.

    Thanks for getting back to me.

    This still doesn’t work
    This sub nav https://libertyindustrial.com.au/about/community/aboriginal-engagement/ needs to look like this one

    Aboriginal engagement is still grey in the subnav on the left and now there are lines between menu items which weren’t there before.

    #1126075

    Also this page is still the same.

    Vision and values should be grey until we go to that page. It needs to be like other subnav. Please see the about page for reference

    #1126932

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1127021

    That doesnt make sense.

    I was able to achieve this styling of the subnav on other pages with help from kresi.

    #1127512

    As you can see in this post, I received help with the colour and style for subnav on other pages.

    https://kriesi.at/support/topic/widget-area-subnav/

    #1128172

    Hi,

    I checked your site but could not find the issue you mentioned. Have you managed to solve it? We usually go beyond our support boundary to help you but if in some cases it takes a lot of time and customization of the theme to achieve the end result it is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

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