Modify inline css

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Thu Aug 16, 2012 8:01 am
Hi,
I need to modify the inline css ".gkTabContainer2 { height: 300px; }".
How can I do it?

thanks
User avatar
Junior Boarder

GK User
Thu Aug 16, 2012 8:30 am
You can add it in css/override.css with !important tag so it doesn't get overwritten with inline.css. Inline css is calculated & outputted usually from javascripts.

Is there particular module you want to apply this or you want this in general. If general use below css and enable css override from template settings > advanced settings > css override "on".

Code: Select all
.gkTabContainer2 { height: 300px!important; }


See you around...
User avatar
Platinum Boarder


cron