Forum Replies Created
-
AuthorPosts
-
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/
Sakin
KeymasterGreat you got it sorted thanks for posting it.
Sakin
KeymasterHello John,
I just check in your post for example this: http://socialmediasuperfriends.com/facebook-marketing-what-does-it-really-take-to-be-succesful-2/ Here the image is wrap in caption. So to remove border for this add the following css
.wp-caption {
border: none;
}Sakin
KeymasterHello John,
You can add the following CSS in “Custom CSS” box in your Theme Options under Appearance Tab in your WordPress Dashboard./* To reposition the social networks icons */
#header .social-search {
margin-top: 40px; /* Change this top margin as you like it*/
}/* To remove the space above the logo graphic */
#header .logo-wrap {
margin-top: 54px; /* Change this top margin */
}/* To remove the space below the logo graphic */
#header #mainmenu {
margin-top: 40px; /* Change this top margin */
}Sakin
Keymaster@vonromantiko: you are great. You have already added Superfish js.
Sakin
Keymaster@andrewteg: There must to something issue with the editor-style.css we will check that and add for fixes in version updates. So, you might considering copying the style from style.css to editor-style.cssif it is urgent.
-
AuthorPosts