The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Bigger upload image...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Bigger upload image icon on WpDIzcuz 7 beta

3 Posts
2 Users
1 Reactions
1,283 Views
Posts: 4
Topic starter
(@wills1)
Active Member
Joined: 5 years ago

Hi

The image upload icon looks a little lost over to right, do you have the css to make it larger, color it, and/or stop it floating right.

 

Thanks

Brian

2 Replies
Tom
Posts: 506
 Tom
Support
(@tomson)
Honorable Member
Joined: 10 years ago

Hi @wills1,

You can use this CSS code to make it bigger and change the color. Put this CSS code in Dashboard > wpDiscuz > Settings > Styles and Colors > Custom CSS Code textarea. Save it, delete all caches, go to website front-end and press Ctrl+F5 to reset browser cache:

#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i {
     font-size: 25px;
     color: #1998c9;
     margin-top: -3px;
}

You can change the color, by changing the color #1998c9; code to whatever you want. Here is the color picker: https://www.google.com/search?q=online+color+picker

Posts: 4
Topic starter
(@wills1)
Active Member
Joined: 5 years ago

Thanks Tom, that works perfectly 😉

Share: