Forum Replies Created
-
AuthorPosts
-
May 22, 2013 at 4:01 pm in reply to: How to: Use CSS to change the default body font color in post pages? #9303
Sakin
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; }Sakin
Keymaster@samparis: Looks like the zip file you have downloaded in corrupted. It’s happen sometimes when you download the theme. Can you re-download the zip file and try it.
Sakin
Keymaster@ampgraphix: I just check in from my iPhone and found that you are using another Mobile Theme. You need to check the setting of that plugin.
The best options for you will be to upgrade to Simple Catch Pro theme which is Mobile Compatible as it is Responsive Design and it adjusted as per the screen size. See the features details of Simple Catch Pro at http://catchthemes.com/theme-instructions/simple-catch-pro/
Sakin
Keymaster@dommyt: The space is due to long site tagline making social icons to move down. You can decrease the width of the social icons by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .social-search { width: 240px; }Sakin
Keymaster@SteveW: This feature is not there. You need to build child theme and then change the position. Maybe you can send us your proposed layout design and I will send it to the developer team to work it out in upcoming version updates.
May 21, 2013 at 1:34 am in reply to: Header Options: Additional option to move logo position up and do #9227Sakin
Keymaster@jihn_1: Try in the following css.
hgroup.with-logo { padding-left: 10px; padding-top: 24px; } -
AuthorPosts
