Closed (fixed)
Project:
Acquia Marina
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2010 at 06:31 UTC
Updated:
26 Apr 2010 at 23:20 UTC
I want to remove the icon for the blog block. Icon is tnt_icon_02.png
Instructions for local.css are available to add an icon, but not remove it.
Comments
Comment #1
jeremycaldwell commentedYou can try removing the background through CSS. Locate the CSS used to show the icon and then add that bit of CSS to your "local.css" file with a "background: none;" to remove the background.
Comment #2
sunward commentedokay, I found the block in icons.css
Using firebug, the image is icons/tnt_icon_02.png with class block-icon-0
I am weak in css. I tried a bunch of different entries. I would appreciate the correct entry for local.css.
Comment #3
jeremycaldwell commentedGive this a try.
That would mean the block id is "block-blog-0" and the class immediately attached to that id is "block-icon". Hope that does the trick.
Comment #4
sunward commentedNope. Didn't work. made sure I had the theme up to date.
Comment #5
jeremycaldwell commentedWell without seeing your site it's a bit tricky to write CSS for it. The code I provided above should work in theory with the classes and id's you added to the issue. Can you get a me a screenshot of the HTML output for that block instead? Either way you would need to write some CSS that changes the background to "none" in order to hide it correctly in this case. And be sure your CSS is loading too as sometimes it might take a few cache clears to get it working correctly.
Comment #6
sunward commentedI have activated the blog so the symbol now shows on the main page. Have a look at www.sunward1.com
Comment #7
jeremycaldwell commentedThanks for providing the block with the icon so I can see what CSS was being applied to it. Try adding this bit of CSS to your local.css file.
Comment #8
sunward commentedWow, that did it!
Thanks.
Comment #9
jeremycaldwell commentedGreat, glad that worked :)