Change Main Page Images

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 27, 2013 8:35 am
Reply with quote
Report this post
Hi there.

OK, im new to Joomla, so there are many things I don't know about, and im just learning.

Also my mother language is portuguese ... so... XD

OK... I want to change the main image that apear on the center o the main page under "Easy to customize", "HTML5 & CSS3" and "Responsive design".

How can I do that?

Thanks in advance.
User avatar
Fresh Boarder

teitbite
Mon May 27, 2013 8:48 am
Reply with quote
Report this post
Hi

This image is a part of a sprite. You can find it here: http://demo.gavick.com/joomla25/creativ ... _icons.png

So You can take this image, edit it with photoshop and replace the one You want or use a different image and use a css to point to this image:

Code: Select all
.gkCrop, .gkHTML5, .gkResponsiveDesign {
    background: url("/joomla25/creative/templates/gk_creative/images/features_icons.png") no-repeat scroll 0 0 transparent;
}
User avatar
Moderator

GK User
Mon May 27, 2013 9:32 am
Reply with quote
Report this post
Thank you.
User avatar
Fresh Boarder


cron