satishpandit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Origin] Problem with homepageyes, simply remove this css code in file style.css in line:239
.entry-image { color: rgba(204, 59, 59, 1); }
this will remove white lines from thumbnail in homepage… ?? ??
if you have any other problems ask me!
Forum: Themes and Templates
In reply to: [Theme: SinglePage] Nav Menuwelcome ?? ?? if you have any other problems ask me!
Forum: Themes and Templates
In reply to: [Theme: SinglePage] Nav Menujust add display:none in your stylesheet file: style.css, line:834
.sub_nav {
position: fixed;
left: 60px;
top: 50%;
margin-top: -100px;
display: none;
}Forum: Themes and Templates
In reply to: [Theme: SinglePage] Nav Menuso you want to remove vertical line with circles in left side??
Forum: Themes and Templates
In reply to: Widget Sidebar appearing on wrong place on blog pageAdd this code in your sidebar.css file in line:1
#col-sidebar { float: left; width: 275px; margin-left: 720px; margin-top: -7450px; }
and remove overflow:hidden code from these selectors:
1.) file: content.css, line:10
#col-content {
}2.) file: sidebar.css, line:1
#col-sidebar {
}3.) file: sidebar.css, line:10
div.sidebar-block {}
Forum: Themes and Templates
In reply to: [Origin] Problem with homepagesorry mistake !! simply change the value: line-height: 0em; to line-height: 1; in the line
Forum: Themes and Templates
In reply to: [Incart Lite] Nav Menubut this change make navigation text unclear
Forum: Themes and Templates
In reply to: [Incart Lite] Nav Menuyou have to change background color to transparent from this
#header.skehead-headernav.skehead-headernav-shrink { background: none repeat scroll 0% 0% rgba(255, 255, 255, 1); }
to
#header.skehead-headernav.skehead-headernav-shrink { background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.12); }
this will make your header transparent when you scroll …ask if you have other questions…….
Forum: Themes and Templates
In reply to: [Incart Lite] Nav Menucan you explain more ?? so i can understand better & help you ?
Forum: Themes and Templates
In reply to: [Origin] Problem with homepagethis will solve your title messed up problem. ?? ?? ??
Forum: Themes and Templates
In reply to: [Origin] Problem with homepageIn line 62 remove line height
h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #fff; line-height: 0em; font-weight: normal; letter-spacing: -1px; }
fresh code
h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #fff; font-weight: normal; letter-spacing: -1px; }
Forum: Themes and Templates
In reply to: [Origin] Problem with homepageif you any problem further ask….
Forum: Themes and Templates
In reply to: [Origin] Problem with homepageJust change the value of
body { line-height: 1; } to (in line 26 in css file and save it)
body { line-height: 0; }
Forum: Themes and Templates
In reply to: [Untitled] Using featured images on Home pagehey, i see your theme at WordPress.com, but they have already featured image slider on both Front page and also on Post page….!!! Are you using custom Home page??
Forum: Themes and Templates
In reply to: [Untitled] Using featured images on Home pageHey please post your site link and tell theme name..