Forum Replies Created

Viewing 20 posts - 14,141 through 14,160 (of 14,495 total)
  • Author
    Posts
  • in reply to: Changing Type of Font and size for my pages #2963
    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

    in reply to: Differ Header text at top of Page vs. text in Nav #2962
    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/

    in reply to: Slider not working in IE9 #2961
    Sakin
    Keymaster

    Great you got it sorted thanks for posting it.

    in reply to: Images – how to change border outline? #2960
    Sakin
    Keymaster

    Hello 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;
    }

    in reply to: How to reposition social network icons in header? #2959
    Sakin
    Keymaster

    Hello 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 */
    }

    in reply to: A question for drop down menus sir #2958
    Sakin
    Keymaster

    @vonromantiko: you are great. You have already added Superfish js.

    in reply to: editor-style vs style #2957
    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.

    in reply to: Bug in version 1.7 #2956
    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.

    in reply to: Language-files #2955
    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.

    in reply to: Post preview height and padding #2954
    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; }

    in reply to: Publicize – wrong permalink published on Facebook #2953
    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.

    in reply to: change menu color #2952
    Sakin
    Keymaster

    @hendrik: Yes we will add the additional features in updates. The main addition to the Simple Catch theme is the Responsive Design and Featured Image Slider.

    Solutions for your questions. You can add the css in your child theme style.css or in your theme theme options.
    1. how do I change the color of the menu. Just change the color code in the below css.

    /* For menu main background */
    #access {
    border:1px solid #ccc;
    background-color:#fff;
    }
    /* For hover and current menu background */
    #access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
    background-color:#444;
    }
    /* For submenus menu background */
    #access ul li ul li a:hover, #access ul li ul li:hover > a {
    background-color:#333;
    }

    2. how do I change the color or background of the header
    To change the background just change the image.

    #branding {
    background:url("images/bg-header.jpg") left bottom repeat-x;
    }

    To change the color and remove the background image. Just change the color code below:

    #branding {
    background: none left #000;
    }

    3. how can I increase the space between logo and site title. If you check my site http://69.89.31.69/~riceandc/ you see that it looks a bit strange. Just increase the padding left as below:

    #site-title {
    padding-left: 30px;
    }

    in reply to: update child theme? #2951
    Sakin
    Keymaster

    Hi Henry,

    Don’t worry about this. Can you add the same version in your child theme and then you will stop receiving the update notice.

    Regards,
    Sakin

    in reply to: Slider text #2912
    Sakin
    Keymaster

    @Anusha: You are using Featured Post Slider so it will linked with the post. But if you want to liked with the external link then you may try redirection plugin. Which will help you to redirect your post to external site.

    in reply to: Dimensions of Columns #2911
    Sakin
    Keymaster

    @Abbtt: The width of the content in 642px and the sidebar is 306px. Yes, if you know css then you can edit the width by adding css in “Custom CSS” box in Theme Options.

    in reply to: Images – how to change border outline? #2910
    Sakin
    Keymaster

    @d33d3345: Do you want to change it in all posts in homepage as well or just in the Single Post view. Also what is changes you want to do. Is it border color.

    in reply to: default catch theme? #2898
    Sakin
    Keymaster

    @vonromantiko: Which theme are you using? If you are using Simple Catch free theme then to reset the “Content Color Options”. Open the Content Color Options box and then you will see “Reset Color” check box. Just tick there and click on save.

    in reply to: Adjust height of main nav menu #2897
    Sakin
    Keymaster

    @jamesandtina: If you are using Simple Catch Pro theme then you can add the following CSS in “Custom CSS” box in your Theme Options in WordPress Dashboard. You can decrease further by decreasing the number from 40px to further below.

    #access ul li a {
    line-height: 40px;
    }
    #access ul li ul {
    top: 40px;
    }

    in reply to: update child theme? #2896
    Sakin
    Keymaster

    @hendrik: Can you send me your site URL. If you have created the child theme for simple catch pro theme then in your stylesheet style.css you need to define
    Template: simple-catch-pro

    If you want to update the Simple Catch Pro theme then you can download it from your account in Catch themes.

    in reply to: Remove CatchThemes attribute #2894
    Sakin
    Keymaster

    @Mihir1997: You shouldn’t remove the Catch Theme attribute in the footer if you are using free theme. In free theme this is the only way to get any support for the developer.

    But if you want to remove then just upgrade to Catch Box Pro theme and there you will see Footer Editor box where you can just edit or delete it.

Viewing 20 posts - 14,141 through 14,160 (of 14,495 total)