Okay
  Public Ticket #1471415
Lightbox, removing rectangle from top
Closed

Comments

  • Horn01 started the conversation

    Hi

    1. Can I remove grey rectangle from top of lightbox gallery?

    2. Is there any way to extend underline in “Name” and “Email” field of “Contact Form”?

    Thank you!

    {"wp":{"use":false,"adminUrl":"http://lukaszmazurkiewicz.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • Horn01 replied

    1. I figured out how to remove grey rectangle from top of lightbox, adding this to Custom CSS:

    .lg-sub-html,.lg-toolbar {
     background-color:rgba(0,0,0,.0) !important;
    }


    2. What about extending underline?


  •  1,560
    Laborator replied

    Hi there,

    To add the grey underline color, go to Custom CSS and search for .labeled-input-row input, you will need to change the border-bottom color from transparent to #EEE:

    .labeled-input-row input {
        border-bottom-color: #EEE;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Horn01 replied

    Great! It`s working. 

    Thank you for your help.

  •  1,560
    Laborator replied

    Great news

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.  A huge thank you from Laborator in advance and have a great week!

    Will set this ticket as solved from here.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group