Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #261505
    mvigil514
    Participant

    How do I customize color of Post Title and Paragraph Text placeholder when creating post. The font color is dark gray and background is almost black. Cannot see placeholder. Thank you!

    #261533
    Skandha
    Participant

    @mvigil514: Hello there,
    Can you please post in your site URL so that I can look into the issues?

    Kind Regards,
    Skandha

    #261870
    mvigil514
    Participant

    Hi Skandha,

    Sorry for the late reply, email went to spam.

    The url is averymedia.michaelvigil.com/wp-admin

    Log in and add new post and you will see the default placeholder text color.

    I have woocommerce installed, but I’ve made sure the Theme CSS files load after all other css files.
    Thank you, Michael

    #262810
    Skandha
    Participant

    @mvigil514: Hello Michael,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #page {
        background-color: #fff;
    }
    body, a, h1, h2, h3, h4, h5, h6, .stats-content-wrapper .hentry-inner .sub-title, blockquote p, .header-media .section-title, .custom-header-content .site-header-text, .drop-cap {
        color: #000;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #262860
    mvigil514
    Participant

    Hi Skandha,

    Unfortunately, this only modifies the “Front End”. I’m looking to modify the back end placeholder text when you add a new page/post. Here’s a screenshot of what I’m talking about. This is when I initially click on “Add New” for a page. As you can see, the placeholder font color is almost invisible due to the colors. Screenshot

    Thank you again for your help.

    #263225
    mvigil514
    Participant

    I have fixed this. Please close topic.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘PhotoFocus – Admin Area’ is closed to new replies.