Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@cbtoolkit: Thanks a lot for pointing out the issue in Catch Box Pro Theme. We will fix this issue in upcoming version 2.3. Until the release you have just hide the slider in the blog page by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
.blog #slider { display: none; }Sakin
Keymaster@MandyJean: Yes that nice. I see there is still one link you haven’t migrates. See your footer DISCLAIMER.
Sakin
Keymaster@impresnet: Sorry I gave you the wrong css. Change it with the following
#site-generator .site-info { padding: 40px 0; }Sakin
Keymaster@impresnet: You can adjust the footer height by adjusting footer padding. Just adjust the padding and add it in “Appearance => Theme Options => Custom CSS” box.
#site-generator .site-info { padding: 4rem 0; }For footer credit, it on single line only. You cannot change footer credit in free version.
Sakin
Keymaster@electricidee: I check in your site. You are not using our slider. It’s different one. I see that you are using plugin. So, I cannot help on this. Please ask in plugin forum.
Sakin
KeymasterDid you try in Disqus comment system http://wordpress.org/plugins/disqus-comment-system/
Sakin
Keymaster@thess: I the plugin is supposed to work and change it. Can you contact the plugin author as ask for suggestions.
Sakin
Keymaster@MandyJean: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.sb-selector:link, .sb-selector:visited, .sb-selector:hover { color: #404040; text-shadow: none; } .sb-options a:link, .sb-options a:visited { color: #404040; } .sb-options { background-color: #fff; } .sb-options a { border-bottom: none; } .sb-options a:hover, .sb-options a:focus, .sb-options a.sb-focus { background-color: #fff; }May 22, 2013 at 4:01 pm in reply to: How to: Use CSS to change the default body font color in post pages? #9303Sakin
Keymaster@heathershelby: I see that you have already center the logo but site Tagline is on left. You can center the tagline as well by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { text-align: center; }For adjusting the spaces above and below header. You can adjust the padding as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) { /* Padding Above Logo */ #site-logo { padding-top: 50px; } /* Padding Above Site Title */ #hgroup { padding-top: 50px; } /* Padding Below Site Description */ #hgroup-wrap { padding-bottom: 50px; } }Sakin
Keymaster@impresnet: in the above css just change the color to change the text of the footer.
Sakin
Keymaster@mark: No we don’t have any theme specific order. It’s the default order by WordPress.
Sakin
Keymaster@mark: Sorry this is not there. Can you search for plugins in http://wordpress.org/extend/plugins/. If you cannot find the plugin then let me know it. I will ask my developer to add in this feature in Catch Everest Pro version.
Sakin
Keymaster@samparis: I am being able to upload and install it in your server. It’s bit strange. I have installed the latest version 1.2.2 which is being release today.
Sakin
Keymaster@ogutierrez: Don’t edit any core theme files. Then changed will be overwritten when you update the theme.
The best way to add or edit any core file or functions is to build child theme. See the link below to understand Child Theme Development.
http://codex.wordpress.org/Child_Themes
http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/Sakin
Keymaster@Woodenhouse87: Can you tell me by how much you want to reduce. Can you send me more details.
Sakin
Keymaster@mark: Sorry this option is not there. You need to build child theme and build custom function.
Sakin
Keymaster@electricidee:
I want the title to fit as one line…
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-title { margin-right: 0; }And the Slider should be much smaller in height but much greater in width
Its designed to be the first flash thing they see
— The full width slider is only available in Catch Box Pro theme. -
AuthorPosts
