CSS Files

0
Hi
I have read on the forum that if I want to change the background colour for the Album description, I can do that using the CSS files.

But I can not find the CSS files under the Music Collection Component. Is there supposed to be a TAB called "Asset".

1: I do not see any Asset tab when logged in as Administrator, could it be because I have installed an earlier version that was released prior to the current latest release?

2: If this is the case then Can I simply update my version with the latest without changing any thing else. It will be great if you can elaborate some steps.

Thanks in Advance.
Responses (5)
  • Accepted Answer

    Monday, May 20 2013, 11:17 AM - #Permalink
    0
    it's a folder.. don't you have access to the files?
    you won't find it in the adminitration, but on the files of your site... do you know what I mean?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 23 2013, 08:19 PM - #Permalink
    0
    Thanks Germi, Is there any way to access the files from Joomla Admin side?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 24 2013, 05:45 PM - #Permalink
    0
    no, if you want to access file you need to do it with a FTP program or so

    OR you can use an extension such as eXtplorer for Joomla
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, May 26 2013, 10:43 PM - #Permalink
    0
    Please ignore the doublle post (My mistake).

    Germi, I have installed extplorer, Thanks.

    I have an issue please look at the following website:

    http://www.meritauba.com/tmp/index.php/qawali-stie/s/2-sher-mian

    I have managed to change the color of the Artist album detail. I was wondering if there is a way of changing the background color of the Tabs, such as (Albums, Songs). Your help is much appreciated.

    Thanks
    The reply is currently minimized Show
  • Accepted Answer

    Monday, May 27 2013, 11:51 AM - #Permalink
    0
    yes, the colors are defined in file /assets/artists_detailed.css about line 221, like this:

    dl.tabs dt.open {
    background-color: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
    }

    you just need to change the colors the way you need :)
    The reply is currently minimized Show
Your Reply