Okay
  Public Ticket #1621368
How to hide the Fancy Box gray overlay?
Closed

Comments

  •  1
    timxddd started the conversation

    Dear sir, 

    I'm building my website, and there is the Fancy box. But the overlay is so dark Gray that I want to remove it and to display my photos as original without any overlay effect. How can I do it, please help?

    Cheers,

    Tim  

  •  9,005
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-fancy-box .box-bg:after {
        background-color: rgba(51,51,51,0) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Jacqui replied

    One more question -  Is there a way to add an RSS feed to my blog page? Thanks!

  •  3,030
    Andrew replied

    Hey there,

    Thanks for reaching in,

    That is not possible out of the box. But you could add it yourself. Here's some information on that http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-rss-feeds-in-wordpress/

    Hope this helps,

    Regards