Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@openMind: Can you tell me the words that are not being translated and also can you send me the translation text. So, I will add it in both.
Sakin
Keymastergreat Johnny and thanks.
Sakin
Keymaster@l1qu1d: Can you send me your site url so that I can see what you are talking about. I am bit confused.
Sakin
Keymaster@Anusha: Which IE version and also send us the screenshot of problem. Also check in our demo site it there is problem http://catchthemes.com/demo/simplecatch
Sakin
Keymaster@vonromantiko: Do you mean adding addition sidebar on Left or just changing the right sidebar to left one.
Sakin
Keymaster@drchoate: Yes you can do that. First upload large image as the header image and then add the following CSS in “Custom CSS” in your Theme Options under Appearance tab in your WordPress dashboard.
#branding hgroup {
margin: 0;
padding: 0;
}
Note: When you add any question please add in your site url.
Sakin
Keymaster@openMind:I have found one issue in the .pot file. So, I have send for update. I hope that will fix it. Need to wait for theme review team to approve it. For now, can you replace this file http://themes.svn.wordpress.org/catch-box/1.7.1/languages/catchbox.pot in your current theme and check it.
Sakin
KeymasterFor font size of page title add the following “Css” in Custom CSS box in your Theme Options.
.entry-title {
font-size: 18px;
line-height: 1.5;
}
For content font size.
article {
font-size: 18px;
line-height: 1.5;
}Sakin
Keymaster@Rich2337: Please use different support thread for each question. This is quite confusing.
Sakin
Keymaster@klrouth: Try adding the following CSS in “Custom CSS” box in your Theme Options.
input[type=text],
input[type=password],
textarea { -webkit-appearance: none; }
Sakin
Keymaster: You can add the following CSS in “WordPress Dashboard -> Theme Options -> Custom CSS”. You can decrease or increase the space as per your need.
#header-content {
margin-top: 10px;
margin-bottom: 5px;
}
Sakin
Keymaster@Rich2337: Please create new support question for this and also add in your site URL while asking customization question.
Sakin
KeymasterHere goes the CSS John:
#main #content img {
border: none;
}
Sakin
Keymaster@Abbtt: Just create a custom menu and add the home link. See this for more details on Custom Menus: http://en.support.wordpress.com/menus/
Sakin
Keymaster@eag1111: Currently it uses the font “Arial,sans-serif” and “Lobster” for site title.
To change the general font. You need to change it in the following css:
/* For All content */
body {
font-family: Arial,sans-serif; /* Type of Font */
font-size: 12px; /* Size of Font */
line-height: 24px; /* Line Height of Font */
}
/* For Site Title content */
h1#site-title {
font-family: 'Lobster, Arial,sans-serif';
font-size: 45px;
}
See this for tutorial on Font CSS: http://www.w3schools.com/css/css_font.asp and Websafe fonts: http://www.w3schools.com/cssref/css_websafe_fonts.asp
Sakin
Keymaster@Abbtt: For title in the Nagivation bar. There is cool feature of WordPress that is Custom Menus, where you can add in the item you want and also change the title. See this for more details http://en.support.wordpress.com/menus/
-
AuthorPosts