New module sufix fincial business

GK User
Wed Nov 02, 2011 5:51 pm
Dear All,



I’d added a new suffix of module class, called “book”, for a reservation form, which is situated on the right position.

The Template I bought is the business financial.

I’d personalize the follow classes: book form, book input, input selct, book data.

I’ve already created the CSS rules, which works with others templates, but I need to know which is the style page to insert the new class and which is the right way to use it.

Thanks and Regards
User avatar
Fresh Boarder

GK User
Wed Nov 02, 2011 11:19 pm
Generally for module suffix use empty space in front of book when you are entering module suffix in module settings.

Then either in template.css or stylex.css (x is a number ) add your css codes.

e.g
Code: Select all
.book .form {}
.book .input {}
.book .input select {}
.book data {}
.book h2 {}
.book button {}
.book .submit {}
.book a {}

Just for information if you are going to use modules inside content by using loadmodule plugin then you also need to edit contentload plugin and change it settings to use divs to wrap around your module rather then td/tr.
User avatar
Platinum Boarder


cron