Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1127852
remove description-title on lightbox image
Closed

Comments

  •  2
    michele started the conversation

    Hello, how can i remove description and title (and the black bar as well), from the lightbox image?

    You can see an example in the screenshot:


    (i use  child theme)

  •  433
    Sergio replied

    HI!

    pls. use following css:

    .slideinfo .fancybox-title{
        display:none !important;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  2
    michele replied

    Working, thank you :)