Skip to content

Icons #542

Closed Answered by crazy4cars69
lolzland asked this question in Q&A
Discussion options

You must be logged in to vote

Vichan uses fontawesome v4, to add them find the icon you want then edit the boardlinks line and then replace 'home' text in the i class with whatever you want

	// $config['boards'] = array(
	// 	array(<i class="fa fa-home" title="Home"></i> home' => '/'),
	// 	array('c', 'd', 'e', 'f', 'g'),
	// 	array('h', 'i', 'j'),
	// 	array('k', array('l', 'm')),
	// 	array('status' => 'http://status.example.org/')
	// );

To center boardlist, just edit style.css or your own style,

div.boardlist {
  text-align: center;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by basedgentoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #541 on March 11, 2023 17:59.