Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterCannot change the opacity of the larger grey background. You can either remove the background by adding following css in Custom CSS box
#header {background: none; }
Or you can change the background image to transparent one
#header {background: url("Your Image URL") repeat-x scroll left bottom transparent; }
For social icon above:
#header .layout-978 { position: relative; }
#header .logo-wrap { margin-top: 55px; }
#header .social-search { margin-top: 10px; padding-right: 0; position: absolute; right: 0; top: 0; }
Sakin
Keymaster@james.hong: Simple Catch Pro theme is responsive theme that is why it adjust the width as per the screensize and with of the container. If you are pasting on non-resposive theme then there won’t be a problem. Also you have embed very large video width 978px and height 550px.
So the best option will be to use embed video and use the width 640 and height 360 one.
For example
<iframe width="640" height="360" src="http://www.youtube.com/embed/Ki9h8kAltaY" frameborder="0" allowfullscreen></iframe>
Sakin
KeymasterHello Darek,
This is a long request. It would have been easier if you have break down your list in different thread.
1. How can I change the font size for the H1 or H2 tags?
— I have seen that you have already change the font size of heading of page title. For page title the css will be ad below:
.entry-title { font-size: 18px; }
For normal h1 and h2 you can use the following:
h1 { font-size: 34px; }
h2 { font-size: 22px; }
2. How can I change the font style for the H2 tag and for the menu nav bar?
— For menu bar font size change.
#access ul li a { font-size: 13px; }
3. How can I change width for the menus in nav bar? I want to move “Kontakt” menu to the right or to stretch all menus a bit to make it look good.
— For this please “Custom Menu” features. See this http://en.support.wordpress.com/menus/
To stretch them menu you can adjust the padding as needed
#access ul li a { padding: 0 18px; }
4. How to change the height of post image and text box on main page?
— It is not recommended to change the height of the post image in the main page. For text box you can define the excerpt length through “Appearance -> Theme Options -> Theme Settings -> Excerpt / More Tag Settings. Increase the Excerpt Length.5. How I can turn off “comment’s box” for “Kontakt” page or other ?
— You can turn off from though your “Discussion Box” in your page. See this http://en.support.wordpress.com/enable-disable-comments/6. How I can change background in comment’s ?
— For post author background color
.commentlist > li.bypostauthor { background-color: #DDDDDD; }
— For others background color
.commentlist > li.comment { background-color: #DDDDDD; }
7. How I can change the font size and style in “Leave a comment” and “1 comment, 2 comments, etc” above comments box for example here : http://www.poradnikniemowlaka.pl/?p=86
— For font size
#comments-title, #reply-title { font-size: 25px; }
For more please see the css tutorial http://www.w3schools.com/css/
Sakin
Keymaster@paigeohliger: thanks for reporting. Found small bug and now we have updated the theme to version 1.2. You can download the latest version from your account in Catch Themes and them upload the latest version.
Sakin
Keymaster@PMSkita: Here goes the css that you can add it in “Custom CSS” box in your theme options page.
/* For Widget Title */
.widget-title, .widget-title a {
color: #735C50;
}
/* For comment title */
.reply-title {
color: #735C50;
}
/* For Comment Grey Box */
#respond {
background-color: #CCCCCC;
}
/* For Comment Post Button */
#respond input#submit {
background-color: #222222;
}
Sakin
Keymaster@mangogear: It’s the facebook like script that is giving you trouble. As you can see in your screenshot your facebook like is too big. You need to reduce that, right now your facebook like width is set to 900px.
Go to http://developers.facebook.com/docs/reference/plugins/like/ and in width add 280 and then uncheck show faces. Then Click on Get Code and use that code.
Sakin
Keymaster@arichardc: I told you that the picture needs to be of same height and width to make it fine. Why don’t you just use the Photoshop and add equal height and width image. If the image are not equal then you can add the background in Photoshop and center the image so that all image are of equal size.
Sakin
Keymaster@paigeohliger: Are you talking about the header menu. If it design like that. See this http://catchthemes.com/demo/catch-mustang/parent-page/ and http://catchthemes.com/demo/catch-mustang/ But if you want it to look similar then add the following css:
#header-bg { margin-bottom: 63px; }
#access { margin: 0 0 -63px; }
Sakin
Keymaster@rlsdesigns: No need to worry about the css. The main problem is with the Cache plugin WP Super Catch. So, first you need to clear the cache from it’s settings page then you can deactivate and delete it.
Have a nice weekend.
Sakin
Keymaster@mangogear: Welcome anytime. 🙂 It will be great if you could take sometime to post review for us in http://wordpress.org/support/view/theme-reviews/simple-catch
Sakin
Keymaster@rlsdesigns: I haven’t received any email from your side. But I checked your site and found that you have installed the WP Super Cache, by which your css in not loading properly in IE8.
Please clear your cache through WP Super Cache and if there is any minify of css then remove that as well. Then it will be fixed.
Sakin
Keymaster@mangogear: For twitter:
ul.social-profile li.twitter a { background-position: -44px -43px; }
Sakin
Keymaster@paigeohliger: Here goes the css for Readmore and send button
a.readmore, input[type="reset"], input[type="button"], input[type="submit"] { background: none #ef5a29;}
Sakin
Keymaster@alex: there was problem with the theme while you uploaded and I have already fixed with after you send me your WordPress and FTP access. Thanks a lot for using Catch Themes and Trusting me to fix your site.
Sakin
Keymaster@richardcharlesandrews1: Please use Custom Menu feature of WordPress to support that. see this to add custom menu http://en.support.wordpress.com/menus/
Sakin
Keymaster@ctannehill: Featured Slider in under the Theme Options panel under Appearance Tab.
Sakin
Keymaster@amberatx: In your child theme replace the css
.no-padding-left { display: none; }
with
.entry-meta .no-padding-left, .entry-meta span { display: none; }
Sakin
Keymaster@rlsdesigns: Can you send me your screenshot of IE8.
Sakin
Keymaster@paigeohliger: Please make the site like and then I will check your site and suggest you the css change. Post message after you have your site live.
-
AuthorPosts