Information module

GK User
Mon Nov 10, 2014 2:43 pm
Hi,

how can I do for setting Information module (Request Information). The Email don't work. Where are the setting panel? Thanks
d
User avatar
Junior Boarder

teitbite
Mon Nov 10, 2014 6:01 pm
Hi

Can You please show me what You have in mind ? I'm afraid I do not understand.
User avatar
Moderator

GK User
Mon Nov 10, 2014 10:20 pm
I've attached an image...
User avatar
Junior Boarder

teitbite
Wed Nov 12, 2014 1:57 pm
Hi

This is just a HTML module it has no functionality attached. It's here as a placeholder for some form module.
User avatar
Moderator

GK User
Sun Feb 15, 2015 2:55 pm
How can I change the colour of this module? For E.g. the Blue to another colour. And the background colour = another colour.

Please advice. Thanks.
User avatar
Fresh Boarder

teitbite
Mon Feb 16, 2015 3:59 pm
Hi

Add overrides to css styles to override.css file and make sure override is enabled in template settings.

Button color:

Code: Select all
.gkInformation > div > input[type="submit"] {
    background: none repeat scroll 0 0 #52b5fa;
}


background color:

Code: Select all
#gkHeaderBottom {
    background: none repeat scroll 0 0 #f2f4f5;
}
User avatar
Moderator

GK User
Thu Mar 05, 2015 12:50 pm
if this is just a HTML form...what's the point of using it for somebody who is not a programmer?

How can we link this form to a form module ?

Why did you put it in the templat if it is just for decoration :(
User avatar
Senior Boarder

teitbite
Fri Mar 06, 2015 12:59 pm
Hi

We have put it there to show how fields and buttons will looks like. You can replace this dummy module with any forms solution module.
User avatar
Moderator


cron