This topic has 16 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #162835
     jwchameleoncorp
    Participant

    Hello,

    Where are the settings for styling the lightbox?

    As you can see in the attached snapshot (Capture.jpg) the comment area, add media button, etc. have a black background. I don’t remember changing my settings to this.

    It should look like the other snapshot (Capture2.jpg) which is an example from a Sweet Date website I design. The styling here shows a light background in the comment area, add media button, etc.

    Thanks for the help!

    Jeff

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

    Hello, can you share access so i can check it out?

    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 🙂

    #162904
     jwchameleoncorp
    Participant
    This reply has been set as private.
    #163051
     Laura
    Moderator

    Hello, password didnt work, 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 🙂

    #163065
     jwchameleoncorp
    Participant
    This reply has been set as private.
    #163249
     Laura
    Moderator

    Hello, there is some css overriding that, it may be related to cache, please check your style.css and any custom css you have, the class is

    COPY CODE
    
    .rtmedia-single-meta
    

    You should replace it with

    COPY CODE
    
    .rtmedia-single-meta.rtm-single-meta {
        background: white !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 🙂

    #163266
     jwchameleoncorp
    Participant

    Hi Laura,

    The only custom CSS I found with rtmedia is this:

    #buddypress #whats-new-form .rtmedia-container {
    height:initial !important;
    }

    #163456
     Laura
    Moderator

    Hello, can you share ftp so i can check the files? 🙂

    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 🙂

    #163457
     jwchameleoncorp
    Participant
    This reply has been set as private.
    #163694
     Laura
    Moderator

    Hello, ftp login auth failed, please let me know, if cpanel access is available i can work at the file manager 🙂

    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 🙂

    #163697
     jwchameleoncorp
    Participant
    This reply has been set as private.
    #164019
     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 🙂

    #164340
     Radu
    Moderator

    Hi,

    The css to makes that white isntead of black it’s next

    COPY CODE
    
    .rtmedia-container .mfp-content .rtm-lightbox-container { background: #ffffff !important; }
    .mfp-content #buddypress .rtm-lightbox-container .rtmedia-single-meta { background-color: #fff !important; }
    
    
    #buddypress .rtmedia-like-info {background:#fff !important;}
    
    #buddypress .rtmedia-single-container .rtmedia-single-meta div.rtmedia-actions-before-comments>span a, #buddypress .rtmedia-single-container .rtmedia-single-meta div.rtmedia-actions-before-comments>span button, #buddypress .rtmedia-single-container .rtmedia-single-meta div.rtmedia-actions-before-comments>span button.rtmedia-action-buttons {
        color: #000 !important;
    }
    .rtmedia-container ul#rtmedia_comment_ul li, .rtmedia-activity-container ul#rtmedia_comment_ul li {
        background-color: #fff !important;
        }
    
        .mfp-content #buddypress .rtm-lightbox-container .rtmedia-single-meta .rtm-media-single-comments {
        background-color: #fff !important;
    }
    
    #buddypress #rt_media_comment_form {background:#fff !important;}
    
    div#rtmedia-single-media-container {
        background: #fff !important;
    }
    

    Cheers
    R.

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

    Hi @radu

    Thanks for all that work. Really appreciate much talent you have!

    Code worked great, except one area of the CSS. The comment box is still black. (see attached snapshot)

    What do I need to do to change it?

    Thanks again for all your help!

    Jeff

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

    Hi,

    Thank you and you’re welcome

    Add also this code

    COPY CODE
    
    .mfp-content #buddypress .rtm-lightbox-container .rtmedia-single-meta .rtm-media-single-comments textarea {
        border: 1px solid #ccc !important;
        background-color: #ffffff !important;
        color: #333333 !important;
    }
    

    Please rate us on ThemeForest with 5 stars if you are happy with us.

    Cheers
    R

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

    Strong work @radu

    Looks great!

    Really appreciate all your help.

    Cheers my friend. 🙂

    #165250
     Radu
    Moderator

    You’re welcome
    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 17 posts - 1 through 17 (of 17 total)

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

Log in with your credentials

Forgot your details?