Title: monsterman's Replies | WordPress.org

---

# monsterman

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Where should I place this CSS code?](https://wordpress.org/support/topic/where-should-i-place-this-css-code/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/where-should-i-place-this-css-code/#post-5719998)
 * Also, I have another minor issue.
 * I managed to change the width and colour of the textarea entry fields but am 
   trying to do the same without success for the checkboxes.
 * My test code in “Simple Custom CSS” plugin is:
 *     ```
       .wpcf7 input[type="checkbox"] {
           border: 5px solid pink;
       }
       ```
   
 * However, this does not alter the checkboxes even though the same CSS does modify
   the textarea boxes (see previous posts).
 * Any ideas are greatfully received.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Where should I place this CSS code?](https://wordpress.org/support/topic/where-should-i-place-this-css-code/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/where-should-i-place-this-css-code/#post-5719991)
 * BTW: how did you manage to see the previous CSS with the bracket?
 * It’s not on the same page as the contact form so I don’t see how you could have
   viewed it with Firebug or the equivalent.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Where should I place this CSS code?](https://wordpress.org/support/topic/where-should-i-place-this-css-code/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/where-should-i-place-this-css-code/#post-5719989)
 * Thanks Stephen. You were correct.
 * The final code looks like this
 *     ```
       .wpcf7 input[type="text"],
       .wpcf7 input[type="email"],
       .wpcf7 textarea {
           background-color: #FAFAFA;
           border: 2px solid #848484;
           border-radius: 3px;
           box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06) inset;
           color: #fff;
           font-size: 16px;
           font-weight: 400;
           padding: 16px;
           width: 100%;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Responsive Slider] How do I combine the silder and text?](https://wordpress.org/support/topic/how-do-i-combine-the-silder-and-text/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-combine-the-silder-and-text/#post-5571699)
 * > You’ll have to use a different slider.
 * How would a different slider work better?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to find CSS for blank spaces in page?](https://wordpress.org/support/topic/how-to-find-css-for-blank-spaces-in-page/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-find-css-for-blank-spaces-in-page/#post-5561319)
 * Many thanks for the detailed advice. I’ve downloaded Chrome and take your point
   that it provides more information about the CSS content than Firebug or the native
   Firefox Inspector.
 * One question:
 * Take this screenshot: [http://www.imagesup.net/?di=1514184062317](http://www.imagesup.net/?di=1514184062317)
 * I want to change the margin-bottom: from 40px to 10px. I’m not clear how I enter
   the code in my Simple Custom CSS plugin to override the standard margin.
 * I’m sure it’s part of the .footer-widgets-1 area but then there’s a .widget as
   well (see image).
 * I tried entering this for example but it didn’t change anything:
 *     ```
       .footer-widgets-1.widgets {
       word-wrap: break-word;
       margin-bottom: 10;
       }
       ```
   
 * How should I format the CSS to place into Simple Custom CSS plugin?
 * Thanks again – I appreciate your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Google Fonts] How to alter hypertext links after using Font Controls?](https://wordpress.org/support/topic/how-to-alter-hypertext-links-after-using-font-controls/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-alter-hypertext-links-after-using-font-controls/#post-5560668)
 * Worked great thanks!
 * I managed to find the CSS myself with Firebug. Not sure why I couldn’t find it
   before.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to find CSS for footer widget?](https://wordpress.org/support/topic/how-to-find-css-for-footer-widget/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-find-css-for-footer-widget/#post-5558070)
 * OK, I installed Firebug and can see how you found the .footer-widgets-1 #text-
   5 p CSS.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to find CSS for footer widget?](https://wordpress.org/support/topic/how-to-find-css-for-footer-widget/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-find-css-for-footer-widget/#post-5557973)
 * Thanks. Your code did edit the left widget.
 * My impression is that Firebug is superior to the Inspect Element.
 * I’ll install it and see if I can reproduce what you achieved.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to find CSS for footer widget?](https://wordpress.org/support/topic/how-to-find-css-for-footer-widget/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-find-css-for-footer-widget/#post-5557925)
 * This is exactly how I found the CSS for the middle and right widgets.
 * I used the Inspect Element of Firefox.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add bullet points?](https://wordpress.org/support/topic/how-to-add-bullet-points/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-add-bullet-points/#post-5556469)
 * Thanks – this worked.
 * I put the HTML as you suggested. Then I modified the font with the Easy Google
   Fonts plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Google Fonts] How to change font size on one specific page?](https://wordpress.org/support/topic/how-to-change-font-size-on-one-specific-page/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-change-font-size-on-one-specific-page/#post-5541973)
 * [@sunny](https://wordpress.org/support/users/sunny/) – thanks that worked great.
   I appreciate your input.
 * [@icvjames](https://wordpress.org/support/users/icvjames/) – Sunny is referring
   to Appearance / Customize from the Dashboard.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Google Fonts] How to change font size on one specific page?](https://wordpress.org/support/topic/how-to-change-font-size-on-one-specific-page/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-change-font-size-on-one-specific-page/#post-5541740)
 * Hi Sunny,
 * Here you go: [http://www.ripponacademic.com/](http://www.ripponacademic.com/)
 * I’ve used Google Easy Fonts throughout the website but want to make the text 
   on the front page smaller than that on the rest of the website.
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to increase margin whitespace on homepage?](https://wordpress.org/support/topic/how-to-increase-margin-whitespace-on-homepage/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-increase-margin-whitespace-on-homepage/#post-5497639)
 * Thanks – I used the Simple Custom CSS plugin and your code to reduce the margib
   width.
 * It didn’t alter the text issue but I think my theme isn’t supposed to have the
   text under the featured image.
 * Quick question: how did you know that .wrap dealt with the right and left margins?
   In other words: is there a guide which spells out how to understand what each
   line of style.css actually does?
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to increase margin whitespace on homepage?](https://wordpress.org/support/topic/how-to-increase-margin-whitespace-on-homepage/)
 *  Thread Starter [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-increase-margin-whitespace-on-homepage/#post-5497637)
 * Here is my site’s home page: [http://www.ripponacademic.com/](http://www.ripponacademic.com/)
 * I have tried to reduce the size of the photo but all that happens is that the
   photo gets smaller from the left side. The right margin stays where it is.
 * All advice greatfully received. Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why no longer work in title?](https://wordpress.org/support/topic/why-no-longer-work-in-title/)
 *  [monsterman](https://wordpress.org/support/users/monsterman/)
 * (@monsterman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/why-no-longer-work-in-title/#post-5493638)
 * Highlight the content you would put into code tags then click ‘code’.
 * This should add code formatting.

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