• Resolved goldkast

    (@goldkast)


    Hi,
    I have two question.
    Please see attached image.
    https://snipboard.io/g7VcTl.jpg

    1. I don’t know what this upper box doing for.
    And I if I can, I want comment this out.

      i was trying to comment bos out with code below but also submit button disappears.

    .w3eden *, .w3eden ::before, .w3eden ::after {
    diplay:none
    }

    2.” Wrong Password! Try Again.” is not displaying.
    I have checked setting page but I sould not figure this out.

    If there is any one know how to soleve this problem. Please let me know.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @goldkast

    Thanks for the screenshot and web page link. I have checked it and found that It is not ‘Easy Digital Downloads’ functionality. I think it is coming from ‘Download Manager’ plugin.

    But I can help you with little CSS snippet.

    I don’t know what this upper box doing for.

    Ans – There is no special or unique class is assigned to it. So in case if I target with CSS then other will also be hide.

    It looks like that it is a part of ‘Download Manager’ plugin. I recommend you to take a look at it. I am sure you will find something. May be there is any blank / empty entry exist which is causing this blank box.

    2. Wrong Password! Try Again. is not displaying.

    Ans – The text is not displaying because it has the same color as background. Please add below CSS snippet to WordPress Appearance > Customizer > Custom CSS section or your theme / child theme style.css

    .btn.btn-danger .color-red{color: #fff !important;}

    Thread Starter goldkast

    (@goldkast)

    Thank you so much for your help!!
    Everything cleared now!!
    I really appreciated all your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘I have two problems please help’ is closed to new replies.