Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1221495

    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

    #1221517

    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

    #1221527

    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/

    #1221803

    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

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