Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Ignite - module background colours

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi there

my website: www.dlcomponents.co.za

I've added other information to the search module
on the home page an other pages
but now the background is grey
I want it to be transparent - How do I do that?
I think it is they way the search module is set up?

and then

another background issue

sidebar-2
got a white background how can I make it grey? seeing that it is white
and it looks a bit odd?

thx
Attachments:
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Search is controlled by this div

#logowrap .search-inner { }

You just need to target that
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I will need to get back to you on the sidebar as the content governs the height of the sidebar background

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi

in which file would I get that?
and how do I change the colour
Sorry not fimilier with a lot of coding?
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
You would add to the custom.css fille

#logowrap .search-inner { }

and in the brackets add background:transparent

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi

Talking to the developers sidebar wise this feature would need extensive work re-working the template coding

This would fall under custom work and take 3 hours to work with the js to get this to display as you are looking for

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
oh dear, ok
will get back to you then - maybe I can do something else there
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there

thx for helping

this is what I added: to custom.css but it is not working
I must be missing something small?


body {
background: url(../images/background.jpg) !important;
background-repeat:no-repeat !important;
background-position:left top !important;
#logowrap .search-inner {background:transparent}
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
Yes you need to close the rule for the body.

so it should be this:
body {

background: url(../images/background.jpg) !important;
background-repeat:no-repeat !important;
background-position:left top !important;}
#logowrap .search-inner {background:transparent}

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
"Baie Dankie" / Thank you

it works :)
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
Cool thanks for the update

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers