• Resolved KruVy

    (@kruvy)


    Hello again Dev,

    Theme Option : Custom Cascading Style Sheets Not Working
    I have added this CSS code there –

    input[type=”email”], input[type=”tel”]{
    padding: 3px;
    border: 1px solid #888;
    }

    But its not applied to my contact page.
    https://umiyaviklangtrust.org/contact/

    Please look into this and resolve it as soon as possible.

    Thanks in Advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter KruVy

    (@kruvy)

    Sorry but I am suppose to hear from Author. Not from WordPress member since 3 Hours!

    Hi,

    After doing view source code on browser I had observed that the css styles you have added are included in following format:

    <style>input[type=&quot;email&quot;], input[type=&quot;tel&quot;]{
        padding: 3px;
    	border: 1px solid #888;
    }</style>

    I suggest you to change it to following:

    input[type=email], input[type=tel]{
        padding: 3px;
    	border: 1px solid #888;
    }

    This should probably an instant fix to your issue.

    However for a permanent solution I would suggest to add the styles in a separate or global css file of the active theme.

    Now hope this helps to resolve your issue.

    Thanks.

    Thread Starter KruVy

    (@kruvy)

    Yeah Thanks a lot,

    [type=email] instead of [type=”email”] fixed it!!!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @kruvy, I just have to let you know that @wallbreaker is not associated with WordPress in any way and you should not give your login details to that person. Please ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS Not Working’ is closed to new replies.