-
AuthorPosts
-
August 1, 2019 at 7:40 am #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 :)
August 3, 2019 at 7:08 pm #1124409Hey 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,
VictoriaAugust 5, 2019 at 3:02 am #1124613Hi 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
August 6, 2019 at 1:08 pm #1125100Hi,
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,
IsmaelAugust 7, 2019 at 12:23 am #1125324Hi 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?
August 7, 2019 at 4:49 am #1125368Hi 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/
August 8, 2019 at 9:25 am #1125839Hi,
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,
VinayAugust 8, 2019 at 9:36 am #1125843Hi,
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,
IsmaelAugust 9, 2019 at 12:28 am #1126074Hi 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 oneAboriginal engagement is still grey in the subnav on the left and now there are lines between menu items which weren’t there before.
August 9, 2019 at 12:30 am #1126075August 12, 2019 at 7:40 pm #1126932Hi,
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,
BasilisAugust 13, 2019 at 12:20 am #1127021That doesnt make sense.
I was able to achieve this styling of the subnav on other pages with help from kresi.
August 14, 2019 at 8:34 am #1127512As you can see in this post, I received help with the colour and style for subnav on other pages.
August 16, 2019 at 8:44 am #1128172Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.