-
AuthorPosts
-
September 29, 2021 at 11:18 am #1322788
hello all
is it possible to format the custom widget menu like the menu in the headerexample below
thanks
and kind regards
FranzSeptember 30, 2021 at 5:50 am #1322929Hi Franz,
Thanks for the links. Do you mean that you want the menu items in the widgets to be more bold, like in the main menu?
Best regards,
RikardSeptember 30, 2021 at 7:04 am #1322938Hallo Rikard
Thank you for your feedback
I would like
background (blue) and font the same as the submenu under “Über uns*thank you
kind regards
FranzSeptember 30, 2021 at 2:37 pm #1323002Hi Franz,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#nav_menu-4 { background-color: #0098d2; margin-top: 8px; padding: 10px; } #nav_menu-4.widget li a { color: #000 !important; font-weight: normal; } #nav_menu-4.widget li a:hover { color: #fff !important; }
Best regards,
YigitOctober 1, 2021 at 7:01 am #1323096Hello Yigit
Thanks works great
one more question
how can I set you widethanks
and kind regards
FranzOctober 1, 2021 at 7:20 am #1323098:-)
and one small additionThat the font where on which page the link is at the moment
is whitethank you very much
October 2, 2021 at 6:16 pm #1323290Hi,
Thank you for your patience, to make the current page menu item white please add this css:#nav_menu-4.widget #menu-galerien > li.current_page_item > a { color: #fff !important; }
I’m not sure what you want to set wide, if it is the widget then try increasing the parent column from 1/5 to a larger column.
Best regards,
MikeOctober 2, 2021 at 9:02 pm #1323298Thanks for your efforts
I think we have misunderstood each otheri want the blue background to fill the whole width
and the text color in the active status is white
then i still have the same situation on one page
how can I indicate that both pages are changed?thank you and kind regards
FranzOctober 2, 2021 at 9:52 pm #1323300Hi,
Thanks for the feedback, for page 1 I don’t see that you have added the css above, it will make the menu link text white for all 4 items when you are on those pages, please see the screenshot below.
The blue area is the full width of your 1/5 column, on either side is the margin and padding from the page and from the next column, to make it larger please make your 1/5 column larger and the next column smaller, please see the screenshot below.
For you page 2 the widget ID is different so you will need to add this css for it to work the same:#nav_menu-5 { background-color: #0098d2; margin-top: 8px; padding: 10px; } #nav_menu-5.widget li a { color: #000 !important; font-weight: normal; } #nav_menu-5.widget li a:hover { color: #fff !important; } #nav_menu-5.widget #menu-archiv > li.current_page_item > a { color: #fff !important; }
please see the screenshot below.
After applying the css, please clear your browser cache and check.Best regards,
MikeOctober 3, 2021 at 12:45 pm #1323326Hello Mike
Thank you very much
so it fitsyou can close this request
kind regards
FranzOctober 3, 2021 at 1:58 pm #1323332Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘widget format’ is closed to new replies.