Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #186617
    Matthias Beck
    Participant

    I recently have updated to Chicago Pro for my blog because I wanted the comment function to be activated and several colors to be easy adjustable. But there are some issues I cannot solve within the custumize menues and my knowledge of css is not good enough to fix them by myself:

    1. Background color of comment edit field is light grey with text color only a little darker which results in very poor contrast. I want to change it and cannot find a setting for both of it.

    2. The edit fields for name and e-mail (?) are empty and have no labels. Normaly there should be a kind of label so the user knows what to fill in. Background and text colors here a simple black and white when you fill in something.

    3. The captions beneath photos are in a very dark grey, so that they are very hardly to see at the dark background. I would also like to change their color.

    I would be very thankfull if someone could suggest how i could manage this, which files have to be changed or which css code is nessessary.

    Matthias

    #186653
    Skandha
    Participant

    @zoemobil: Hello there,

    1.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    textarea {
         color: #444 !important; 
    }

    2. There seems to be an issue with the label. The issue will be fixed and an update will be released soon. I will let you know when the update is released.

    3. For the caption color
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #caption-attachment-3316 {
        color: #fff;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #224616
    Matthias Beck
    Participant

    Hi Skandha,

    Thanks for your quick answer and sorry for my late response.

    For the first point I can say it works very well. Text is now black on grey background. Perfect!

    Regarding the second point I’ll wait for your further messages.

    The third suggestion works well, too … but only beneath a single image (see: https://zoemobil.de/?p=3312). All other captions stay grey. I suppose this has to do with the “-3316” because it is in the “wp-image-3316” value of the image. How can I let all image captions turn white?

    Kind regards,
    Matthias

    #224658
    Skandha
    Participant

    @zoemobil: Hello Matthias,

    The comments label issue has been fixed and an update will be released anytime soon.

    To change the color of image caption for all the images.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-caption figcaption {
        color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #224720
    Matthias Beck
    Participant

    Yes, Skandha,

    the code does exactly what I want. Thank you a lot!

    Greetings from Berlin

    Matthias

    #224741
    Skandha
    Participant

    @zoemobil: Hello Matthias, 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/chicago/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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Comment Edit Fields resp. Color Management a. o.’ is closed to new replies.