-
AuthorPosts
-
January 12, 2018 at 12:40 pm #896555
Dear support.
I need the all subpages to be shown in sidebar?
How can I make it?
Thank you in advance.January 14, 2018 at 7:46 pm #897156Hey AliAbabwa,
Try adding this css code in QUick CSS (located in Enfold > General Styling):
#top .sidebar .widget_nav_menu .nested_nav .children { display: list-item; }
Hope this helps :)
Best regards,
NikkoJanuary 15, 2018 at 9:46 am #897444Thank you, Nikko.
Could you please help me with background of subpages (100% of width)? Because now the style of subpages in sidebar bold only (without background).January 15, 2018 at 3:54 pm #897577Hi,
Try to replace the code that I gave above with this:
#top .widget_nav_menu { margin-left: -50px; } #top .sidebar .widget_nav_menu .nested_nav .children { display: list-item; background: #f1f1f1; padding-left: 0; } #top .sidebar .widget_nav_menu .nested_nav .children li { border: 1px solid #ccc; border-left: 0; margin-top: -1px; } #top .widget_nav_menu ul ul li:before { left: 50px; }
Hope this helps :)
Best regards,
NikkoJanuary 15, 2018 at 5:00 pm #897634Thank you for soon answer, Nikko.
But I mean this background for active page only (not for all pages).January 15, 2018 at 6:04 pm #897656Hi,
Try replacing the code I gave with this instead:
#top .widget_nav_menu { margin-left: -50px; } #top .sidebar .widget_nav_menu .nested_nav .children { display: list-item; padding-left: 0; } top .sidebar .widget_nav_menu .nested_nav li.current_page_item { background: #f1f1f1; border: 1px solid #ccc; border-left: 0; margin-top: -1px; } #top .sidebar .widget_nav_menu .nested_nav li a { margin-left: 50px; } #top .widget_nav_menu ul ul li:before { left: 50px; }
Best regards,
NikkoJanuary 15, 2018 at 6:10 pm #897662Undortunately the style of subpages in sidebar still bold only (without grey background).
January 15, 2018 at 9:59 pm #897714Hi,
I missed a # on the code above:
top .sidebar .widget_nav_menu .nested_nav li.current_page_item { background: #f1f1f1; border: 1px solid #ccc; border-left: 0; margin-top: -1px; }
it should be:
#top .sidebar .widget_nav_menu .nested_nav li.current_page_item { background: #f1f1f1; border: 1px solid #ccc; border-left: 0; margin-top: -1px; }
Best regards,
NikkoJanuary 16, 2018 at 10:15 am #897952Great, thank’s a lot, Nikko!
January 16, 2018 at 6:46 pm #898106Hi,
You’re welcome. Thanks for using Enfold and have a nice day :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.