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
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


Responses (2)
-
Accepted Answer
0sure. 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 -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »