How can I pick more than one widget styles?

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Mon Jun 24, 2013 7:17 pm
Custom CSS does not work.
And by choosing I can only choose one style but not big title and grey background for example.

Bildschirmfoto 2013-06-24 um 20.16.08.jpg
User avatar
Fresh Boarder

GK User
Tue Jun 25, 2013 9:36 am
Hi,

You can choose only one style. I checked and Custom CSS works properly. You have to choose Custom CSS, type e.g. my_class, then you have to join e.g. big title and grey background styles.

Styles are in Creativity/wp.extensions.css.file. e.g.
Code: Select all
/* Style light */
.box.light {
   background: #f8f8f8;
   padding: 20px!important;
}


you have to create your own style e.g.
Code: Select all
/* Style my_class */
.box.my_class {
   your rules

}
User avatar
Moderator

GK User
Fri Jun 28, 2013 7:32 am
Sorry, I forgot that of course you can use more than one style without creating own CSS Class.

Use Custom CSS Class option in Widget Rules, then type e.g bigtitle greybg and widget will use class bigtitle and greybg at the same time. (css class - short name you could find in Creativity/gavern/config/widgets.style.json file)
User avatar
Moderator


cron