Forum Replies Created
-
AuthorPosts
-
Hi,
Unfortunately we didn’t give any theme option for that.
If you send us email at [email protected] with access to your WordPress install we can remove this for you.
Regards,
ShriWe are launching a new version by end of today. Stay tuned. We will send you access and others as well. Then control of colors etc would get easier.
Regards,
ShriCheck .header class line number 26 in main.css (path to main.css: wp-content/themes/skt_full_width_pro/css/main.css)
Remove these from there: border-left: 1px solid #1b1b1b and border-right:1px solid #1b1b1b
Regards,
ShriWould suggest you to use Table Reloaded plugin or similar or normal td tr table html code and it does work just fine.
We have tested it that way.
Regards,
ShriThis will be implemented this month.
Regards,
ShriSend us WordPress admin details via email: [email protected]
Regards,
ShriOkay great.
Regards,
ShriReplied via email. Solved and made the slider work on your site till 20th slide.
Regards,
ShriHi David,
This is not a problem. Actually you are loading Static Page on homepage instead of default slider and that’s why it is happening. Inner pages load up fine.
To solve this problem.
Kindly do this. Check main.css line number 280
#wrapper {
width: 1024px; (change from 964px to 1024px)
}And that should do it.
Regards,
ShriHi,
Sorry for this. My email id is [email protected]
Our email is working absolutely fine so i am sure it might be a wrong email address you typed in.
We can help you set up your slider.
Regards,
ShriHi,
This is not a problem. Actually you are loading Static Page on homepage instead of default slider and that’s why it is happening. Inner pages load up fine.
To solve this problem.
Kindly do this. Check main.css line number 280
#wrapper {
width: 1024px; (change from 964px to 1024px)
}And that should do it.
Regards,
ShriHi,
We don’t see the style we mentioned written by you anywhere. Besides the code: <div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro; rel=”nofollow”>Buy This Theme</a></div>
where its written hdr_buy_pro” write: style=”float:right;background-color:#99000″
Change color to your liking.
Regards,
ShriHi,
For footer here is the code as given in documentation:
Site Footer Code
#colophon {
background: none repeat scroll 0 0 #000;
opacity: 0.9;
}The page title color is managed from color of the font of the body and the whole site.
Only the first letter color is different which is given in documentation on how to change it.
Regards,
ShriHi Joanna,
Okay strange that you need it.
In header.php after this code:
<div class=”logo”><a href=”some code” rel=”nofollow”>
<img alt=”” src=”some code” />
</a></div>
Place this html there:
<div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro/” rel=”nofollow”>Buy This Theme</a></div>
And in Appearance>Theme Options>Custom CSS add this:
.hdr_buy_pro {
position: absolute;
right: 0;
top: 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}Regards,
ShriHi,
Here it is:
.category h1.entry-title {
line-height: 16px;
padding: 0;
}Regards,
Shri -
AuthorPosts