Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@karinschultz: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
h1, h2, h3, h4, h5, h6 { color: #76cec8; }Sakin
KeymasterHi Karin,
Really sorry for the issue and thanks for pointing out the missing css for email fields. We will add soon in next version update. But for now you can add the following css in “Appearance => Theme Options => Custom CSS” box.
input[type="email"] {
padding: 5px 10px;
-moz-box-shadow: 0 1px 5px #dcdcdc inset;
-webkit-box-shadow: 0 1px 5px #dcdcdc inset;
box-shadow: 0 1px 5px #dcdcdc inset;
border: 1px solid #cccccc;
height: 30px;
line-height: 20px;
width: 75%;
-webkit-appearance: none;
}
Sakin
Keymaster@karinschultz: The size of them caption box depends on the image on the caption box not the text. But you can change the values from css. Try the following css in “Appearance => Theme Options => Custom CSS” box.
/* To Increase the width of the caption box */
.page .wp-caption { width: 300px; }
/* To remove the border of the caption box */
.page .wp-caption { border: none; }
/* To decrease the padding left of the caption text */
.page .wp-caption .wp-caption-text { padding-left: 10px; }
/* For caption text font size and line height */
.page .wp-caption .wp-caption-text { font-size: 12px; line-height: 18px; }
Sakin
KeymasterIf you want to change the image size though css then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Resize For Large Screens */
img.wp-post-image { max-width: 50%; }
/* Resize back full for Small Sreens */
@media screen and (max-width: 960px) { img.wp-post-image { max-width: 97.4%; } }
Sakin
Keymaster@ktglasscock: There is so many mistake code in our custom CSS box. Please correct.
First remove this
<abbr title=""> <acronym title=""> <b>Second missing } in
.wpcf7-form p {
font-size : 14px;
margin-left: 20px;
margin-top: 0px;
margin-bottom: 0px;
width: 290px;
padding: 0 0 10px;
color: #fff;
This should be
.wpcf7-form p {
font-size : 14px;
margin-left: 20px;
margin-top: 0px;
margin-bottom: 0px;
width: 290px;
padding: 0 0 10px;
color: #fff;
}
Sakin
Keymaster@Potzas: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-title { text-shadow: none; }Sakin
Keymaster@GAHC: See the additional featured in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@pt mannik: I’m thinking about upgrading to your pro version today, but need to know if there would be issues that would take my current version off line or break anything during the move?
—- Catch Everest Pro uses the same code base but has additional features. The upgrade will be 90% smooth. But you might need to reconfigure header, background, custom menu and check widgets.Sakin
Keymaster@ktglasscock: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-description { font-size: 18px; }Sakin
Keymaster@GAHC: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home #featured-post .post { width: 100%; }Sakin
Keymaster@Potzas: I think you are talking about site Tagline which come from “Settings => General” from your WordPress and change the tagline.
Sakin
KeymasterHello Karin,
I don’t see any problem in this page http://www.iwritegreatcopy.com/who-am-i . Sorry, I don’t understand the problem.
Regards,
SakinSakin
Keymaster@markTSL: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { background-color: #ff8833; }Sakin
Keymaster@jocatman: thanks for pointing our the bug for that we will add ad Menu for all then item not in Menu as default. Wait for next version update.
Sakin
KeymasterHello Jen,
That is the extra space which depends on the screen size from which you are checking your site. So, this is not recommended to change, as this theme is responsive and also your site size is already 1140px width.
Regards,
SakinSakin
Keymaster@bobbafett: Sorry it’s not there. You need to build custom.
Sakin
Keymaster@nate1design.com: You are not supposed to add in in post and page. You should add either in header or footer codes. Go to “Appearance => Theme Options => Webmaster Tools => Header and Footer Code”.
-
AuthorPosts
