changing that pink color over sound albums, albums

I have been looking for it but I can't find it. How do I change that pink color on the albums?

Quote · 1 Jun 2014

Boonex hard coded that in.

To force a override just add this to the bottom of default.css

#accepted_files_block {
    background-color: #FFFFFF !important;
}

I am assuming you mean the pick background color that shows up in the preview when you upload a photo or video.

If not, then you will have to be more specific on location.

https://www.deanbassett.com
Quote · 1 Jun 2014

 

Hi I have been having a really difficult time with changing the color of text in areas such as the calendar.  How can a change only certain colors without changing all of them?

Your going to have to provide a specific location and specific text you want to change. There is no easy answer. If you do not know how to use firebug and know css well enough to target a specific location then you will need to provide very specifc details such as a screenshot and page url so we can look things up for you.

https://www.deanbassett.com
Quote · 1 Jun 2014

For the numbers in the small calender your targeting the wrong css.

should be .bx-def-font-small not .bx-def-font

Also to make sure your just targeting the calender square you would add a new css rule to calender.css at the bottom.

.sys_cal_cell .bx-def-font-small {
    font-family: Arial;
    font-size: 16px;
    color: #FF00FF;
}

That will target just the font within the calender cell.

https://www.deanbassett.com
Quote · 1 Jun 2014

Oh. One other note: You hijacked someone elses topic that was for something specific. It may be yours is also a css issue, but it is not the same issue, thus you should have started your own topic.

https://www.deanbassett.com
Quote · 1 Jun 2014

 

Boonex hard coded that in.

To force a override just add this to the bottom of default.css

#accepted_files_block {
    background-color: #FFFFFF !important;
}

I am assuming you mean the pick background color that shows up in the preview when you upload a photo or video.

If not, then you will have to be more specific on location.

 I was talking about for example if you visit a person's profile, the sounds albums, files albums, and the backgrounds where the videos and photos appear. I would just like them to be white instead of peach/pink.

Quote · 2 Jun 2014

 

 

Boonex hard coded that in.

To force a override just add this to the bottom of default.css

#accepted_files_block {
    background-color: #FFFFFF !important;
}

I am assuming you mean the pick background color that shows up in the preview when you upload a photo or video.

If not, then you will have to be more specific on location.

 I was talking about for example if you visit a person's profile, the sounds albums, files albums, and the backgrounds where the videos and photos appear. I would just like them to be white instead of peach/pink.

 
You will need to provide a screen shot or url. They are normally not that color in those areas. So something about yours is different. If your running a custom template, then a screen shot will not be of any use as the css locations for custom templates are normally different.

https://www.deanbassett.com
Quote · 2 Jun 2014

ok yes it is a custom template. I am just going to leave it and ignore it. It's not a big deal to me. Thank you for helping.

Quote · 2 Jun 2014

I'm tripping out. I found it in the custom.css file of my custom template under the /*======album==========*/ label.

Quote · 2 Jun 2014

The color pink background upload form is defined here: /inc/classes/BxDolFilesUploader.php

<div id="__upload_type___accepted_files_block" class="bx-def-margin-top" style="background-color:#ffdada;"></div>
I said because I really look ...

Boonex hard coded that in.

To force a override just add this to the bottom of default.css

#accepted_files_block {
    background-color: #FFFFFF !important;
}

I am assuming you mean the pick background color that shows up in the preview when you upload a photo or video.

If not, then you will have to be more specific on location.

Baloo
Quote · 9 Apr 2016

Hello

The issue was fixed.

https://github.com/boonex/dolphin.pro/commit/ec85ca7cf25fcfdb7da8e85bcceeb2473bfe4fbb

Quote · 5 Jul 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.