Title: coreyscott's Replies | WordPress.org

---

# coreyscott

  [  ](https://wordpress.org/support/users/coreyscott/)

 *   [Profile](https://wordpress.org/support/users/coreyscott/)
 *   [Topics Started](https://wordpress.org/support/users/coreyscott/topics/)
 *   [Replies Created](https://wordpress.org/support/users/coreyscott/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/coreyscott/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/coreyscott/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/coreyscott/engagements/)
 *   [Favorites](https://wordpress.org/support/users/coreyscott/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/coreyscott/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/coreyscott/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display DIV ID on page](https://wordpress.org/support/topic/display-div-id-on-page/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/display-div-id-on-page/#post-5111822)
 * Yes its possible using the web developer plugin for firefox. [https://addons.mozilla.org/en-US/firefox/addon/web-developer/](https://addons.mozilla.org/en-US/firefox/addon/web-developer/)
 * Right click on the page and go to Web Developer -> Information -> Display id &
   Class Details
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spasalon] Changing header text color, pink separator bar.](https://wordpress.org/support/topic/changing-header-text-color-pink-separator-bar/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/changing-header-text-color-pink-separator-bar/#post-5004279)
 * Also for call us
 *     ```
       .spa_tag span {
           color: #D61841;
       }
       ```
   
 * and the phone number
 *     ```
       .spa_tag span p {
           color: #9C253E;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spasalon] Changing header text color, pink separator bar.](https://wordpress.org/support/topic/changing-header-text-color-pink-separator-bar/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/changing-header-text-color-pink-separator-bar/#post-5004276)
 * Yes for the other pages add the following
 *     ```
       .pink-container p {
           border-left: 1px solid #F05D7D;
           color: #FCCED7;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spasalon] Changing header text color, pink separator bar.](https://wordpress.org/support/topic/changing-header-text-color-pink-separator-bar/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/changing-header-text-color-pink-separator-bar/#post-5004267)
 * The code above is missing a closing bracket.
 * Updated code
 *     ```
       .slidesDescription p {
       border-left: 1px solid #F05D7D;
       color: #FCCED7;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spasalon] Changing header text color, pink separator bar.](https://wordpress.org/support/topic/changing-header-text-color-pink-separator-bar/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/changing-header-text-color-pink-separator-bar/#post-5004235)
 * Hi,
    Add the following code to your custom css and change the border-left and
   color to whatever you want.
 *     ```
       .slidesDescription p {
       border-left: 1px solid #F05D7D;
       color: #FCCED7;
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MN Flow] sticky post background color](https://wordpress.org/support/topic/sticky-post-background-color/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/sticky-post-background-color/#post-4922047)
 * Add this to your custom css and change the background from red to whatever you
   want.
 *     ```
       .featured .no-thumbnail,
       .featured .no-thumbnail h3 {
           background: red;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MN Flow] sticky post background color](https://wordpress.org/support/topic/sticky-post-background-color/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/sticky-post-background-color/#post-4922042)
 * What’s the link to your website?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom Fonts not working on other browsers – css](https://wordpress.org/support/topic/custom-fonts-not-working-on-other-browsers-css/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-fonts-not-working-on-other-browsers-css/#post-4921106)
 * Take a look at these [troubleshooting videos](http://www.fontspring.com/support/troubleshooting)
   for working with @font-face
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[zAlive] Alter height of the slider](https://wordpress.org/support/topic/alter-height-of-the-slider/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/alter-height-of-the-slider/#post-4918136)
 * In order for the images to stay proportional change the last code you added to
 *     ```
       .carousel-inner img {
         height: auto;
         width: 100%;
       }
       ```
   
 * Now when you upload your images for the slider crop them to your desired height
   but you have to make sure the image is large enough so it won’t stretch.
 * Let me know what happens.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[zAlive] Alter height of the slider](https://wordpress.org/support/topic/alter-height-of-the-slider/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/alter-height-of-the-slider/#post-4918048)
 * Okay try adding this to your css
 *     ```
       .carousel-inner img {
   
          height: 340px;
          width: auto;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[zAlive] Alter height of the slider](https://wordpress.org/support/topic/alter-height-of-the-slider/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/alter-height-of-the-slider/#post-4918031)
 * Hi
 * Try adding the code below to your custom css. Notice the closing brace that I
   added which closes the css declaration.
 *     ```
       .flexslider .slides img {
          height: 340px;
          width: auto;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vantage] Issue with Footer Widgets](https://wordpress.org/support/topic/issue-with-footer-widgets/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/issue-with-footer-widgets/#post-4915670)
 * It might be a good idea to contact the theme author about the footer widget.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vantage] Issue with Footer Widgets](https://wordpress.org/support/topic/issue-with-footer-widgets/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/issue-with-footer-widgets/#post-4915601)
 * For the **landing page** you might want to apply some padding to main image by
   adding the following code to your custom css file
 *     ```
       .home .entry-content {
           padding: 165px 0;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Advice ! Best Width For Content & Sidebar ….](https://wordpress.org/support/topic/advice-best-width-for-content-sidebar/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/advice-best-width-for-content-sidebar/#post-4915581)
 * Hey,
 * Check out css-tricks.com
 * The sidebar is nice and wide but not too wide to distract you from the main content.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sugar and Spice] Social Media Icons not aligning](https://wordpress.org/support/topic/social-media-icons-not-aligning/)
 *  [coreyscott](https://wordpress.org/support/users/coreyscott/)
 * (@coreyscott)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/social-media-icons-not-aligning/#post-4908408)
 * Hi,
 * Try adding the following to your custom css
 *     ```
       a.social-icon {
           vertical-align: middle;
       }
       ```
   

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/coreyscott/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/coreyscott/replies/page/2/?output_format=md)