Row title size + Hiding rows and lines
3 posters
Page 1 of 1
Row title size + Hiding rows and lines
Hello!
Can you help me?
I have 3 problems:
A: How can I resize the background of the row title? I changed the picture in Display>Pics management>Advanced mode>Background picture (Row title), but it doesn't appeared. I think, i have to make it a bit bigger (higher), but I don't know how can I do this?
(I want this picture as the background of the row title: https://i.servimg.com/u/f38/19/10/89/75/fejlyc20.jpg like this: http://kepfeltoltes.hu/150111/minta_www.kepfeltoltes.hu_.jpg )
B: Is it possible to hide that row (forum, topics, posts, latest posts)?
C: Is it possible to hide the lines between topics/forums?
Here is a picture about A+B+C:
http://kepfeltoltes.hu/150111/sample_www.kepfeltoltes.hu_.jpg
My forum: http://probaoldal22.hungarianforum.com/
ps.: sorry for my english ^^'
Can you help me?
I have 3 problems:
A: How can I resize the background of the row title? I changed the picture in Display>Pics management>Advanced mode>Background picture (Row title), but it doesn't appeared. I think, i have to make it a bit bigger (higher), but I don't know how can I do this?
(I want this picture as the background of the row title: https://i.servimg.com/u/f38/19/10/89/75/fejlyc20.jpg like this: http://kepfeltoltes.hu/150111/minta_www.kepfeltoltes.hu_.jpg )
B: Is it possible to hide that row (forum, topics, posts, latest posts)?
C: Is it possible to hide the lines between topics/forums?
Here is a picture about A+B+C:
http://kepfeltoltes.hu/150111/sample_www.kepfeltoltes.hu_.jpg
My forum: http://probaoldal22.hungarianforum.com/
ps.: sorry for my english ^^'
Re: Row title size + Hiding rows and lines
Hello Netty 88.
For 'A', I'm confused as to what you are asking for. Could you perhaps elaborate a little more?
In regards to 'B', you could try changing the colour of the Forum/Topics/etc. to match the background. The follow code should blend the words into the background and make them appear invisible.
For 'C', it is indeed possible to hide the lines. I believe the following code should work:
Simple paste those codes into your CSS Stylesheet, located next to the Colours Tab shown in the following image.
For 'A', I'm confused as to what you are asking for. Could you perhaps elaborate a little more?
In regards to 'B', you could try changing the colour of the Forum/Topics/etc. to match the background. The follow code should blend the words into the background and make them appear invisible.
- Code:
th.forum {
color:#0a0401
}
th.topics {
color:#0a0401
}
th.replies {
color:#0a0401
}
th.last-posts-info {
color:#0a0401
}
For 'C', it is indeed possible to hide the lines. I believe the following code should work:
- Code:
.forumline {
border: 0px;
}
Simple paste those codes into your CSS Stylesheet, located next to the Colours Tab shown in the following image.
Re: Row title size + Hiding rows and lines
goto
acp>display>pictures&colors>colors>css tab
add this code then save
acp>display>pictures&colors>colors>css tab
add this code then save
- Code:
#main div.maintitle {
background-size: 100% auto;
background-repeat: no-repeat !important;
background-position: -5px -35px;
background-color:transparent;
padding-left:30px !important;
background-image: url("http://i38.servimg.com/u/f38/19/10/89/75/fejlyc20.jpg");
}
#main thead tr {display:none;}
#main table.ipbtable th{background:none;}
#main table.ipbtable {margin-top:-20px;}
#main tbody td {
border: 0px !important;
}
Re: Row title size + Hiding rows and lines
Thank both of you
It works!
May I have one more question? It's the same problem here: http://kepfeltoltes.hu/150111/sample2_www.kepfeltoltes.hu_.jpg
I'd like to put here the same background (https://i.servimg.com/u/f38/19/10/89/75/fejlyc20.jpg )
It works!
May I have one more question? It's the same problem here: http://kepfeltoltes.hu/150111/sample2_www.kepfeltoltes.hu_.jpg
I'd like to put here the same background (https://i.servimg.com/u/f38/19/10/89/75/fejlyc20.jpg )
Re: Row title size + Hiding rows and lines
your screenshots don't display for me can you try a dif host
Re: Row title size + Hiding rows and lines
- Code:
#left .maintitle{background-position:0px -22px;
padding-left:20px;
background-size:auto 50px;}
Similar topics
» Issues: Text resizing and empty rows in posts
» How to change the default rank title size with CSS?
» Remove Rows
» message rows
» How to make profile content to rows?
» How to change the default rank title size with CSS?
» Remove Rows
» message rows
» How to make profile content to rows?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum