Skip to content
New issue

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

Color customization for top-bar-section active item #146

Closed
SukramD opened this issue Dec 21, 2017 · 2 comments
Closed

Color customization for top-bar-section active item #146

SukramD opened this issue Dec 21, 2017 · 2 comments

Comments

@SukramD
Copy link

SukramD commented Dec 21, 2017

Hi,

I had the problem that I was unable to customize the color of the active element in the top bar with the normal configuration tools:
sympa_layout
Basically, the blue item should have been orange like it is on the submenu.
To solve this I had to change the following entry in the foundation.css:

    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #FF6B12;
      color: #FFFFFF;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }

Would be great if this can be configured with the normal configuration tools.
This happened with sympa version 6.2.22

@aepli
Copy link
Contributor

aepli commented Dec 21, 2017

Hello,

This problem has been fixed since version 6.2.23b.1.
If you want with your 6.2.22, you can customize your css.tt2 template with this hotfix:

Fix CSS attributes for un-hovered navigation menu items using color_5 #94

Regards.

@racke
Copy link
Contributor

racke commented Dec 21, 2017

And 6.2.24 is already available. Thanks for the hint, @aepli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants