Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

 
Messup434 Profile
Live feed
Blog
Friends
Miscellaneous info

Probably Online

Registered: 12-2014
Posts: 573
Karma: 44 (+44/-0)
Reply | Quote
Removing Post Icon From Topic List


Hello guys,

I thought I'd give the board a little Christmas update a couple of weeks ago, but unfortunately my Admin didn't appreciate this so much emoticon One thing I did was unhide the posticon column, but he says it should be hidden to make the forum more mobile-friendly. But anyway, I'm struggling to hide this column again emoticon

As my CSS, I pasted this:

quote:

#tl_td_1_3,#tl_td_2_3,#tl_td_3_3,#tl_td_4_3,#tl_td_5_3,
#tl_td_6_3,#tl_td_7_3,#tl_td_8_3,#tl_td_9_3,#tl_td_10_3,
#tl_td_11_3,#tl_td_12_3,#tl_td_13_3,#tl_td_14_3,#tl_td_15_3,
#tl_td_16_3,#tl_td_17_3,#tl_td_18_3,#tl_td_19_3,#tl_td_20_3,
#tl_td_21_3,#tl_td_22_3,#tl_td_23_3,#tl_td_24_3,#tl_td_25_3,
#tl_td_26_3,#tl_td_27_3,#tl_td_28_3,#tl_td_29_3,#tl_td_30_3,
#tl_td_31_3,#tl_td_32_3,#tl_td_33_3,#tl_td_34_3,#tl_td_35_3,
#tl_td_36_3,#tl_td_37_3,#tl_td_38_3,#tl_td_39_3,#tl_td_40_3,
#tl_td_41_3,#tl_td_42_3,#tl_td_43_3,#tl_td_44_3,#tl_td_45_3,
#tl_td_46_3,#tl_td_47_3,#tl_td_48_3,#tl_td_49_3,#tl_td_50_3,



I also checked the boxes for "Use extra CSS options?", "Use CSS trick 1" and "Use CSS trick 2". Still, the posticon displays (and it's been made wider and the smilies shown in it are off-center, so even worse emoticon ) then.

So can anyone say what I'm missing? Sorry, I would investigate more, but gotta study for my Finals which are in three hours emoticon

---
Keshi Heads
1/8/2019, 12:18 pm Link to post Email Messup434   PM Messup434 Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Removing Post Icon From Topic List


Hi there,

You are making things way too complicated. Hiding a column means you don't target the individual cells but the title cell and the whole column associated with it.

To hide the Post Icon column you look for the name and position of the title cell which is:

.topic_list_header_posticon_td and counting across you find it is the 3rd column in the display.

So to hide the column completely you would add this to your CSS:

.topic_list_header_posticon_td, .topic_list_table td[id$='3'] {
  display: none;
}


---

Advertise Boards On TRDConceptsDE
1/8/2019, 2:20 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26739
Karma: 436 (+489/-53)
Reply | Quote
Re: Removing Post Icon From Topic List


Brian,

This line at the top of the CSS is preventing the rainbow hover link effect from working:

font-size:1vw

By itself, that line of CSS does nothing. Even if you try to use it for the overall page font with body{}, the default CSS will override it because the default targets every class very specifically.

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
1/12/2019, 6:20 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Messup434 Profile
Live feed
Blog
Friends
Miscellaneous info

Probably Online

Registered: 12-2014
Posts: 573
Karma: 44 (+44/-0)
Reply | Quote
Re: Removing Post Icon From Topic List


Sorry I'm sooooo late, but thank you for your responses, you two. emoticon

Lesa: I'm having trouble contacting the owner of the board to see what he things about bringing back the rainbow highlight, so I intentionally left the top line so the rainbow didn't show up for now (though I didn't know what was causing it not to show up, so thank you!). But if Dan does say yes, I will remove that top line.

Now to remember to reference this topic when I do get a response.. emoticon

---
Keshi Heads
1/16/2019, 5:14 am Link to post Email Messup434   PM Messup434 Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Removing Post Icon From Topic List


You are most welcome. Happy coding emoticon

---

Advertise Boards On TRDConceptsDE
1/16/2019, 11:19 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply



You are not logged in (login)