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

Sign In Screen edit | Forum

Topic location: Forum home » Development » Themes
Thomas Crown
Thomas Crown Nov 7 '15
Can anyone tell me where to to edit the log in screen for proximus 2? See attached image. I want to put a custom logo on the log in screen and OWVisuals didn't program a place to do so. They are refusing to help me because they are trying to extort me for more money because I didn't give the a 5 star review. I know how to edit the code, I just need to know which file to edit.
Thanks
Attachments:
  signinlogo.png (500Kb)
Families
Families Nov 7 '15
Go to your main page you want to edit, high light the text portion and right click on inspect element, this will show you were the file destination is so, you can make edits in your file-manager.


I hope this helps!

Thomas Crown
Thomas Crown Nov 7 '15
I did, and I know where in the base.css file to edit the color and size. So I tried to insert and image url there, hoping it would overwrite it in it's place and that didn't work.
Kяuncн Leader
Kяuncн Nov 23 '15
.ow_sign_in_wrap h2 {
background: rgba(0, 0, 0, 0) url(".../img/Premier_Logo.png") no-repeat scroll 0 0;
color: transparent;
font-size: 0;
height: 48px}