-
Author
-
May 28, 2017 at 02:25 #162835
jwchameleoncorp
ParticipantHello,
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.May 29, 2017 at 17:26 #162897Laura
ModeratorHello, 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 solutionLaura 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 🙂
May 30, 2017 at 20:21 #163051Laura
ModeratorHello, 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 solutionLaura 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 🙂
June 1, 2017 at 20:31 #163249Laura
ModeratorHello, 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 solutionLaura 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 🙂
June 2, 2017 at 02:04 #163266jwchameleoncorp
ParticipantHi Laura,
The only custom CSS I found with rtmedia is this:
#buddypress #whats-new-form .rtmedia-container {
height:initial !important;
}June 5, 2017 at 21:10 #163456Laura
ModeratorHello, 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 solutionLaura 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 🙂
June 7, 2017 at 22:21 #163694Laura
ModeratorHello, 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 solutionLaura 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 🙂
June 12, 2017 at 07:36 #164019Laura
ModeratorHello, 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 solutionLaura 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 🙂
June 15, 2017 at 16:17 #164340Radu
ModeratorHi,
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 solutionJune 17, 2017 at 08:55 #164496jwchameleoncorp
ParticipantHi @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.June 20, 2017 at 16:36 #164734Radu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 21, 2017 at 23:59 #164887jwchameleoncorp
ParticipantJune 26, 2017 at 15:42 #165250Radu
ModeratorYou’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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.