This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 8 years ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Theme support › Planco Support
This topic contains 1 reply, has 2 voices, and was last updated by 7Theme Support 8 years ago.
Hallo,
ich habe 2 Fragen zu Planco. Es geht um das Projekt http://agvs.at/tattoo/.
1. Im Footer ist ein Button. Dieser wird nur komplett schwarz angezeigt. Woran kann das liegen?
2. Wie kann ich die Linkfarbe im Second Footer ändern?
Danke & viele Grüße,
Dominik
Hi Dominik,
die Farbe im Second footer is gelb weil die unter WordPress admin -> Appearance -> Theme Options -> Body -> Link color als gelb angegeben ist, die kannst du einfach auf z.B. #6BBE42 ändern, dann sind die links grün.
Beim Button überschneiden sich die Farbangaben in den CSS dateien des Contact Form 7 plugins mit denen des Themes, kannst du aber ganz einfach ändern:
Einfach bei “Extra CSS content” in den Theme Options folgendes eingeben:
#footer .wpcf7-submit {
color:#6BBE42;
background:#333;
}
You must be logged in to reply to this topic.