iJoomla Forum

iJoomla Digistore => Support Questions => Topic started by: lala_ina on April 27, 2008, 01:40:23 AM



Title: 0KB CSS file?
Post by: lala_ina on April 27, 2008, 01:40:23 AM
Hi iJoomla,
I like your digistore and hopefully my store will open soon.
I have few questions on CSS.

1. I try to look digistore.css but apparently it's empty?? (0KB) I'm not a programmer and don't have any idea how to start a css sheet. Do you have any sample?
I like what http://www.deliciouscrochet.com/ do on their store and want to have some modification on fonts etc like they do.

2. I browsed this forum and found out that normally digistore will take template css, but how to modify the template css if there's no div-class on script(when I try to look from the DOM Source of Selection).

Waiting for reply. Thanks  :)


Title: Re: 0KB CSS file?
Post by: RicardoCorai on April 28, 2008, 06:03:51 PM
Hi,
DeliciousCrochet.com (http://www.deliciouscrochet.com/) is my wife´s website!  8)
In your digistore.css you can define something like this:
Code:
.heading {
background: #00008B;
color: white;
font-size: 14px;
font-weight: bold;

}


.cart_heading {
background: #0000EE;
color: white;
font-size: 14px;
font-weight: bold;
padding: 5px 5px 5px 5px;
}

.cart_heading div{
margin-left:5px;
}

.digistore_content {
padding: 5px 5px 5px 5px;

}

.digistore_content div{
                margin-left:5px;
}

.heading a {
color: white;
}

.heading a.visited {
color: white;
}

.intro {
font-size: 11px;
color: #666666;
}

.readmore {
color: #cc0000;
font-size: 10px;
}
Let me know if you have more doubts about this.
Best regards,