Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@mike: I don’t get your question. Webmaster tool are for Website Verification and Header and Footer codes. But the Social Links are for the social icons. There two are different. Can you tell me what you need to do. Also while posting support question please don’t forget to add in your Site URL. So, that I can check it.
Sakin
Keymaster@openMind: All our translation if done voluntary by all users like you. So, I need to ask them on the fixed and will update.
Sakin
Keymaster@kangooloss3: You need to send me your site URL to send your the CSS that you can add in your Theme Options under Appearance Tab in your WordPress Dashboard.
But you can try the following css:
/* For padding below */
.hentry { padding-bottom: 0; }
/* For padding top */
.entry-header hgroup .entry-title { padding-top: 0; }
Sakin
Keymaster@kangooloss3: Let me know what you get feedback from plugin and if I need to fix anything then I will work on that.
-
AuthorPosts
