- Posts: 24
- Thank you received: 0
Can not changes background color of menu-items
-
fuhrmann
Active member - Topic Author
- Member
Less
More
4 months 4 weeks ago - 4 months 4 weeks ago #51490
by fuhrmann
Can not changes background color of menu-items was created by fuhrmann
Hi ,
I tried to change the background in the top menu of the buttons when hovering.
It is black and if I change the background in the "top menu" edit style, it has no effect on the website. I can change everything else using it, but not that. Where can I find it, please?
Pleas excuse my bad english ThankYou!
Michael
I tried to change the background in the top menu of the buttons when hovering.
It is black and if I change the background in the "top menu" edit style, it has no effect on the website. I can change everything else using it, but not that. Where can I find it, please?
Pleas excuse my bad english ThankYou!
Michael
Last edit: 4 months 4 weeks ago by fuhrmann. Reason: tippfehler
Please Log in to join the conversation.
-
fuhrmann
Active member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
4 months 3 weeks ago #51492
by fuhrmann
Replied by fuhrmann on topic Can not changes background color of menu-items
Why do i pay for the membership and nobody helps me????
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
4 months 3 weeks ago #51494
by milos
Replied by milos on topic Can not changes background color of menu-items
Hello,
Sorry for the late reply. Our team was on holiday for a few days.
To change the top menu background, please edit the file /media/templates/site/sailing/css/custom.css and change the color here:
and here:
Please change the image /media/templates/site/sailing/images/top_menu_hover_bg.png in the graphic editor and make a transparent PNG of the color you want. I can make this for you if you let me know which color your prefer.
Regards,
Milos
Sorry for the late reply. Our team was on holiday for a few days.
To change the top menu background, please edit the file /media/templates/site/sailing/css/custom.css and change the color here:
Code:
.topmenu ul.menu > li:hover {
border-radius:7px;
box-shadow: inset -5px 5px 10px #111;
}
and here:
Code:
.topmenu ul.menu li:hover ul {
border-radius:0 7px 7px 7px;
box-shadow: inset -5px -5px 15px #111;
}
Please change the image /media/templates/site/sailing/images/top_menu_hover_bg.png in the graphic editor and make a transparent PNG of the color you want. I can make this for you if you let me know which color your prefer.
Regards,
Milos
Please Log in to join the conversation.
-
fuhrmann
Active member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
4 months 3 weeks ago #51496
by fuhrmann
Replied by fuhrmann on topic Can not changes background color of menu-items
Thank You so much. It works perfect fo me.
I've changed the picture as well in my color.
I've changed the picture as well in my color.
Please Log in to join the conversation.
-
fuhrmann
Active member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
4 months 3 weeks ago #51497
by fuhrmann
Replied by fuhrmann on topic Can not changes background color of menu-items
And wherecan i change the text: "Read more" of the buttons?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
4 months 3 weeks ago #51498
by milos
Replied by milos on topic Can not changes background color of menu-items
Hello,
To make a language override for the "Read more" text, go to System > Manage > Language Overrides. Click New to create a new override. In the "Language Constant" field enter JGLOBAL_READ_MORE and for Text enter the text you want.
Regards,
Milos
To make a language override for the "Read more" text, go to System > Manage > Language Overrides. Click New to create a new override. In the "Language Constant" field enter JGLOBAL_READ_MORE and for Text enter the text you want.
Regards,
Milos
The following user(s) said Thank You: fuhrmann
Please Log in to join the conversation.
Time to create page: 0.155 seconds