Title: satvikinfotech's Replies | WordPress.org

---

# satvikinfotech

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Footer text font size and allignment](https://wordpress.org/support/topic/footer-text-font-size-and-allignment/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/footer-text-font-size-and-allignment/#post-7361012)
 * .site-footer .site-info{
    font-size: 12px; text-align: center; }
 * Add this code in your CSS File !!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS not responding to changes](https://wordpress.org/support/topic/css-not-responding-to-changes/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/css-not-responding-to-changes/#post-7361011)
 * Site link plz ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Susbtitle CSS color](https://wordpress.org/support/topic/susbtitle-css-color/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/susbtitle-css-color/#post-7357482)
 *     ```
       .subscription-wrap .subtitle{
       color:#fff;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to change the Background](https://wordpress.org/support/topic/how-to-change-the-background-4/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/how-to-change-the-background-4/#post-7357481)
 * What’s site URL/link ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [sidebar width](https://wordpress.org/support/topic/sidebar-width-53/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/sidebar-width-53/#post-7349718)
 * Your site link plz ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change Harmonic Theme Portfolio Page's More Projects text](https://wordpress.org/support/topic/change-harmonic-theme-portfolio-pages-more-projects-text/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/change-harmonic-theme-portfolio-pages-more-projects-text/#post-7346153)
 * Site link plz ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [After clicking outside of Contact 7 Form field you cannot see text](https://wordpress.org/support/topic/after-clicking-outside-of-contact-7-form-field-you-cannot-see-text/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/after-clicking-outside-of-contact-7-form-field-you-cannot-see-text/#post-7346149)
 * Hi,
 * add below code at end in your style.css file !!! “Appearance > Editor”
 *     ```
       .site-content div.wpcf7 input[type="text"], .site-content div.wpcf7 input[type="email"], .site-content div.wpcf7 textarea {
           background: #fff none repeat scroll 0 0 !important;
           color: #000 !important;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [remove the label 'Comment' from the comment textarea](https://wordpress.org/support/topic/remove-the-label-comment-from-the-comment-textarea/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/remove-the-label-comment-from-the-comment-textarea/#post-7342988)
 * Using CSS code, make it display none
 *     ```
       display:none
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Centering Menu in Hemmingway Rewritten](https://wordpress.org/support/topic/centering-menu-in-hemmingway-rewritten/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/centering-menu-in-hemmingway-rewritten/#post-7292584)
 * You missed some bracket in child theme’s css file !!!
 *     ```
       /*
       Theme Name: hemingway child
       Version: 1.0
       Description: A child theme of Hemingway
       Template: hemingway
       Author: Administrator
       */
       @import url("../hemingway/style.css");
       /* Your awesome customization starts here */
   
       .post-content > *:first-child { margin-top: 0; }
       .post-content *:last-child { margin-bottom: 0; }
   
       .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
       	margin: 25px 0 15px;
       	color: #ffffff;
       	line-height: 120%;
       }
   
       .post-content > *:first-child { margin-top: 0; }
       .post-content *:last-child { margin-bottom: 0; }
   
       .post-content p {
       	margin: 10px 0 10px;
       	color: #ffffff;
       	line-height: 140%;
       }
   
       .post-content h1 { font-size: 2em; font-weight: 700; font-color: white;}
   
       .post-content h2 { font-size: 1.75em; font-weight: 700; }
   
       .post-content h3 { font-size: 1.5em; font-weight: 700; }
   
       .post-content h4 { font-size: 1.25em; }
   
       .post-content h5 { font-size: 1.1em; }
   
       .post-content h6 {
       	font-size: 0.9em;
       	font-weight: bold;
       	text-transform: uppercase;
       	letter-spacing: 1px;
       }
   
       .page .post-title {
           display: none;
       }
   
       .wrapper {margin-top:50px}
   
       .blog-title {
       	width: 100%;
       	text-align: center;
       	font-family: 'lucida handwriting';
       }
   
       .blog-title a {
       	color: #FFF;
       	letter-spacing: 00px;
       	text-transform: none;
       	font-weight: 300;
       	font-size: 3em;
       }
   
       img.alignleft,
       .alignleft img,
       img.aligncenter,
       .aligncenter img,
       img.alignright,
       .alignright img {
       	box-sizing: border-box;
       	padding: 5px;
       	border: 0px solid #EEE;
       }
   
       .blog-menu{
       max-width:775px;
       margin:0 auto;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Zerif Lite theme customisation](https://wordpress.org/support/topic/zerif-lite-theme-customisation/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/zerif-lite-theme-customisation/#post-7332300)
 *     ```
       .navbar-brand > img {
           max-height: 98%;
       }
       ```
   
 * add this CSS code in your site !!
 * Appearance > editor
 * 2) Which gray bg ?
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Integrating Google Webmaster and Analytics Tools](https://wordpress.org/support/topic/integrating-google-webmaster-and-analytics-tools/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/integrating-google-webmaster-and-analytics-tools/#post-7329282)
 * You can put code in header.php in between the <head> tag !!
    else You can also
   use some plugin to add that code directly from backend without editting php file
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Storefront – How to change logo size for mobile](https://wordpress.org/support/topic/storefront-how-to-change-logo-size-for-mobile/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/storefront-how-to-change-logo-size-for-mobile/#post-7329231)
 * style.css ==> Line 797
 * .site-header .site-branding img, .site-header .site-logo-anchor img, .site-header.
   site-logo-link img {
    height: auto; max-height: none; max-width: none; width:
   300px !important; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Lost footer after WP 4.5 Update](https://wordpress.org/support/topic/lost-footer-after-wp-45-update/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/lost-footer-after-wp-45-update/#post-7325297)
 * Your footer is there in page but it is hidden !!!
 * I think, need to do CSS Code to unHide it !! Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Integrating Google Webmaster and Analytics Tools](https://wordpress.org/support/topic/integrating-google-webmaster-and-analytics-tools/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/integrating-google-webmaster-and-analytics-tools/#post-7329203)
 * You need to create google analytics and webmaster account so they will provide
   you code.
 * that code will be added to your site so you can check visits and all on analytics!!
   Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How Do I Change Site Width?](https://wordpress.org/support/topic/how-do-i-change-site-width-1/)
 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/how-do-i-change-site-width-1/#post-7329184)
 * Try to remove it and check !! Thanks

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

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