Try to play with your templates/tmpl_uni/css/general.css file ;-)
For example:
body
{
...
background-color:transparent;
(change/comment/delete background-image) ...
}
Also play with .main class...
Search for tags regarding main block, block header, block content, etc... in the same general.css file
Especially for the block, you can also try to replace the default background image with semi-transparent image ;-)
If you need more info, try a search on Google with "css see more background" as keywords ;-)
-----------------------------------------------
If you will change border and something use this:
.main
{
position:relative;
width:940px;
border:0px solid #999;
does any one know where i can allow members to add html layouts to 6.1 becuase in 6.0 i could add it in BxBaseProfileView.php in IN function : showBlockDescriptions( $sCaption ) now that not possible
Yes very nice and I like them both. With the first top one will completely remove the main white background and borders,the next mod will lightly transparent the whole main page very nice.And I couldn't decide so why not do both.
For example:
body
{
...
background-color:transparent;
(change/comment/delete background-image) ...
}
Also play with .main class...
Search for tags regarding main block, block header, block content, etc... in the same general.css file
Especially for the block, you can also try to replace the default background image with semi-transparent image ;-)
If you need more info, try a search on Google with "css see more
Open templates/tmpl_uni/css/profile_view.css,
and add this before #thin_column
.main
{
background : transparent;
background-repeat: no-repeat;
}
-----------------------------------------------
If you will change border and something use this:
.main
{
position:relative;
width:940px;
border:0px solid #999;
background : transparent;
background-repeat: no-repeat;
margin-bottom:5px;
margin-top:4px;
margin-left:auto;
margin-right:auto;
padding:8px see more
open : profile_view
tmpl_uni/css/profile_view
and add :
.main
{
position:relative;
background-opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}
just above :
#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}
#thick_column
{
width:49%;
overflow: hidden;
}
giving :
main
{
opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}
#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}
#thick_column
{
width:49%;
overflow: see more
Didn't work for me either. Please advise
Thanks
Can anyone help?
Thank you
.main
{
position:relative;
background-opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
border:0px solid #999;
background : transparent;
background-repeat: no-repeat;
margin-bottom:5px;
margin-top:4px;
margin-left:auto;
margin-right:auto;
padding:8px see more