satvikinfotech
Forum Replies Created
-
Appearance > Editor
style.css ==> add this code in CSS file
#commentsbox{ display:none; }Forum: Themes and Templates
In reply to: [Customizr] Centering Home Page#main-wrapper{ max-width:80% !important ; margin:0 auto; }Try this !!! Thanks
You can hide that from that pages using below CSS
.product_meta .posted_in{ display:none; }Thanks
Forum: Themes and Templates
In reply to: Centering Menu in Hemmingway Rewrittenadd CSS
.blog-menu{ max-width:775px; margin:0 auto; }Thanks
Forum: Themes and Templates
In reply to: [Rational Lite] Navigation Barof-course !!
Appearance > Menu
Thanks
Forum: Themes and Templates
In reply to: Make featured image smaller?Using below code, inner page image will not stretch
.header-image img{ width:auto; }If you need to make it look similar to home page than need to do PHP code !! THanks
Forum: Themes and Templates
In reply to: Help making post titles bigger and bolderYou need to add CSS code in style.css file
h1{ font-size: 30px; }Thanks
Forum: Themes and Templates
In reply to: (Not my own Theme) Can't get sidebars to workTo hide Title on header, just add this code in CSS File:
.swtor_header_textoverimage_1{display:none;}For adding widget, you must have knowledge of PHP and HTML
You can simply add in footer.php to add widget there !! You can create widget from function.phpThanks
Forum: Themes and Templates
In reply to: Main content box overlapping left sidebarDid you updated something than this should happen ?
You need to edit CSS for make it proper again !!!
.left-sidebar #primary {
float: right;
margin: 0;
width: 75%;
}
.singular.page .hentry {
padding: 0;
}
.entry-content{
width:96%;
}