Placeholder Color or CSS or Style

This topic contains 6 replies, has 2 voices, and was last updated by  jahusdtc 6 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #416759

    jahusdtc
    Expired Member
    Post count: 162

    Can I make the placeholder more visible here?

    Have attached image of the Add New Place page Address input field. Think there are others.

    Tried this…didn’t work for me.
    #geodir_post_address_row input::-webkit-input-placeholder,
    #geodir_post_address_row input:-moz-placeholder,
    #geodir_post_address_row input::-moz-placeholder,
    #geodir_post_address_row input:-ms-input-placeholder {
    color: red!important;
    }

    Thanks for your counsel!

    #416858

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Try this and see if it works.

    
    
    input#post_address::placeholder {
        color: red!important;
    }
    #416914

    jahusdtc
    Expired Member
    Post count: 162

    Worked perfectly! Thank you for the loan of your brainpower!

    #416922

    jahusdtc
    Expired Member
    Post count: 162

    Worked perfectly! Thank you for the loan of your brainpower!

    Whoops! Still very clever…but…works in the Style Edit in the web developer tools, but doesn’t seem to work in my stylesheet.

    Sad :{

    Thank you very much for the idea.

    #416933

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    #416934

    Kor
    Moderator
    Post count: 16516

    Hi there,

    It works when I inserted the custom CSS code into GD > Design > Scripts > Custom Style CSS. Could you please check?

    Thanks!

    #416972

    jahusdtc
    Expired Member
    Post count: 162

    Sure ’nuff! It worked!

    Thank you! And thank you for perservering!

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket