I have been looking for it but I can't find it. How do I change that pink color on the albums?
I have been looking for it but I can't find it. How do I change that pink color on the albums? |
Boonex hard coded that in. https://www.deanbassett.com |
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 |
For the numbers in the small calender your targeting the wrong css. https://www.deanbassett.com |
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 |
Boonex hard coded that in. 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. |
Boonex hard coded that in. 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. https://www.deanbassett.com |
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. |
I'm tripping out. I found it in the custom.css file of my custom template under the /*======album==========*/ label. |
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> Boonex hard coded that in. Baloo |
Hello The issue was fixed. https://github.com/boonex/dolphin.pro/commit/ec85ca7cf25fcfdb7da8e85bcceeb2473bfe4fbb |