div class

Creative and responsive Joomla template with amazing parallax effect.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon May 12, 2014 8:44 pm
Reply with quote
Report this post
Hi,

In the templates frontpage in the module i see those :

Code: Select all
<div class="gkCrop">


Are there any different div classes that can i use?.
User avatar
Junior Boarder

GK User
Mon May 12, 2014 8:46 pm
Reply with quote
Report this post
There a lot of classes and id's declarations in css, but they are required by layouts, and they are not described anywhere. Those just parts of standard template layout.
User avatar
Moderator

GK User
Tue May 13, 2014 9:23 am
Reply with quote
Report this post
So couldn't i change the default ones in demo launcher?

I don't want crop symbol on my website's homapage :( I want to change it.
User avatar
Junior Boarder

GK User
Tue May 13, 2014 12:41 pm
Reply with quote
Report this post
What do you meant by demo launcher?
I can't quite understand what do you mean in your previous post.
User avatar
Moderator

GK User
Tue May 13, 2014 12:53 pm
Reply with quote
Report this post
I want to change those symbols. What are my options?
User avatar
Junior Boarder

GK User
Tue May 13, 2014 3:19 pm
Reply with quote
Report this post
Those are css background images and can be modified by replacing:
templates/gk_creative/images/features_icons.png
image, or adding new image, for example:
templates/gk_creative/images/my_features_icons.png
and editing: /templates/gk_creative/css/override.css and adding at its end:
Code: Select all
.gkCrop, .gkHTML5, .gkResponsiveDesign {
background: transparent url("../../images/my_features_icons.png") no-repeat 0 0;
}

(add above code only if you decide to use your own file name)
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue May 13, 2014 9:09 pm
Reply with quote
Report this post
Ah, thank you so much.
User avatar
Junior Boarder


cron