bjjcartagena wrote:Hello, how i make edit text of Image Show GK4?
bjjcartagena wrote:I´m sorry
bjjcartagena wrote:It´s in localhost
bjjcartagena wrote:I´ve teamviewer
.gkIsWrapper-gk_musicity .gkIsText
{
font-size: 26px;
}
kosovari wrote:bjjcartagena wrote:I´ve teamviewer
Maybe that will help you....
set this code into overide.css - enable overide.css into template settings. Change the name of template in code
- Code: Select all
.gkIsWrapper-gk_musicity .gkIsText
{
font-size: 26px;
}
This is the code from my site.... templat musiccity....
#gkComponent > div > h1, #gkComponent > div > h2, #gkComponent > div > h1 a, #gkComponent > div > h2 a
{
color: #333333;
font-weight: bold;
}
h2
{
font-size: 320%;
}