1. maudo2
  2. Commercial Templates
  3. Thursday, 20 April 2023
  4.  Subscribe via email
Hi,
I want to use the Willow template, i try the whole day to get my background in the Main Content Container TRANSPARENT... no way :(
my custom.css:


body {
background-image: url("https://www.speicher-tuebingen.de/images/bg/3069_2534x1690.jpg") !important;
}

>> correct loading the image as Background...
but
.maincontent {
background-color: rgb(0,255,0);opacity:0.2;
}

neither

.com-content-article {
background-color: rgba(60,60,60,0.5);
}


... show me a transparent Background.
Please Help!

Regards, Markus.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Markus

May I suggest sending temporary access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Markus

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#container_main .wrapper960 {
background: transparent;
}
#content {
box-shadow: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Yea , many thanks!
That's the solution!

Greets
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!