hi, i have the same problem with j51-serenity. i want to use a *.png-picture (logo with background transparent) in the template. i have added the code:
.logo {
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
in the field "custom cms" and saved. the logo is still appearing still with a white background. can someone please help me.
- toms-office
-
- Commercial Templates
- Saturday, 06 October 2018
- Subscribe via email
Thank you
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.logo {
background-color: transparent;
border: 0 none;
box-shadow: none;
padding-top: 6px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 3
thanks for your new message. i have tried like you wrote. but it still does not work.
- more than a month ago
- Commercial Templates
- # 4
Hello
May I suggest sending temporary administration 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
May I suggest sending temporary administration 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
- more than a month ago
- Commercial Templates
- # 5
I tried that code & it didn't work for me in Asley. http://www.katmandhu.com
(Switched to this, I just didn't like BOSS for this site.)
My logo is a transparent .png, so I think it would look better.
Thanks,
Kat
(Switched to this, I just didn't like BOSS for this site.)
My logo is a transparent .png, so I think it would look better.
Thanks,
Kat
References
- more than a month ago
- Commercial Templates
- # 7
Hi Kat
You appear to be using the Ashley template. Would you like the entire header area to be transparent (have backgound image behind logo) ?
Ciaran
You appear to be using the Ashley template. Would you like the entire header area to be transparent (have backgound image behind logo) ?
Ciaran
- more than a month ago
- Commercial Templates
- # 8
Yes, but only on certain pages.
Been along time. Hope you are doing well.
I picked Ashley because the logo could be large enough for my taste.
I love all the new templates you've made since I have come back to haunt you!
Thanks for the reply,
Kat
Been along time. Hope you are doing well.
I picked Ashley because the logo could be large enough for my taste.
I love all the new templates you've made since I have come back to haunt you!
Thanks for the reply,
Kat
- more than a month ago
- Commercial Templates
- # 9
Hi Kat
Good to see you back
To amend try adding the following to the Custom CSS field of your template settings..
Ciaran
Good to see you back
To amend try adding the following to the Custom CSS field of your template settings..
#container_header {
background-color: transparent;
}
.hornavmenu {
background-color: white;
padding-top: 15px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 10
Dear Ciaran,
I love it so much, I've made all my header logos transparent. It just makes the background images look so much cooler and gives depth to the site! I need more!
Can you figure out a CSS that I could add to make everything under content down to footer transparent also. SIDECOL-A & B would be awesome too.
Sorry to come back and bug you again, but I swear this is the last until I start working back on bargoddess.com. I found a new template that I think will work better, but not for awhile. Gotta get this one going. (Neglected far too long.)
Thanks,
Kat
I love it so much, I've made all my header logos transparent. It just makes the background images look so much cooler and gives depth to the site! I need more!
Can you figure out a CSS that I could add to make everything under content down to footer transparent also. SIDECOL-A & B would be awesome too.
Sorry to come back and bug you again, but I swear this is the last until I start working back on bargoddess.com. I found a new template that I think will work better, but not for awhile. Gotta get this one going. (Neglected far too long.)
Thanks,
Kat
- more than a month ago
- Commercial Templates
- # 12
Hi Kat
You appear to have already found a solution? Checking your site and it appears the footer of your site is now transparent?
Ciaran
You appear to have already found a solution? Checking your site and it appears the footer of your site is now transparent?
Ciaran
- more than a month ago
- Commercial Templates
- # 13
Footer yes, that's standard with this template. I'd like Bottoms, Bases & Side Columns also.
- more than a month ago
- Commercial Templates
- # 14
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Sorry to say it is not possible to make the background of the side column transparent without effecting the component area.
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
#container_bottom1_modules,
#container_bottom2_modules {
background-color: transparent;
}
Sorry to say it is not possible to make the background of the side column transparent without effecting the component area.
Ciaran
- more than a month ago
- Commercial Templates
- # 15
I have a page that I am playing with an idea for.
You have to look at the Showcase position also! I'm not sure if it got copied over from my other site or what, but I LOVE the looks of it for some reason! WTF? But I am gonna use it! I don't know if this template even has that position!
Here's the link to both in question.
https://katmandhu.com/index.php/katmandhu-designs/etsy-showcase
Want to be able to make these transparent.
No hurry & thanks for all you do for me!
Kat
You have to look at the Showcase position also! I'm not sure if it got copied over from my other site or what, but I LOVE the looks of it for some reason! WTF? But I am gonna use it! I don't know if this template even has that position!
Here's the link to both in question.
https://katmandhu.com/index.php/katmandhu-designs/etsy-showcase
Want to be able to make these transparent.
No hurry & thanks for all you do for me!
Kat
- more than a month ago
- Commercial Templates
- # 18
Thank you Kat. Looking good.
To amend the background of the base modules, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend the background of the base modules, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
#base1_modules {
background-color: transparent;
}
#base2_modules {
background-color: transparent;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 19
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »