Okay
  Public Ticket #1418769
Header Font Color
Closed

Comments

  •  1
    snelgarm started the conversation

    Hi,

    I am trying to change the color of the font in the header, I have been able to change the background color but not the font color.

  • [deleted] replied

    Hi there,

    Can you please write URL of this exact page please?

    Thanks!

  •  1
    snelgarm replied

    I don't have one for you at the moment sorry. I have been developing the site offline locally.

    Have tried editing the elements on the live preview site from theme forest(http://themes.laborator.co/#theme=oxygen) using chromes inspect tool but I can't seem to change it on there either.

  • [deleted] replied

    Hi there,

    Hmm it's a bit difficult to help you when your site is not online because I can't inspect the site and send you the exact CSS code to make this change.

    Anyway, please add the code below to your Custom CSS area:

    .oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav>li>a {
        color: red !important;
    }
    .oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav>li.has-sub>a:after, .oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav>li.menu-item-has-children>a:after {
        color: red !important;
    }

    And this CSS code doesn't work, then please reply to this ticket again when your site is online and I will be able to send you the exact CSS code.

    Thanks!

  •  1
    snelgarm replied

    Hi,

    Thanks that got it.

    Was also able to change the Title text with 

    .oxygen-top-menu.ht-3>.wrapper>.top-menu>.main .tl-header, .oxygen-top-menu.ht-3>.wrapper>.top-menu>.main .tl-header .logo a {
        color: white;
    }
  • [deleted] replied

    You're welcome!

    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 and have a great 2018!

    Will set this ticket as solved from here.