kungfumunchkin Posted July 19, 2010 Share Posted July 19, 2010 Hi! I've looked all over but I can't seem to find the css code for the Link Block module. I need to change the link color and remove the bullet image that is next to the link.Can anyone point me in the right direction?Thank you! Link to comment Share on other sites More sharing options...
rocky Posted July 20, 2010 Share Posted July 20, 2010 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 More sharing options...
kungfumunchkin Posted July 20, 2010 Author Share Posted July 20, 2010 Thanks alot rocky! Link to comment Share on other sites More sharing options...
kungfumunchkin Posted July 20, 2010 Author Share Posted July 20, 2010 Found a small fault in the css code Rocky. Im by no means good at css but had to change it a bit to work for me. div#links_block_left ul.block_content li a{ color: red; } Link to comment Share on other sites More sharing options...
rocky Posted July 20, 2010 Share Posted July 20, 2010 Thanks. I make mistakes sometimes when coding off the top of my head. If your issue is resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now