Hi Team,
Can I get some help making my widget are menu on this page https://libertyindustrial.com.au/about/our-story/
to look the same as the one on this page? https://libertyindustrial.com.au/about/
Having trouble making my widget area text grey and aligned to the right
Hey Lara,
Add this to quick css:
.nested_nav li{
background-color: transparent!important;
margin: 0!important;
padding: 0.8em 3px;!important;
border-bottom-style: solid!important;
border-bottom-width: 1px!important;
border-color: #e1e1e1!important;
}
.nested_nav li a{
text-align:left!important;
padding: 0.8em 3px!important;
color: #005eaa!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
thanks for the quick reply.
Unfortunately that doesn’t work. It makes the menu blue.
I want the menu to look like this https://libertyindustrial.com.au/about/
Hi,
Adjust the css to this:
#menu-our-story-2 li{
background-color: transparent!important;
margin: 0!important;
padding: 0.6em 3px;!important;
border:none!important;
}
#menu-our-story-2 li a{
text-align:right!important;
padding: 0.6em 3px!important;
color: #919191!important;
}
Best regards,
Jordan Shannon