How are you doing today?
My name is Jorge and I'd like to share with you a doubt about your Creativity Template for Joomla 3.x.
My website is:http://www.funwebsing.com
the post where I founded: https://www.gavick.com/forums/creative/intro-module-change-title-to-image-from-text-37967?p=188236&hilit=Intro%20in%20creativity#p188236
What I'd like to do is add a big image of my logo in one slide. So instead of putting a big background picture, I think it will be much better if I load it through CSS. I did a research before posting this post and I found this:
- Code: Select all
.gkIsWrapper-gk_creativity .figcaption h2 {
font-size: 16px;
max-width: 500px;
background-image:url(http://www.yourdomain.com/path to image/image name);
background-repeat:no-repeat;
height: [input height parameter];
background-position:center;
}
Unfortunately, this didn't help much. I must tell you that I tested it in local so I changed:
- Code: Select all
background-image:url(http://www.yourdomain.com/path to image/image name);
for this:
- Code: Select all
background-image:url(http://localhost/funwebsing/images/funwebsing_intro.png);
Maybe, and most probably, I'm doing something wrong.
I also must ask if I can leave the slide blank, without putting title or content, or if I have to mandatory put something in the slide.
I will appreciate your answer,
Jorge Armas/ Funwebsing CEO