Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1241071
    yhshin1020
    Participant

    Hey,

    I can’t change my header font color for some reason.

    I’ve declared it somewhere else in my customiser css but i can’t seem to locate it or change the color of the header items.

    How do I change it?

    Thanks.

    #1241075
    yhshin1020
    Participant
    This reply has been marked as private.
    #1241179
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Kindly add this CSS at Appereance > Customizer > Custom > CSS :

    .cp-info-bar {
        color: #ff2a13;
    }

    Lets change the color to a required one by replacing the #ff2a13 code from the above CSS.

    Hope this helps!

    Let us know how it goes!

    #1241531
    yhshin1020
    Participant
    This reply has been marked as private.
    #1241909
    Friech
    Moderator

    Hi There,

    The standard menu item color can be set on Customizer > Header > Navbar Links.

    But since you’re using a uberMenu, navigate to Appearance > UberMenu > Style Customisations > Top Level Font Color.


    screenshot

    Hope it helps, Cheers!

    #1241949
    yhshin1020
    Participant
    This reply has been marked as private.
    #1241983
    Rupok
    Member

    Hi there,

    It seems you are using Ubermenu and already set a font-family with custom CSS :

    .ubermenu-responsive-toggle-main, .ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
      font-family: myriad-set-pro_thin;
    }

    You can change the font-family from there.

    Cheers!

    #1242001
    yhshin1020
    Participant

    I didnt see such code in the Customiser, was this placed somewhere else?

    Thanks.

    #1242002
    Rupok
    Member

    Hi there,

    It’s your custom font so you must have added this somewhere else. If you don’t see within Customizer then you might have added on page level custom CSS. However I can re-add this to Customizer and change the font-family.

    Cheers!

    #1242043
    yhshin1020
    Participant
    This reply has been marked as private.
    #1242065
    Christian
    Moderator

    That would require additional custom CSS. Further customization from here would be outside the scope of our support. It would be best to simply change the background color. The CSS would be

    .blog .x-navbar {
        background: black !important;
    }

    Change black as per your needs. Please see http://cloford.com/resources/colours/500col.htm or http://www.color-hex.com/ for more CSS colors.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1241071 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>