Template colorchanges??

Marc
Marc
Offline
0
On the site i use Music Solution the background is black.

With some features this gives some problems.
I added some screenshots.

First is Recently added albums and probably other modules as well.
On Mouseover the image turn white.

Second is Album Overview.
Here the categorys like:
Released
Format
Type
Genre
Price
Length
N° of discs

Have a white background.
Also the added commment will have a white background.

I hope these are easy things to fix because in the short time using the Component i't looks very good and usefull.

gr.
Lazy-Rocker
www.lazyrocker.com
http://www.joomlamusicsolutions.com/images/fbfiles/images/ScreenHunter_02_Dec.jpg
http://www.joomlamusicsolutions.com/images/fbfiles/images/ScreenHunter_01_Dec.jpg
Attachments:
Responses (2)
  • Accepted Answer

    Tuesday, December 15 2009, 03:49 PM - #Permalink
    0
    sure. you only need small CSS styling. do you know some CSS?

    for instance, you'll find the CSS file for recently added albums module on /modules/mod_muscol_recently_added/tmpl/recently_added_albums.css

    onl ine 10 you find this:

    .recently_added_album:hover{
    background-color:#FFC;
    }

    you have to remove it (this is what is causing the bg color on mouse over be yellow.

    for the component, the two main CSS files are

    /components/com_muscol/assets/css/album.css
    and
    /components/com_muscol/assets/css/artist_detailed.css

    a suggestion: the best tool you can find on the internet to see CSS styling in a web page (I mean, to know wich classes are associated to every html item) is FIREBUG for FIREFOX - a must have!!!

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Marc
    Marc
    Offline
    Tuesday, December 15 2009, 04:32 PM - #Permalink
    0
    Don't know much but with Firebug it looks like i can come a long way :P
    If i have any more problems i will get back to you ;)
    The reply is currently minimized Show
Your Reply