satvikinfotech
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Footer text font size and allignment.site-footer .site-info{
font-size: 12px;
text-align: center;
}Add this code in your CSS File !!
Forum: Themes and Templates
In reply to: CSS not responding to changesSite link plz ?
Forum: Themes and Templates
In reply to: Susbtitle CSS color.subscription-wrap .subtitle{ color:#fff; }
Forum: Themes and Templates
In reply to: How to change the BackgroundWhat’s site URL/link ?
Forum: Themes and Templates
In reply to: sidebar widthYour site link plz ?
Forum: Themes and Templates
In reply to: Change Harmonic Theme Portfolio Page's More Projects textSite link plz ?
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
In reply to: remove the label 'Comment' from the comment textareaUsing CSS code, make it display none
display:none
Forum: Themes and Templates
In reply to: Centering Menu in Hemmingway RewrittenYou 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
In reply to: Zerif Lite theme customisation.navbar-brand > img { max-height: 98%; }
add this CSS code in your site !!
Appearance > editor
2) Which gray bg ?
Thanks
Forum: Themes and Templates
In reply to: Integrating Google Webmaster and Analytics ToolsYou 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 fileForum: Themes and Templates
In reply to: Storefront – How to change logo size for mobilestyle.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
In reply to: Lost footer after WP 4.5 UpdateYour footer is there in page but it is hidden !!!
I think, need to do CSS Code to unHide it !! Thanks
Forum: Themes and Templates
In reply to: Integrating Google Webmaster and Analytics ToolsYou 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
In reply to: How Do I Change Site Width?Try to remove it and check !! Thanks