Forum Replies Created
-
AuthorPosts
-
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.Sakin
Keymaster@samparis: It’s strange why it is not working for you. I need to check in your sever. So, I will contact you through email.
Sakin
Keymaster@impresnet: You can change the color through custom css. You can change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator { background-color: #3a3d41; color: #999; } -
AuthorPosts
