Okay
  Public Ticket #2190092
Lightbox Global Settings in Elementor
Closed

Comments

  • danielxiang started the conversation

    Hello! I´m trying to change the backgroundcolor of the lightbox in the global settings of elementor, unfortunately it doesn´t affect at all, always the standard setting appears (black background)...


    Thank you!

    Daniel

  •  675
    Neuron replied

    Hi Daniel,

    The global option of Elementor affects only the images that are opened in Elementor not the single images that are included on the Portfolio Item, if that's what you mean.

    The style should be added at Appearance > Customize > Additional CSS.

    .mfp-zoom-in.mfp-bg {
        background-color: your_color !important;
        opacity: 0.8 !important; // The alpha of the color
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • danielxiang replied

    Great! This works flawless!

  • danielxiang replied

    One thing i can´t figure out:

    I would like to set three different menue items, i.e. "One", "Two", "Three", this should appear in the navigation.

    Every menue item has a subsite, in which i would like a portfolio with different categories. So at the Site "one" should only be all items with the category "one"..this is no problem at all...the problem is, that i would like to have the corresponding url like this "www.name.com/one/posting", "www.name.com/two/posting.." and so on.

    Is it possible to route the portfolio under different Urls? At the moment all protfolios from each sites points to "www.name.com/portfolio/posting". i´m able to rename the term "portfolio", but how i archive this scenario for different portfolios?


    many thanks!

  •  675
    Neuron replied

    Hi,

    Unfortunately that cannot be achieved, the different parent hierarchy works only for pages not for custom post types(in this case portfolio), you can have only the same.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.