Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #168592
    S.
    Participant

    Hello,

    I want to change the colors of the post meta data (name author, date and edit-link). What css should I use to do so?

    Now the colors fades away against the background colour, the text is not readable any more.

    I need to change text-color, link-color and hover-color.

    Who can help me?

    #168610
    Skandha
    Participant

    @siedshofer-nl: Please post in your site URL so that I can provide you the necessary CSS Code.

    Kind Regards,
    Skandha

    #168616
    S.
    Participant

    My url: http://www.familietichelaar.nl
    Thank you for your repky.

    #168621
    Skandha
    Participant

    @siedshofer-nl: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-meta span a {
    	color:#123456;
    }

    You can change the color according to your choice.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #168665
    S.
    Participant

    Hello,
    This was not the solution, there weren’t any changes visable!

    Do you have another suggestion?

    #168701
    Skandha
    Participant

    @siedshofer-nl: I don’t see any post meta data (name author, date and edit-link) on your site. Can you let me know where is your post meta data so that I can provide you the CSS?

    Kind Regards,
    Skandha

    #168740
    S.
    Participant

    But those meta-data is there, just hardly to see. Just change to the english language, choose in the menu the messages. If you look well, it is there. Otherwise, see the source-code of this page. In this code, you can find the text of this message and see the meta information present, including the edit-link.
    I did not change the css, other than via the customizer.

    #168771
    Skandha
    Participant

    @siedshofer-nl: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .comment-metadata a {
    	color:#fff !important;
    }

    You can change the color according to your choice.
    Let me know if this resolves your issue.
    Kind Regards,
    Skandha

    #168777
    S.
    Participant

    Hello,
    That did the trick! All is well now, thank you very much!

    #168778
    Skandha
    Participant

    @siedshofer-nl: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Changing colours post metadata’ is closed to new replies.