Home Forums WoodMart support forum Header Banner Text Color

Header Banner Text Color

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #329692

    joemnm
    Participant

    How to change Header Banner colors to something besides “light” and “dark”. The “light” option is grey, I need white text in the Header Banner.

    #329715

    Hello,

    Please, provide your site admin access (insert the site credentials into the Private content block under the message area) and which text you want to change. Some of the elements have the option inside some do not.

    Best Regards

    #329819

    joemnm
    Participant

    You dont need admin access to tell me the code snippet to change the “Header Banner” text color. There is only one place this text can be edited in your theme:

    WoodMart Theme Settings > General > Header Banner

    In case you arent familiar with it, it’s a thin band header that can go above the main header and it is edited exclusively in the theme settings.

    It lets me choose any background color that I want, but text only “light” and “dark”

    Attachments:
    You must be logged in to view attached files.
    #329856

    Hello,

    Please give me the site URL, depending on the element you showed the content, the CSS would be different.

    Best Regards

    #329866

    joemnm
    Participant

    Ok, the site isnt live, but here you go.

    #329868

    joemnm
    Participant

    To be clear, the specific element I am talking about is called “Header Banner” and its located here on the backend:

    WoodMart Theme Settings > General > Header Banner

    Not sure why you cant just answer my question???

    #329965

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .header-banner-container{
    color:red;
    }

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)