Snippets

BrandiD Coaching Pro Custom CSS Snippets

Updated by Jackie D'Elia

File custom.css Modified

  • Ignore whitespace
  • Hide word diff
   border: 0!important;
 }
 
+/* How to remove borders and change background color on home page testimonial section */
 .home .front-page-testimonials {
   border: 0;
   background-color:#f5f5f5;
Updated by Jackie D'Elia

File custom.css Modified

  • Ignore whitespace
  • Hide word diff
 /* How to change the link color in content areas - target the color scheme selected 1-4 or .coaching-pro-color-scheme-custom */
 
 .coaching-pro-color-scheme-1 a {
-  color: orange;
-  border-color: orange;
+  color: red;
+  border-color: red;
 }
 
 .coaching-pro-color-scheme-1 a:hover,
 .coaching-pro-color-scheme-1 a:focus {
-  color: red;
-  border-color: red;
+  color: #333;
+  border-color: transparent;
 }
Updated by Jackie D'Elia

File custom.css Modified

  • Ignore whitespace
  • Hide word diff
   background-color:#f5f5f5;
 }
 
-/* How to change the link color in content areas - target the color scheme selected 1-4 or custom */
+/* How to change the link color in content areas - target the color scheme selected 1-4 or .coaching-pro-color-scheme-custom */
 
 .coaching-pro-color-scheme-1 a {
   color: orange;
Updated by Jackie D'Elia

File custom.css Modified

  • Ignore whitespace
  • Hide word diff
-/* This is a collection of CSS snippets you can add to the Customizer -> Additional CSS area */
+/* This is a collection of CSS snippets for Coaching Pro theme by BrandiD.  You can add any of these to the Customizer -> Additional CSS area to adjust styles */
 
 /* how to change text colors in welcome area - target the color scheme selected 1-4 or .coaching-pro-color-scheme-custom */
 .coaching-pro-color-scheme-1 .front-page-welcome {
Created by Jackie D'Elia

File custom.css Added

  • Ignore whitespace
  • Hide word diff
+/* This is a collection of CSS snippets you can add to the Customizer -> Additional CSS area */
+
+/* how to change text colors in welcome area - target the color scheme selected 1-4 or .coaching-pro-color-scheme-custom */
+.coaching-pro-color-scheme-1 .front-page-welcome {
+  color: lightgray;
+}
+
+.coaching-pro-color-scheme-1 .front-page-welcome .widget-title {
+  color: white;
+}
+
+/* How to remove borders on home page */
+
+.home .front-page-welcome:before {
+  border: 0!important;
+}
+
+.home .front-page-testimonials {
+  border: 0;
+  background-color:#f5f5f5;
+}
+
+/* How to change the link color in content areas - target the color scheme selected 1-4 or custom */
+
+.coaching-pro-color-scheme-1 a {
+  color: orange;
+  border-color: orange;
+}
+
+.coaching-pro-color-scheme-1 a:hover,
+.coaching-pro-color-scheme-1 a:focus {
+  color: red;
+  border-color: red;
+}
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.