How to Add a fixed background image to oxwall join page.

Just recently I published an article on How To Customize Your Oxwall Join Page (Facebook Look) not surprisingly, the article has received a lot of attention, and I received some of your mails asking me how to place a background image on the join page, that’s why I decided to take to my blog once again.

With a few clicks and steps we can setup a decent fixed background image for your oxwall join page with a simple CSS code.

CSS Style

Include this code in your base.css or simply copy and paste in your custom css from your admin dashboard.


Replace YOUR_BACKGROUND.JPG with your image url.

Implementing your Background Image

You will need to login to your cpanel/ftp client.

  • In join_index.html ( ow_system_plugins/base/views/controllers) find {block_decorator} and paste the following code just above/before it.

<div class=’ewt_join’>

  • then find {/if}

{/block_decorator} and add the following code just after/below it.

</div>

Did you get the answer you were searching for?

Save hours of searching online or wasting money testing unnecessary plugins, get in touch with me and let's discuss a suitable plan for your project. Best thing about this service is that you are never placed on hold and get to talk to an expereinced Oxwall/Skadate developer.

Get Answers for Free!

Ask a question related to this topic and get immediate answers from other community members in 48hrs or less. Contribute by answering members questions.

Ask Question
Premium Service

Whether it's a custom plugin, theme or dedicated support needed to get you started on your project, get professional 24/7 support tailored to your need.

Get in Touch

Or just leave a comment...

  • Save your code and enjoy!

Note: You must enable dev_mod before your changes takes effect.

Leave a Reply