Okay
  Public Ticket #1910430
Footer Opacity issues
Closed

Comments

  • flash217 started the conversation

    If I set the Opacity to 0.0 or 1.0 it's the same thing!


    Whenever I set it between .1 and .9 it actually does what I need it to do.
    What's going on here!?

  •  8,996
    Tahir replied

    Hey Again,

    Try turning off this option and check : http://prntscr.com/mqhxhl ? .

    Best


    ThemeNectar Support Team 

  •  3,028
    Andrew replied

    Hi,

    Thank you for contacting us.

    The current css is set to work for data-bg-img-overlay="0" hence, add the following custom CSS in General Settings > CSS/Script Related > Custom CSS Code to fix that issue.

    #footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.0"]:after
     { 
     opacity: 0 !important;
     }
    

    Regards

  • flash217 replied

    Thanks, fixed