Sign Up for OSTraining

Welcome, Guest
Username: Password: Remember me

TOPIC: Transparent Article Body?

Transparent Article Body? 1 year 2 months ago #40024

  • Edgarvr
  • Edgarvr's Avatar
  • OFFLINE
  • OSTarter
  • Posts: 2
  • Karma: 0
Is there a way to make a joomla article transparent,
so you can see the background of the body?
Please become a member of OSTraining to reply to this post.

Transparent Article Body? 1 year 2 months ago #40030

  • Nick
  • Nick's Avatar
  • OFFLINE
  • Administrator
  • Posts: 16855
  • Thank you received: 395
  • Karma: 57
Hi and welcome, Edgar!

Are you trying to do this for all your articles or only one article? What Joomla version are you using? Could we get a link to your site to take a quick look?

Kind regards,
Nick
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Transparent Article Body? 1 year 2 months ago #40095

  • Edgarvr
  • Edgarvr's Avatar
  • OFFLINE
  • OSTarter
  • Posts: 2
  • Karma: 0
Nick,
Yes I am trying to do this for all the articles in my website. Unfortunately I do not have an accessible on-line example.
Please become a member of OSTraining to reply to this post.

Transparent Article Body? 1 year 2 months ago #40098

  • Nick
  • Nick's Avatar
  • OFFLINE
  • Administrator
  • Posts: 16855
  • Thank you received: 395
  • Karma: 57
Hi Edgar,

In that case, it's simple. You can just use CSS and make the background of the article div(s) transparent using the transparent feature. For example,
.maincontent_area .content_area {
    background: transparent;
}

.maincontent_area .item-page {
    background: transparent;
}

Are you familiar with CSS? The edits are simple to make but can be tricky if you've never used CSS before.

Kind regards,
Nick
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Sign Up for OSTraining

Powered by Kunena Forum

Open Source Training is not affiliated with or endorsed by the Joomla, WordPress or Drupal projects.
All product names and trademarks are the property of their respective owners.

Copyright 2013 Open Source Training, LLC. All rights reserved.