Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@panselli: Yes, you can add custom css in “Appearance => Theme Options => Custom CSS” box. But we recommend not to hide it as this is attribution that you give for using free themes and free support.
I see that you are using “Related Posts” plugin. But I am not sure how you have added in Share the love. So, you need to check these codes. This is not from our theme and we will not be able to provide detail help on this.
Sakin
Keymaster@benowchiro: Ok I will check in.
Sakin
Keymaster@lorencowka: Ok there is missing closing
}bracket in your Custom CSS. Go to “Appearance => Theme Options => Custom CSS” box and find the following css:/* center Page Header */ .entry-header .entry-title { text-align: center;Replace it with:
/* center Page Header */ .entry-header .entry-title { text-align: center; }Sakin
Keymaster@Peter: I think you are taking about link color in your sidebar. Then you need to edit the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.widget-area .widget a { color: #757575; } .widget-area .widget a:hover { color: #0088cc; }Sakin
Keymaster@aruraza: Thanks. I check in your static frontpage and see that you have added featured image as the buddha image. So, it was displaying this image. Header image will be replaced by the featured image. I have remove the featured image. Check now.
Sakin
KeymasterThanks Manish 🙂
Sakin
Keymaster@JLeroy:
1. To reduce the height and width of featured image. First, just upload the featured image of size 150px width and 150px height. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.#main #content .post-img { width: 162px; } #main #content .post-img a, #main #content .post-img img { height: 150px; width: 150px; } .type-post.has-post-thumbnail .col5 { width: 450px; }2. Not sure what you mean by space between post text line. I hope you mean the line height. Then you can adjust the line height as per your need and then add the following css in “Appearance => Theme Options => Custom CSS” box.
#main #content { line-height: 24px; }Sakin
Keymaster@lorencowka:
1. Front Page:
a. There is issue after you add in the search. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.#header-right #header-menu .menu-item-search { float: right; } #header-right #header-menu .menu-item-search p { margin: 5px; }b. You can add the following css in “Appearance => Theme Options => Custom CSS” box, to reduce the white spaces.
#hgroup.logo-enable.logo-left { padding-left: 0; padding-top: 5px; } #header-right { padding-top: 5px; } #hgroup-wrap { padding-bottom: 20px; }c. The broken link image is yvonnestravel.com/wp-content/themes/catch-kathmandu/images/demo/header-image-1280×400.jpg and it’s from “Appearance => Theme Options => Header Featured Image”. Go there and in “Enable Featured Header Image”, select “Disable” and save changes.
d. You can use Featured Image Slider and upload the image as per your need. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
2. You haven’t change the color code in the CSS that I gave you. You need to change that color code before adding it in “Appearance => Theme Options => Custom CSS” box.
Sakin
Keymaster@Anick: For custom css, go to “Appearance => Theme Options => Custom CSS” box and add it there.
Sakin
Keymaster@nussarthur: Simple Catch Free theme doesn’t have font option. So, you might want to consider using font plugin for that.
Yes, you have one search box in header and another in your sidebar widget. You can remove the search box from your sidebar widget from “Appearance => Widgets”.
Sakin
Keymaster@nussarthur: Now I can see your image has width 976px and height 313px. It’s perfect.
Sakin
Keymaster@Jason: try adding in the following css in “Appearance => Theme Options => Custom CSS”. This will make your image clear with center align.
@media screen and (max-width: 768px) { img[class*="align"], img[class*="wp-image-"] { clear: both; display: block; float: none; margin: 0 auto; } }Sakin
Keymaster@rojtalbot: Not sure what you mean. I see it same. So, what you want to add in chrome.
Sakin
Keymaster@nussarthur: If you want to stretch and fit your image then it’s fine, you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
.featured-slider .wp-post-image { height: auto; width: 100%; }Sakin
Keymaster@aruraza: Hum this is strange. It’s working fine in my side. So, I need to check your server. I will send you personal email can you reply me there.
Sakin
Keymaster@nussarthur: Yes for post slider you need to create the image of that size or higher then it will crop exactly in width 976px and height 313px
Sakin
Keymaster@nussarthur: Your second image is huge only in terms of height and not in terms of width. See the image you have attached thecolddeadhand.com/wp-content/uploads/2014/11/statue-of-liberty1.jpg . This image height is 412px but width is only 550px. But we need the image size of width 976px and height 313px. So, it cut down you extra height.
Sakin
Keymaster@nussarthur: I check in your site and see that there is slider. Just that the image size is wrong. You have image of size 550px by 313px width. Edit those post and use larger featured images. For example, you can see that the original image you have uploaded that is thecolddeadhand.com/wp-content/uploads/2014/11/Papers_pile_350.gif is just width 350px and height 407px.
But our slider width is Width: 976px. So, your image width is not enough so it couldn’t expand it.
Sakin
Keymaster@lorencowka:
2. It’s working fine in our server. Maybe some issue, we will check in details. For now, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-title a, .entry-header .entry-title { color: #222; }
4. Please send me your site URL so that I can check in which inactive icon you are talking about.
5. Again which menu bar you are talking about as there are Primary, Secondary and Footer menu in our theme. So, maybe you can explain in reference with your site URL.Sakin
Keymaster@Gerald: It’s IOS issue so not sure about how to fix that. Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
body.custom-background { background-attachment: fixed !important;; background-size: cover !important; } -
AuthorPosts
