Hi
1. Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.gkIsWrapper-gk_university figcaption h2 {
text-transform: none;
}
2. In slide options You will need to use "STOP <span>doing</span>", than extra css in same file as before:
- Code: Select all
.gkIsWrapper-gk_university figcaption span {
color: red;
}
3. Try:
- Code: Select all
.gkIsWrapper-gk_university figcaption p,
.gkIsWrapper-gk_university figcaption a {
font-family: cursive;
}
That's the one hand written kind in standard fonts. If You want a custom one than it can be configured in template settings.
4. Also can be done with css:
- Code: Select all
.gkIsWrapper-gk_university figcaption {
background-color: rgba(0, 0, 0, 0.6);
padding: 10px;
}