Closed (fixed)
Project:
Advanced Forum
Version:
7.x-2.1
Component:
Styles
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2013 at 12:13 UTC
Updated:
7 Jun 2013 at 12:10 UTC
I am using the cloudless day theme and would like to replace the icons with some custom ones, how do I go about doing this? I can see that they are listed in the naked folder under images and I would like to stick to the same file names, but is there a way that the module can can look for these image icons within your own drupal theme?
Comments
Comment #1
michelleIt's been a very long time since I've looked at this but I'm pretty sure the icons are controlled by the CSS. Have a look there. If I'm remembering wrong, you'll have to wait for troky to chime in.
Comment #2
troky commentedIf you only want to replace images, the best way would be to override css (that is image related) in your theme css.
Another way would be making completely new AF style.
Comment #3
michelleI'm so horribly fuzzy on this but aren't the icons in their own CSS file? I'm thinking that copying that file to the root of the theme (I vaguely remember it not working in subdirectories) will override the original and then you can make changes to that as needed.
Comment #4
ursula00 commentedThanks, but moving the files to the theme base doesn't work. The suggestion of overriding the css is best but not keen on the extra markup.