Replace pin in DIVI cards

Bildschirmfoto 2020 06 25 um 08.47.36
Contents

    If you don’t like the typical red of the pin, you can customize this png file in the DIVI directory:

    /wp-content/themes/Divi/includes/builder/images/marker.png

    After a theme update, however, you may have to repeat this step. As an alternative, you can also use the following code in the .htaccess:

    
    RewriteEngine On
    RewriteRule ^wp-content/themes/Divi/images/marker.png$ http://www.mysite.com/my-custom-pin.png [L]
    RewriteRule ^wp-content/themes/Divi/includes/builder/images/marker.png$ http://www.mysite.com/my-custom-pin.png [L] 
    

    Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

    Updated on 1. April 2024
    Was this article helpful?

    Leave a Reply

    Your email address will not be published. Required fields are marked *