Underline-Highlight Text Animation Hover Before::After

.highlight-text { font-size: 24px; font-weight: bold; position: relative; display: inline; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; transition: color 0.3s ease-in-out; } .highlight-text::after { content: “”; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background-color: yellow; z-index: -1; /*…Continue reading

TranslatePress Shortcode Styler MINIMAL

/* Grundlegende Anpassungen für den Sprachumschalter */ .trp-language-switcher { all: unset !important; display: inline-block !important; position: relative !important; /* Verhindert Verschiebungen */ } /* Entfernt alle Padding-, Margin- und Rahmenwerte */ .trp-language-switcher a { all: unset !important; display: inline-block !important;…Continue reading

CSS

body:not(.home) #primary-menu { display: none !important; } /* 1) Remove the border/background from .shortcode so it becomes invisible within .panel-content */ .shortcode { background: transparent !important; border: none !important; padding: 0 !important; white-space: normal !important; overflow-x: visible !important; } /*…Continue reading

CSS couleurs et boutons pour Affiliation

#back-to-site-link { display: none !important; } a[href=”https://francodeal.com/7d-connexion/?action=logout&redirect_to=https%3A%2F%2Ffrancodeal.com%2Faffiliation-tableau%2F&_wpnonce=6854756720″] { display: none !important; } nav.bg-gray-800 { background-color: black !important; } div.bg-gray-800 { background-color: #000000 !important; color: white !important; /* Modifie la couleur du texte en blanc */ } a.bg-gray-900 { background-color: #cd923d…Continue reading

Couleur filtre de droite Buddypress et la barre de recherce

#activity-filter-by { background-color: white; color: black; /* Vous pouvez ajuster la couleur du texte ici si nécessaire */ } /* Style du champ de recherche spécifique */ #dir-activity-search-form.bp-dir-search-form input[type=”search”] { width: 100%; /* Prend toute la largeur de son conteneur…Continue reading

Code CSS pour vidéos intégrées dans buddypress

/* Personnalisation des vidéos intégrées dans BuddyPress */ .bp-video-embed-wrapper { max-width: 100%; margin: 20px 0; padding: 10px; background-color: #f0f0f0; /* Couleur de fond légère */ border-radius: 8px; /* Coins arrondis pour un look plus doux */ box-shadow: 0 2px 10px…Continue reading