End of Support for Joomla 3 - Forum closed
[SOLVED] sticky menu problem:can't change placeholder color
- raziel1973
- Offline Topic Author
- Junior Boarder
- Posts: 28
- Thank you received: 0
sticky menu problem:can't change placeholder color was created by raziel1973
Posted 4 years 2 months ago #27581
Hello and thank you in advance for any help.
As you can see on the attached when I scroll down the page come up the sticky menu
but the background is white and the active color of the text is white and I can't see it.
I tried to change the color on template option.
I go to setting and customizer.
But I tried to change everithing (navbar colors, dropdown colors) but nothing change.
How I have to do that?
Thank you
Tony
As you can see on the attached when I scroll down the page come up the sticky menu
but the background is white and the active color of the text is white and I can't see it.
I tried to change the color on template option.
I go to setting and customizer.
But I tried to change everithing (navbar colors, dropdown colors) but nothing change.
How I have to do that?
Thank you
Tony
by raziel1973
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic sticky menu problem:can't change placeholder color
Posted 4 years 2 months ago #27582
Hello,
live url please
live url please
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- raziel1973
- Offline Topic Author
- Junior Boarder
- Posts: 28
- Thank you received: 0
Replied by raziel1973 on topic sticky menu problem:can't change placeholder color
Posted 4 years 2 months ago #27587
Hi and thank you for the help.
Here the link www.around-naples.com/
Here the link www.around-naples.com/
by raziel1973
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic sticky menu problem:can't change placeholder color
Posted 4 years 2 months ago #27590
Go to customizer and change the color
Attachment navbar-2-3-4-5-6-7-8-9.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
- raziel1973
- Offline Topic Author
- Junior Boarder
- Posts: 28
- Thank you received: 0
Replied by raziel1973 on topic sticky menu problem:can't change placeholder color
Posted 4 years 2 months ago #27597
Hi and thank you for your help.
That's works only on the top menu. And the colors there is already changed.
But when I scroll down my page, the sticky menu come out (I think that it's called sticky menu) with the color white of placeholder
I mean here
but you let me changed here
Is there a way to change in option or I must change it on CSS files of the template?
as attached you can find the example
sorry if I was unclear.
Thank you so so much for the help
Tony
That's works only on the top menu. And the colors there is already changed.
But when I scroll down my page, the sticky menu come out (I think that it's called sticky menu) with the color white of placeholder
I mean here
Code:
.uk-sticky-placeholder .uk-active.uk-navbar li.uk-active a {
color: #fff !important;
background: rgba(79,150,229,0);
}
Code:
.uk-navbar-nav > li.uk-active > a {
background-color: rgba(79,150,229,0);
color: #35b3ee;
}
as attached you can find the example
sorry if I was unclear.
Thank you so so much for the help
Tony
Last Edit:4 years 2 months ago
by raziel1973
Attachments:
Last edit: 4 years 2 months ago by raziel1973.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic sticky menu problem:can't change placeholder color
Posted 4 years 1 month ago #27628
Add this code to your css/custom.css and change the color like you want
.uk-sticky-placeholder .uk-active.uk-navbar li.uk-active a {
color: #000!important;
background: rgba(79,150,229,0);
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates