change form field css

  • Posts: 20
  • Thank you received: 0
13 years 6 months ago #1701

hi,

im just in the process of building a website for a friend and have come acroos somthing i cant figure out. i need to change the colour of the form fields to match the ones in the joomla css.

at the moment there white, i have scanned through th front end css but might of overlooked where the code is.

the site im working on is currently hosted at www.thrilltime.byethost14.com/hb/

any info appreciated as im sure i will have a few more questions as i continue

Last edit: 13 years 6 months ago by skeld.

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
13 years 6 months ago #1702

Hi,

HikaShop uses your website template CSS.
If you look at the page of the link below, which is a joomla page, the input fields there display the same way as the ones on the checkout page of HikaShop : www.thrilltime.byethost14.com/hb/index.p...m_user&task=register

So you need to change the CSS of your template.
For example, if you want to change the background color of the input fields, you should change the CSS code :
input {
color:#CCCCCC;
margin:0;
outline:medium none;
}
to:
input {
color:#CCCCCC;
margin:0;
outline:medium none;
background-color:#000000;
}

in your template CSS file www.thrilltime.byethost14.com/hb/templat...112/css/template.css near line 50.

Last edit: 13 years 6 months ago by nicolas.

Please Log in or Create an account to join the conversation.

  • Posts: 20
  • Thank you received: 0
13 years 6 months ago #1705

thats great thank you

Please Log in or Create an account to join the conversation.

Time to create page: 0.061 seconds
Powered by Kunena Forum