Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@paigeohliger: Add the following css.
/* Twitter Feed background color */
.twitterfeed { background-color: #361F0B; }/* Testimonial Background color */
.widget .testimonial-text { background: none #5A2900; }/* For lower footer background color */
#site-generator { background: none #361F0B; }
Sakin
Keymaster@paigeohliger: In which widget you added this. Also the code is not clear here. So, can you post it in http://pastebin.com/ and share the link.
Sakin
Keymaster@alexrams: No you cannot do that.
For thumbnail it’s 210px by 210px. So, if you have exact this size on featured image then it will work fine. But if you upload larger then this then it will crop automatically.
Sakin
Keymaster@maevamena: If you add the big header image in the header. it will push the social icons down.
Sakin
Keymaster@svartis: Did you check the instruction here http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/ . You are not going to create .pot file. You just need to create the .mo and .po files.
Sakin
Keymaster@hserna20: Sorry I cannot see your site as it says under construction. I think you are missing to add in the Featured Image in your Post. Just add the featured image in the post see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Then only add in the Post ID in the Featured Post Slider options.
Sakin
Keymaster@Simona: Just add the following CSS in “Custom CSS” box in your Theme Options panel to justify the text in Featured content in homepage.
.home #featured-post .entry-content { text-align: justify; }Sakin
Keymaster@maevamena: You can use add in following css in “Custom CSS” box in Theme Options panel to hide the Image
.archive .featured-image { display: none; }But to remove to either you need to build child theme and customize the code or use the Catch Everest Pro which will be release any day this week.
Sakin
Keymaster@j9hagop: Yes you are right. Previous link is adding space. You can just add the following css in “Custom CSS” box in Theme Options panel as below:
#nav-single { display: none; }Sakin
Keymaster@alexrams: The thumbnail size is the homepage is width 210px and height 210px. See this in theme instructions http://catchthemes.com/theme-instructions/simple-catch/
So, you need to add this size or it will just crop the image automatically.
You can change the hover and active of menu by adjusting the color and adding the following css in “Custom CSS” box in Theme Options panel.
#header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a {
background-color: #000000;
color: #FFFFFF;
}
For more color options and other features that you just change through Theme Options panel upgrade to Simple Catch Pro theme.
Sakin
Keymaster@creativeunderground: Yes you can just add the following CSS in “Custom CSS” box in Theme Options panel.
.entry-content, entry-summary { line-height: 20px; }Sakin
Keymaster@Dane: Catch Everest theme doesn’t support RTL css. We need to add complete RTL support css. You need to add in yourself for now. We will try to add in future updates.
Sakin
Keymastergreat work. Nice.
Sakin
KeymasterLooks like you solved all your issues. Great
Sakin
Keymaster@FluGan: Can you try adding in the video in your post Excerpt box below your post content editor.
We will add easy option in next version update.
Sakin
Keymaster@TanjaCrouch: I just check in your site and you have already added in the sidebar.
Sakin
Keymaster@TanjaCrouch:
1. remove white space above and below the logo
— Just add the following css in “Custom CSS” box in Theme Options panel.
#site-logo { padding-top: 0; }
#hgroup-wrap { padding-top: 0; }
2. ideally, I would like the logo to be about 70-80% of what it is now.
Why don’t you just upload a smaller version of logo. Resizing the image is better then resizing from css as it reduces the load time of your site.You have already added in the sidebar.
-
AuthorPosts
