Comdev - PHP Modules For Your Website
Fast Website Development with PHP Components

Back To List General Issue Showing 4 Of 9 Prev  |  Next

KB4134201020 : Can I apply one admin CSS setting ? If can , then how ?


2008-05-23

In order to apply the one admin front end CSS , you need to apply the basic php inclusion code which is generate by the module application , which show as step 1 , into your intergration web page.

Step 1 : include_once("/home/yourdomain/oneadmin/common/css.php");

Step 2 : login into your one admin panel > click on 'admin' button > Front End CSS > check 'Enable Front-End CSS'

Step 3 : Put desire color at relevant CSS entitle field name and value.

As alternative , you can put Hex color color value in to hte Front end CSS setting

Hex color code method  : td{ font-family: arial; font-size: 12px; color: #FF0000  }

or

Decimal color Code method : td{ font-family: arial; font-size: 12px; color: rgb(256,0,0)  }

You may refer below url to get html color code (Hex code) :

(Hex color code) http://html-color-codes.com/

(Decimal , Hex , etc color code)http://www.december.com/html/spec/colorcodes.html





Printer Friendly Version
Tell A Friend

Related FAQs In This Category

KB4211051 : I had activated my One Admin Panel Private Label Features, What should i do in next step ?

KB4201022 : I would like to enable my One Admin Panel to display the accent character ?