jeroenvermeulen.nu wrote:Change the text images
Sorry, but this is not yet ready for translation. This will be available in an update coming early next year. We need to provide a practical method for frontend translation.
jeroenvermeulen.nu wrote:Change the contact form
What contact form am I looking at? The one in the menu? If so, you can go to admin -> settings -> custom ->
contact form widget. You can edit where it says
placeholder="Email", but don't edit the "honey" fields.
jeroenvermeulen.nu wrote:Change the color of the 3D Logo
I won't normally provide support to change the 3D logo if you are using that, because it uses javascript to set colors, so is hard to customize. If you don't like the default 3D-logo, you may have to consider disabling it. However, here is a CSS hack for the 3D-logo if you want:
a.logo-3d > span.m1 {
color: red !important;
}
a.logo-3d > span.m2 {
color: blue !important;
}
Change the colors from my red/blue examples, and paste the code into admin -> settings -> custom ->
Custom CSS. Keep in mind, by setting the above, the colors won't change on mouse hover, so it loses some appeal.