- Posts: 60
- Thank you received: 0
fixed main menu on top
-
max1
Inactive member - Topic Author
- Member
Less
More
3 years 3 months ago #48015
by max1
css for my corporate look in the Top-MENU was created by max1
Hi,
Do you have css for my corporate look so that I can invert an activated top-menu.
See the attachment.
The HOME MENU is blue and the HOME text is white.
Thanks a lot!
Regards,
Max
Do you have css for my corporate look so that I can invert an activated top-menu.
See the attachment.
The HOME MENU is blue and the HOME text is white.
Thanks a lot!
Regards,
Max
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
3 years 3 months ago #48022
by milos
Replied by milos on topic css for my corporate look in the Top-MENU
Hello,
I don't understand your question. Please include a link to your website and also precisely explain which color you would like to change and in which element.
Thanks,
Milos
I don't understand your question. Please include a link to your website and also precisely explain which color you would like to change and in which element.
Thanks,
Milos
Please Log in to join the conversation.
-
max1
Inactive member - Topic Author
- Member
Less
More
- Posts: 60
- Thank you received: 0
3 years 3 months ago #48026
by max1
Replied by max1 on topic css for my corporate look in the Top-MENU
Hi Milos,
the top menu has 3 items.
mergler.nl/ja40/
as you can see the active menu: HOME (text) is blue in a white menu block.
I want the active menu the opposite: HOME ( text) white and the home menu block light blue (any color wil do) .
So any active top menu then have this text and block colors.
mergler.nl/ja40/
Can i change this width a css code?
regards, Max
the top menu has 3 items.
mergler.nl/ja40/
as you can see the active menu: HOME (text) is blue in a white menu block.
I want the active menu the opposite: HOME ( text) white and the home menu block light blue (any color wil do) .
So any active top menu then have this text and block colors.
mergler.nl/ja40/
Can i change this width a css code?
regards, Max
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
3 years 3 months ago #48029
by milos
Replied by milos on topic css for my corporate look in the Top-MENU
Hello,
In the custom.css file, change this:
with this:
If you want to set width of the top menu items, add this (change 200px with any value):
Regards,
Milos
In the custom.css file, change this:
Code:
.logo_row ul.menu > li.active > a {
font-weight: 700;
}
with this:
Code:
.logo_row ul.menu > li.active > a {
font-weight: 700;
background: #1371b1;
color: #fff;
}
If you want to set width of the top menu items, add this (change 200px with any value):
Code:
.mnu_mainmenu > li {
width: 200px;
text-align: center;
}
Regards,
Milos
The following user(s) said Thank You: max1
Please Log in to join the conversation.
-
max1
Inactive member - Topic Author
- Member
Less
More
- Posts: 60
- Thank you received: 0
3 years 3 months ago #48034
by max1
Replied by max1 on topic css for my corporate look in the Top-MENU
Hi Milios,
My changes in the hot_business4x in Joomla 4.0.2
has no effect in the Front-end. See the attachment. Pagina1
I did not installed sparky_framework4x, 'cause of an error with my other CMS (Quix)
Also I did not install the 3 sparky plg's.
Can I cange the Page Headers with a css?
Pixel height and Color (corporate)
Regards,
Max
My changes in the hot_business4x in Joomla 4.0.2
has no effect in the Front-end. See the attachment. Pagina1
I did not installed sparky_framework4x, 'cause of an error with my other CMS (Quix)
Also I did not install the 3 sparky plg's.
Can I cange the Page Headers with a css?
Pixel height and Color (corporate)
Regards,
Max
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
3 years 3 months ago #48035
by milos
Replied by milos on topic css for my corporate look in the Top-MENU
You can change everything in CSS. What do you want to change in the page headers?
Regards,
Milos
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.082 seconds