Jump to content

[SOLVED] Link Block CSS


Recommended Posts

To remove the bullets, change line 10 of modules/blocklink/blocklink.tpl from:

>
</pre>
<ul>



to:

>
</pre>
<ul>



To change the link colours, you'll need to add code like the following to global.css:

div#links_block_left ul.bullet li { color: red }



Change red to the colour you want the links to be.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...