Recent Topics

1 Aug 03, 2010 02:35    

My b2evolution Version: 3.3.3

How do you directly edit the skin? :-/ The URL in my browser points to the file blog1.php. But when I retrieve that file through FTP and open it, it says its just a placeholder file. There doesn't seem to be any way to center text in the second column or add tabs to the menu pointing to an external hyperlink after the default HOME and CONTACT. I'm using the Evocamp skin if it makes a difference.

2 Aug 03, 2010 10:16

Welcome to the forum

You can find skin template files in /skins/evocamp/ directory.

There doesn't seem to be any way to center text in the second column

Edit the styles.css file to center the text

add tabs to the menu pointing to an external hyperlink after the default HOME and CONTACT

Backoffice > Blog settings > Widgets add HTML widget to the Menu container

<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>

3 Aug 03, 2010 20:54

Thanks. I finally did discover the HTML widget. I'll take a look at the .css file. Thanks again.

sam2kb wrote:

Welcome to the forum

You can find skin template files in /skins/evocamp/ directory.

There doesn't seem to be any way to center text in the second column

Edit the styles.css file to center the text

add tabs to the menu pointing to an external hyperlink after the default HOME and CONTACT

Backoffice > Blog settings > Widgets add HTML widget to the Menu container

<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>


Form is loading...