We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've customized the front end theme, just changing the 'Header Color Scheme" background to green, but is not working. Version 5.1.64.5.5
What am I missing?
TIA and keep the good work!!
The text was updated successfully, but these errors were encountered:
Turn out that I missing the id="header-wrapper" in the header section, which is the identity of the customization to be affected.
id="header-wrapper"
Please update the /themes/default/header.php file and change the first line into:
/themes/default/header.php
<header role="header" class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top navbar" id="header-wrapper">
Sorry, something went wrong.
I tested with the main branch version and it works! Many thanks!
No branches or pull requests
Hi,
I've customized the front end theme, just changing the 'Header Color Scheme" background to green, but is not working.
Version 5.1.64.5.5
What am I missing?
TIA and keep the good work!!
The text was updated successfully, but these errors were encountered: