Text Color for Slides on Home Page

A professionally designed template for photographers and architects
GK User
Fri Sep 08, 2017 10:15 pm
Hello,
How do I change the text color from the default white to say red pertaining to the slides. More specifically, the fields in the attached image:
1) Title
2) Content
3) URL
slide.jpg


Thank you very much,
Mike
User avatar
Fresh Boarder

teitbite
Tue Sep 12, 2017 12:29 pm
Hi

To change title color use a code like this:

Code: Select all
.gkIsWrapper-gk_photo figcaption h2 {
color: #000;
}


for text:

Code: Select all
.gkIsWrapper-gk_photo figcaption p {
color: #000;
}


for link:

Code: Select all
.gkIsWrapper-gk_photo figcaption a {
border-color: #000;
color: #000;
}
User avatar
Moderator

GK User
Thu Sep 14, 2017 5:08 am
Perfect, thank you.
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.