Custom hyperlinks

/* ========================================================================== WPCODE CUSTOM HYPERLINK STYLES Add this CSS code to WPCode as a “CSS Snippet” ========================================================================== */ /* Default link styles – applies to all links */ a { color: #0073aa; /* Link color – change to your preferred…Continue reading

DJFrancois (copy)

DJ Francois /* Basisstijlen */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: ‘Arial’, sans-serif; } body { background: #0a0a0a; color: white; overflow-x: hidden; scroll-behavior: smooth; } /* Navigation */ nav { position: fixed; top: 0; width: 100%; padding:…Continue reading

DJFrancois

DJ Francois DJ FRANCOIS HOME ABOUT EVENTS & TICKETS BOOKINGS Meet the true king of The Classixs About Information about DJ Francois… Events & Tickets Upcoming events and ticket information… Bookings Booking information and contact details…Continue reading

Bandcamp embed

add_shortcode(‘bandcamp’, function($attr=[]){ $attr = shortcode_atts([ ‘width’ => 350, ‘height’ => 470, ‘album’ => null, ‘title’ => null, ‘size’ => ‘large’, ‘bgcol’ => ‘ffffff’, ‘url’ => null, ‘linkcol’ => ‘0687f5’, ‘tracklist’ => ‘false’, ‘title’ => null, ‘artwork’ => null, ], $attr);…Continue reading