This topic has 4 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #196234
     Hanifa
    Participant

    Hi there,

    Some time ago, I’ve change the color of description that show on the box when we click to see a pic better. The color that we insert was white.

    But in other place, where we can add the description, now the color is also white, and I’ve try change but I cannot, because maybe I’m doing wrong.

    See in attachment where I want to change the color,  for when we a input a description we can see what we are doing.

    Thank you for your help

    Kind Regards,

    Nidia

    Attachments:
    You must be logged in to view attached files.
    #196289
     Radu
    Moderator

    Hi,

    use this CSS

    COPY CODE
    
    
    .rtmedia-editor-description.rtm-field-wrap textarea {
        color: red !important;
    }
    
    .rtmedia-edit-title.rtm-field-wrap input {
        color: red !important;
    }
    
    
    

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #196309
     Hanifa
    Participant

    Hi Radu,
    Thank you for you help.
    But that css change the title for red, but the description continue as the same color (white).

    Kind Regards,

    #196345
     Hanifa
    Participant

    Hi there,
    I’ve did, I put this Css
    }
    .rtmedia-container textarea {
    color: #777 !important;
    }

    and it works.
    thank you!

    #196587
     Radu
    Moderator

    Great
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?