I would like to make several (easy) questions.
1. How can I add the slide bar that you can change the colors of the website as you have in the demo?
2. How can I change or remove the background color of the first slide in the image show GK4?
I try to change the following code located in the style1.css from #7484ff to transparent but nothing change
- Code: Select all
/* Image Show CSS */
.gkIsWrapperFixed {
background: #transparent!important;
}
.gkIsWrapper-gk_creativity .figcaption > a:hover {
color: #transparent!important;
}
3. I place an image in the first slide but I cannot handle the desired size. What is the size I have to place or where can I change the dimensions in order to see the hole image?
Thank you.