Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #222024

    Great theme! I am trying to change the text color of my two headers. I’m using the “Header with social icons and bottom navigation”.

    I want to make the background colors medium gray and the text white.

    #222219

    Hi galland1928!

    You can add this on Quick CSS to make the menu color white:

    .header_color .main_menu ul:first-child > li > a {
    color: white;
    }
    
    .header_color .header_bg {
    background: gray;
    background-color: gray;
    }

    Best regards,
    Ismael

    #222581

    Thanks, Now I need to change the top menu text color. It’s not part of the sub-menu, but is the phone number section. here is a link

    http://leeostrowski.com/kronlage/

    #222789

    Hi!

    You can add following code to Quick CSS as well to change the color of secondary menu

    .header_color .sub_menu ul:first-child > li > a { color: red; }

    I also noticed that you are using <font color> HTML tag, which is deprecated http://i.imgur.com/ULDJ7d0.jpg Please remove it and change its color using following code

    .header_color .phone-info { color: green; }

    Cheers!
    Yigit

    #223182

    Hopefully one last question.

    How do I change the color of the menu bar color at the very top of the page? I want to just change that so I can adjust the colors on the other parts of the page.

    #223194

    Hey!

    Try this:

    #header_meta {
        background: red;
    }

    Regards,
    Josue

    #224444
    This reply has been marked as private.
    #224448

    Hey!

    You have some CDN functionality activated, try disabling it first.

    Cheers!
    Josue

    #225066
    This reply has been marked as private.
    #225075

    Hi!

    Please add following code to Quick CSS as well

    #top .header_color .sub_menu ul li a:hover { color: #08c5ff; }

    Cheers!
    Yigit

    #225091
    This reply has been marked as private.
    #225201

    Hey!

    1- Not all hover states are defined in theme options. You can always post your questions to us
    2-Please add following code to Quick CSS as well

    .main_menu ul:first-child > li > a { font-size: 18px; }

    Best regards,
    Yigit

    #225249
    This reply has been marked as private.
    #225283

    Hey!

    He means that not all elements can be changed using the Theme Options, that’s what we need you to specify what elements you want to change and to which color so we can provide you the proper code.

    Best regards,
    Josue

    #225296
    This reply has been marked as private.
    #225307

    Hey!

    1-3:

    .current_page_item a {
        color: #0dc6ff !important;
    }

    2:

    #avia-menu a:hover {
        color: #0dc6ff;
    }

    4: You can try this plugin (refer to this article for conditional tags):
    http://wordpress.org/plugins/menu-items-visibility-control/

    Cheers!
    Josue

    #225318
    This reply has been marked as private.
    #225321

    Hi,

    I didn’t understand you very well, can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #225322
    This reply has been marked as private.
    #225326

    Hey!

    I got it, but that’s expected, if you select a Page there it will replace it with the Blog style defined in General Settings, therefore losing all pre-made customization, but if not necessary to set a Page there (this is for users who don’t have set up a custom blog/page so the theme does it for them), you can still use and link that page if it were your Blog.

    Cheers!
    Josue

    #225671
    This reply has been marked as private.
Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Change Header Text Color’ is closed to new replies.