
I thought it would be this code
- Code: Select all
.gkIsWrapper-gk_photo figcaption h2{}
.gkIsWrapper-gk_photo figcaption h2{}
.gkIsWrapper-gk_photo figcaption h2 {
color: red;
}
Cyberek wrote:Please edit: /templates/gk_photo/css/override.css and add at its end:
- Code: Select all
.gkIsWrapper-gk_photo figcaption h2 {
color: red;
}
Remember to enable "CSS override" in template settings - advanced section.
#gk-menu-button,
#gk-menu-button > span:before,
#gk-menu-button > span
{background: transparent !important; }
display: none!important;
}
Cyberek wrote:And the problem is exactly here:
- Code: Select all
#gk-menu-button,
#gk-menu-button > span:before,
#gk-menu-button > span
{background: transparent !important; }
display: none!important;
}