|
|
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
Home > FlexCMS Support Forum > User Help > FAQ's: Templates > Making the logo or any block transparent?
FlexCMS Support Forum
Making the logo or any block transparent? Started October 11, 2010 @ 8:28am by xp951
|
Post Message |
|
|
Making the logo or any block transparent? | October 11, 2010 @ 8:28am | I am trying to make my Logo block transparent so that my Logo will appear over my pages background image. Is that possible? |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| October 11, 2010 @ 12:01pm | It should be possible, depending on the template and the exact block position (logo, top full, or top banner could all be used for a logo). Generally it would involve locating the bgcolor="#whatever" for the table cell of that block and removing it so the background shows through.
Post the URL or a screenshot here or email to and let me know which template.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
| |
|
|
| October 11, 2010 @ 12:20pm | www.mainepontoondealer.com
I am using innovation monochrome |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| October 11, 2010 @ 9:03pm | Try removing bgcolor="#9e9e9e" from line 308 in your template.php and see if that does anything for you.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
| |
|
|
| October 12, 2010 @ 6:17am | I tried that before I posted and it makes the background black...
Also if I change the location to "TOP BANNER" it does not show up at all
Any other suggestions. |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| October 12, 2010 @ 8:35am | Ah yes there are other table backgrounds below the grey one, sorry about that. How about making line 298 look like the code below and setting that block to Top Banner, does that do anything useful?
Code
<div align="center"><br>'.$TemplateTags['topbannerblocks'].' |
|
Dave
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
| |
|
|
| October 12, 2010 @ 10:53am | That worked...Thanks |
|
|
|
|
|
|
| |
|
|
Setting Left Block to transparent | October 29, 2010 @ 9:48am | I see the process for the Top Banner but what about doing this for other blocks like the left block. Same template, innovation-mono.
why sleep when I can work... |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| October 30, 2010 @ 6:21pm |
Quote (roadie02h)
I see the process for the Top Banner but what about doing this for other blocks like the left block. Same template, innovation-mono. |
|
I'm not sure it's going to work out as you have in mind. It's roughly the same idea just other table cells also need the background removed, and you're going to need to re-work some of the others to compensate. 302, 304, 320 are going to need the bgcolor removed, but then you're going to need to build those back in other places to re-create the borders and backgrounds.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
|
|
|
| MEMBERS
|
|
|