Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kim: Ok we will add in font size option for page/post title in next version update. For now, you can do it manually. In the following css, you can change the font size as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { .entry-title { font-size: 26px; } }Sakin
Keymaster@Keir: Thanks for posting the CSS issue. We will fix that in next version update. For now, you can add the following css in “Appearance => Theme Options => Custom CSS”
.widget-area .widget .widget-title a { color: #ddd; }Sakin
Keymaster@Scott: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box. You can further reduce the margin bottom as per your need.
.home .site-content .hentry { margin-bottom: 20px; }Note: I see that you have empty
<p></p>tag in your homepage post. That is also taking spaces. So, go to text mode in your editor and remove that.Sakin
Keymaster@Michaela: Try just reducing the image quality little but like make the quality 60 or 70. So, the image size will be about 400kb and so on.
If you have large images then you can use the cache plugin to lead the images from cache. Check out W3 Total Cache plugin.
Sakin
Keymaster@horriblehomemaker:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box.#branding ul.menu li:hover > a, #branding ul.menu a:focus { background: none transparent; font-weight: bold; text-decoration: underline; }2. Which font are you trying to change to. If that is web fonts then you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding ul.menu { font-family: "Helvetica Neue", Helvetica, Arial; }3. Yes, just add the following css in “Appearance => Theme Options => Custom CSS” box.
#main { background-color: #fff; }Sakin
Keymaster@Gerald:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box#homepage-message .left-section { text-align: center; width: 100%; }2. You can add the following css in “Appearance => Theme Options => Custom CSS” box
#featured-post .entry-title { text-align: center; }3. This is bit complicated. But I will try. Add the following css in “Appearance => Theme Options => Custom CSS” box
.home .site { background: none transparent; } .home #masthead { background-color: #fff; margin-bottom: 20px; } #main-slider, #homepage-message, #main #featured-post { margin-bottom: 20px; }4. This has already been solved by answer 3
5. You can add the following css in “Appearance => Theme Options => Custom CSS” box
.no-sidebar-full-width #main { padding-left: 0; padding-right: 0; }6. You can add the following css in “Appearance => Theme Options => Custom CSS” box
.page .entry-header { display: none; }Sakin
Keymaster@Gerald: To remove the line between the secondary menu and the slider, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#masthead { border: none; }Sakin
Keymaster@Tillman: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the archive page header text:
.archive .page-header { display: none; }Sakin
Keymaster@ysener: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the post format display:
.entry-header .entry-format { display: none; }Sakin
Keymaster@herrb: Sorry I don’t get it what you mean. When I check in your menu, it’s working fine.
Sakin
Keymaster@stella: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 960px) { #access-top .tinynav, #access .tinynav { display: none; } #header-menu ul.menu, #fixed-header-top ul.menu { display: block; } }Sakin
Keymaster@Michaela: I check in your images in the slider. Our theme has nothing to so with your image blurred. As the image file you have uploaded is quite blurred.
See this:
travelintense.com/wordpress/wp-content/uploads/2014/11/dominica_middlehamfalls-1279×550.jpgNovember 24, 2014 at 9:35 am in reply to: How to move header logo on top of the sidebar on categories and posts #47980Sakin
Keymaster@aleks.mavric123: Then you can replace the css
#site-logo { display: none; }
With the following css:
.logo-wrap { display: none; }Sakin
Keymaster@lorencowka:
1. To show latest post in your homepage.
– Just go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”
– Then check in “Enable Latest Posts” and save changes2. It will show 10 latest post by default. But if you want to make that eight.
– Just go to “Settings => Readings”
– Then type in 8 in “Blog pages show at most” and save changes3. I see that you haven’t change/disable Homepage Headline Text:
– Just go to “Appearance => Theme Options => Homepage Settings => Homepage Headline Options”
– Then you can edit those text or disable it and save changes4. Same, I see that you haven’t change/disable Homepage Featured Conte:
– Just go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”
– Then you can add in text/image or disable it and save changeNote: For more information about the Catch Kathmandu Pro theme, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
Sakin
Keymaster@Brandilyn: sorry I thought you had that issue and trying to remove it, I didn’t realized that you were using it for debugging. We are working with updates. Please wait for few days.
Sakin
Keymaster@Michaela: Sorry I don’t know that. Please search for plugin at wordpress.org/plugins
Sakin
Keymaster@Michaela: Yes, that the feature of WordPress comment system. Their website will be linked to their name.
If you like to edit that, then you need to build child theme and then copy the function
catchkathmandu_comment()from template-tags.php file and add that in your child theme functions.php file and edit the code.Fore child theme, read this http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@Michaela: Sorry we don’t have controlled on their plugins. So, you can try posting in their plugin support forum. They might be able to help you.
Sakin
Keymaster@Michaela: Can you post in your site URL and let me know which image are you talking about. Then I can check in and send you the details about it.
November 23, 2014 at 10:20 pm in reply to: How to get rid of stripe texture in featured image slider? #47947 -
AuthorPosts
