Okay
  Public Ticket #2905497
Menu colour
Closed

Comments

  •  3
    patrickcorleyjack started the conversation

    Hello,


    Two questions here:

    1. How do I change the menu text to a different colour (see attached). They are #333 at the moment and I want it to be a lighter grey.

    2. On my Portfolio page I have the word 'WORK' I want to get rid of this BUT also I would like the portfolio images to move up into the space where the word WORK used to be.

  •  1,558
    Laborator replied

    Hi Patrick,

    1. You can change the color of the menu under skin settings of Theme Options but that would also change the other link colors all over your website, so to change the color only for the menu please add this CSS to Custom CSS:

    .standard-menu-container.menu-skin-dark .menu>ul>li>a, .standard-menu-container.menu-skin-dark ul.menu>li>a {
        color: #888;
    }
    .standard-menu-container.menu-skin-dark .menu>ul>li>a:after, .standard-menu-container.menu-skin-dark ul.menu>li>a:after, .standard-menu-container.menu-skin-light .menu>ul ul li a:after, .standard-menu-container.menu-skin-light ul.menu ul li a:after {
        background-color: #888;
    }
    

    2. You can do that by scrolling down the Parameters and Options and disabling the title, or you can also use this CSS to hide it through CSS:

    .portfolio-title-holder {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    patrickcorleyjack replied

    Cheers Art

  •  1,558
    Laborator replied

    Happy that I helped!

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on ThemeForest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group