The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Row title size + Hiding rows and lines

3 posters

Go down

Row title size + Hiding rows and lines Empty Row title size + Hiding rows and lines

Post by Netty 88 January 11th 2015, 7:40 pm

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 ^^'
avatar
Netty 88
Forumember

Posts : 68
Reputation : 1
Language : Hungarian

https://dominium.hungarianforum.com/

Back to top Go down

Row title size + Hiding rows and lines Empty Re: Row title size + Hiding rows and lines

Post by \isogriv.\ January 11th 2015, 8:48 pm

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.

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.

Row title size + Hiding rows and lines Screen10

\isogriv.\
\isogriv.\
Forumember

Posts : 31
Reputation : 4
Language : English

http://alciem.forumotion.com

Back to top Go down

Row title size + Hiding rows and lines Empty Re: Row title size + Hiding rows and lines

Post by _Twisted_Mods_ January 11th 2015, 9:15 pm

goto

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;
}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Row title size + Hiding rows and lines Empty Re: Row title size + Hiding rows and lines

Post by Netty 88 January 11th 2015, 9:51 pm

Thank both of you Smile

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 )
avatar
Netty 88
Forumember

Posts : 68
Reputation : 1
Language : Hungarian

https://dominium.hungarianforum.com/

Back to top Go down

Row title size + Hiding rows and lines Empty Re: Row title size + Hiding rows and lines

Post by _Twisted_Mods_ January 11th 2015, 9:54 pm

your screenshots don't display for me can you try a dif host
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Row title size + Hiding rows and lines Empty Re: Row title size + Hiding rows and lines

Post by Netty 88 January 11th 2015, 9:56 pm

avatar
Netty 88
Forumember

Posts : 68
Reputation : 1
Language : Hungarian

https://dominium.hungarianforum.com/

Back to top Go down

Row title size + Hiding rows and lines Empty Re: Row title size + Hiding rows and lines

Post by _Twisted_Mods_ January 11th 2015, 10:07 pm

Code:
#left .maintitle{background-position:0px -22px;
  padding-left:20px;
background-size:auto 50px;}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Row title size + Hiding rows and lines Empty Re: Row title size + Hiding rows and lines

Post by Netty 88 January 11th 2015, 10:11 pm

Thank you very much, it works! Smile --> Solved
avatar
Netty 88
Forumember

Posts : 68
Reputation : 1
Language : Hungarian

https://dominium.hungarianforum.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum