beginner question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

beginner question

manoj sadangi
Hi,
   May be this is a easy question but so far I was able not able to make it
work.
I am running ofbiz 9.04 . I can  see "Open for ecommerce" page.
How I can customize this page?
(meaning If I want to change bg color or font).
I tried to change the color in \framework\images\webapp\images\ecommain.css
but it had no impact on the page.

thanks,
manoj.
Reply | Threaded
Open this post in threaded view
|

Re: beginner question

Ruth Hoffman-2
Hi Manoj:
You are already 1/2 way there in that you have the right file. Try this
and see what happens:
In ~ecommain.css locate the "body" style. To change the background of
the entire web page from a default of white (#fff), add "background:
green" as shown below:
body {
background: #fff;
padding: 1em;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size:.65em;
line-height:1.5em;
text-align:center;
background: green;
}
Refresh the main ecommerce web page and observe the results. You may
also change the default font from  Arial....to whatever you'd like.
Note, there are many places where this default body style is
overwritten. So, even though you change the body to green, you will only
see this where it hasn't been overwritten by some other style.
Regards,
Ruth
----------------------------------------------------
Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
[hidden email]

manoj sadangi wrote:

> Hi,
>    May be this is a easy question but so far I was able not able to make it
> work.
> I am running ofbiz 9.04 . I can  see "Open for ecommerce" page.
> How I can customize this page?
> (meaning If I want to change bg color or font).
> I tried to change the color in \framework\images\webapp\images\ecommain.css
> but it had no impact on the page.
>
> thanks,
> manoj.
>
>  
Reply | Threaded
Open this post in threaded view
|

Re: beginner question

manoj sadangi
In reply to this post by manoj sadangi
I changed the body -> bg color and it worked.

thanks ruth .
Reply | Threaded
Open this post in threaded view
|

Re: beginner question

BJ Freeman
In reply to this post by manoj sadangi
9.04 switched from using the normal way to using themes
if you select EC_DEFAULT which you can find in
specialpurpose\ecommerce\data\EcommerceTypeData.xml
the \themes\MULTIFLEX is now the default
you will find in
\themes\multiflex\data\MultiflexThemeData.xml
the files you will need to change

manoj sadangi sent the following on 3/9/2010 11:46 AM:


=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>

> Hi,
>    May be this is a easy question but so far I was able not able to make it
> work.
> I am running ofbiz 9.04 . I can  see "Open for ecommerce" page.
> How I can customize this page?
> (meaning If I want to change bg color or font).
> I tried to change the color in \framework\images\webapp\images\ecommain.css
> but it had no impact on the page.
>
> thanks,
> manoj.
>