• Hello!

    I have questions about the partner section. Now the logo’s are in black. How can I keep them in color, instead of scrolling with the mouse.

    How can I change the title “Partners”

    Can you please help? Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    Hello, you can change the “Partners” text in the custom_home.php template file.

    To make the logo always appear in colour then remove the filters from the following style:

    .client img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    max-width: 100%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Partner section in color/other title’ is closed to new replies.