Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author afzal_du

    (@afzal_du)

    It happens on some theme.
    However, I’m going to release an update (version 1.1.1) soon (today or tomorrow) and hopefully that will fix your problem.
    Thanks!

    Thread Starter peteincali2103

    (@peteincali2103)

    Ok, thanks for the quick response. I will look out for the new release.

    Thread Starter peteincali2103

    (@peteincali2103)

    Any status on when this new update will be released?

    Otherwise, any direction on how I could fix this through css etc?

    Plugin Author afzal_du

    (@afzal_du)

    I forgot. Doing it today

    Plugin Author afzal_du

    (@afzal_du)

    Done!
    Update in your wp site and clear browser cache after update.

    Thread Starter peteincali2103

    (@peteincali2103)

    Thanks for doing that and following up. Unfortunately that did not fix my problem. Any idea how I can fix this through CSS or otherwise?

    https://www.lightswitchrecycle.com/videos

    Thanks!

    Plugin Author afzal_du

    (@afzal_du)

    Hi,
    You have this style set somewhere in your page
    #s5_nav li:hover, #s5_nav li.mainMenuParentBtnFocused, #s5_nav li.active, .S5_submenu_item:hover, .S5_grouped_child_item .S5_submenu_item:hover, .s5_page_heading, .s5_ts_not_active a, .module_round_box-highlight1_hover:hover, .button, button, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open .btn-primary.dropdown-toggle, .btn-primary, .item-page .dropdown-menu li > a:hover, .blog .dropdown-menu li > a:hover, .item .dropdown-menu li > a:hover {
    background: #6D88B8 !important;
    }

    that !important part after background: #6D88B8 is overriding the style from the lightbox script.
    I’m not sure which plugin/theme is loading that style above but you need to find it and remove that !important part

    Thread Starter peteincali2103

    (@peteincali2103)

    I appreciate your help. I was able to remove that by doing that. I also removed the !important on a hover attribute that was making the bar blue dark blue. However, now with this new update, I noticed that when hovering over the X area, it shows a white border around that misaligned section. Can you see what is causing that?

    https://www.lightswitchrecycle.com/videos

    Plugin Author afzal_du

    (@afzal_du)

    Hi
    look for all the ‘button’ related style (or button:hover) and see where there’s a border style set up.

    Thread Starter peteincali2103

    (@peteincali2103)

    Found it. Thank you so much. Working great now!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Close bar above video not aligned correctly’ is closed to new replies.