We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Origin theme [Solved] | Forum

Topic location: Forum home » Support » General Questions
Ivan Saveliev
Ivan Saveliev Jul 14 '14
origin, mailbox send button color, how to change?


The Forum post is edited by ross Jul 15 '14
ross Team
ross Jul 14 '14

change background color or probably background image

Ivan Saveliev
Ivan Saveliev Jul 15 '14

Quote from ross

change background color or probably background image



. owchan_mailchat_buttons 

base.css not have this line. added such settings yourself, but the color of the button has not changed. background-image: url ("images / btn_bg.gif"); all other buttons send black except mailbox

ross Team
ross Jul 15 '14
because it uses background image as a color
Ivan Saveliev
Ivan Saveliev Jul 15 '14
never used a background color in base.css this color at all. all buttons send black except mailbox
ross Team
ross Jul 15 '14
because mailbox button uses background image as a background color
Ivan Saveliev
Ivan Saveliev Jul 15 '14
need to change the color of the orange button, make it black. how to do it?
ross Team
ross Jul 15 '14
I already told you it uses image you need to replace this image with yours
Ivan Saveliev
Ivan Saveliev Jul 15 '14
background-image: url ("images / btn_bg.gif");  here is the picture?
ross Team
ross Jul 15 '14
Yes
Ivan Saveliev
Ivan Saveliev Jul 15 '14
this image is black, is still an orange button
ross Team
ross Jul 15 '14
please share your URL
ross Team
ross Jul 15 '14
the image and background color are the same

see screenshots





if you already changed them, have you tried to enable dev mode and refresh the website?

Ivan Saveliev
Ivan Saveliev Jul 15 '14
dev mode enabled, clear the cache using CACHE CLEANER EXTREME, nothing changes 
ross Team
ross Jul 15 '14
I will need admin and FTP access details in PM please. 
Kяuncн Leader
Kяuncн Jul 15 '14
.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button span {
background-color: #ccc;
background-image: none;
border-color: #aaa}

.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {
color: #000;
line-height: 18px;
text-shadow: none;
text-transform: uppercase}
Ivan Saveliev
Ivan Saveliev Jul 15 '14

Quote from Krunch .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button span {
background-color: #ccc;
background-image: none;
border-color: #aaa}

.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"], .ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="button"] {
color: #000;
line-height: 18px;
text-shadow: none;
text-transform: uppercase}
Added to your line base.css now button changed, thanks!
Ivan Saveliev
Ivan Saveliev Jul 15 '14


I thought there should be a button to send?


Kяuncн Leader
Kяuncн Jul 15 '14
What you have circled is the file attachment button and just to the left of that where one would think there should be a send button?, there is not, simply type message and select your Enter key at your keyboard.
The Forum post is edited by Kяuncн Jul 15 '14
Pages: 1 2 »