I have placed a Navigation widget in my footer that is displaying a ‘current page’ state that I do not want. I believe this may be caused by custom CSS I am using to provide a ‘current state’ for Parent>child>CHILD pages in the side navigation. The code is
.current_page_item {
background: #fcfcfc;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
Is there any way that I can have the footer navigation appear with no ‘current’ page state?
Also, in the latest news preview images, when the featured news item is a video nothing shows up in the thumbnail box. This is occurring in the footer and the news pages.
A separate problem I am having with the side navigation is that when reducing browser size, some of the menu items disappear under the main content section. Is there code that I can add to force it to hard return?
Thanks again for all your help!
Hi!
Please remove min-width value from following code
#top .widget_nav_menu li {
min-width: 120% !important; }
and add following code to Quick CSS
.widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item {
left: 0; }
@media only screen and (max-width: 989px) {
#top .widget_nav_menu ul ul li a { width: 140px; }}
Best regards,
Yigit
Great thanks for that!
Do you know of a fix for the problem with the video thumbnail not showing up in the latest news preview images. This is occurring in the footer and the news pages as illustrated in the image above.
Hey!
Please make sure to upload a Featured Image to your video blog post
Cheers!
Yigit
Excellent! Thank you for all of your help. Your support for this theme is awesome. I’ll be sure to use this theme again in the future.
Cheers.