This topic has 12 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #110415
     Groubee2
    Participant

    Hi

    how to change the background and text color on rtMedia image comments popup box? See attached image.

    – The dialog text is white on white background – how can I change the background color(to blue) so I can see the text dialog?

    – The form text is grey on dark blue – how can I change the text to white?

    Shall I added your CSS to the rtMedia Custom CSS settings? or the theme?

    I look forward to hear from you!

    Best regards

    Tonny

    Attachments:
    You must be logged in to view attached files.
    #111063
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    .rtmedia-single-meta.rtm-single-meta {
        background: #0B0F18;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #111133
     Groubee2
    Participant

    Hi @Laura

    Thanks it works nice!!
    But I am still commenting with grey text on blue bg, how can I change the grey text inside the form to white? See attached image

    Best regards
    Tonny

    Attachments:
    You must be logged in to view attached files.
    #111592
     Laura
    Moderator

    Hello, try adding this to style.css 🙂

    COPY CODE
    
    #buddypress .rtmedia-container .rtm-lightbox-container .rtm-media-single-comments textarea {
        color: #FFF !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #111629
     Groubee2
    Participant

    Hi @Laura

    The popup image box looks great now – really great!

    But somehow… now it wont show the image I have uploadet inside the activity feed?

    What to do?

    Cheers
    Tonny

    Attachments:
    You must be logged in to view attached files.
    #111765
     Laura
    Moderator

    Hello, delete my code and test again to see if its related, let me know 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #113285
     Groubee2
    Participant
    This reply has been set as private.
    #113842
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #114107
     Groubee2
    Participant

    Thx Laura 🙂

    Its good that we are not busy with this project 😉

    #114418
     Radu
    Moderator

    Hi,

    Your photos are not displayed because of this css rule from Quick CSS Section

    COPY CODE
    ul#activity-stream a {
        text-indent: -9999px;
        width: 60px;
    }

    You can apply that rule only to buttons with thiss selector

    COPY CODE
    
    
    #buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .button {
    
    }
    
    

    Cheers

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

    Thx @Radu

    that code snippet was from your supporter! its not my code.

    it works now I think – when we click on the image, the popup add comment box to the right is with grey text, how can we change that to white, so we can see what we write? See attached image.

    Up in the right corner I think there is missing a “close window icon” ?

    Again – thx for helping us!

    Cheers
    Tonny

    Attachments:
    You must be logged in to view attached files.
    #114460
     Groubee2
    Participant

    sorry… the text color is now white! np!

    However their is still missing some (close window) graphics in the popup window in the upper right corner?

    #114644
     Radu
    Moderator

    Hi,

    I see everything shows ok, so you have solved the issue meanwhile ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
Viewing 13 posts - 1 through 13 (of 13 total)

The forum ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?