Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@mikel: You can send me your site URL. Then I can check your site and send you the custom css that you can add in your “Appearance => Theme Options => Custom CSS” box.
Sakin
Keymaster@klhaight: I check in your site code and you have added the link code in “Appearance => Theme Options => Custom CSS” box.
a, #site-title a:focus, #site-title a:hover, #site-title a:active, .entry-title a:hover, .entry-title a:focus, .entry-title a:active, .widget_catchbox_ephemera .comments-link a:hover, section.recent-posts .other-recent-posts a[rel="bookmark"]:hover, section.recent-posts .other-recent-posts .comments-link a:hover, .format-image footer.entry-meta a:hover, #site-generator a:hover { color: #b6b6b4; }I don’t know why you have added that css. For link the following css will be fine to add it in “Appearance => Theme Options => Custom CSS” box.
a { color: #004d1b; }Sakin
Keymaster@jackwagon: You have blocked my IP. So, I am not being able to access it. So, I assume you are using Simple Catch Free theme and I am going to give you css as per that.
You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.featured-text { display: none; }July 7, 2013 at 5:55 pm in reply to: Thiny line at the bottom of my pages…how can I remove it? #11495Sakin
Keymaster@alessandra: You can adjust the padding bottom as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { padding-bottom: 50px; }I don’t get is what you mean by bottom page to footer.
Sakin
Keymaster@kdhutto1: Can you check now? For any issues related to sales and account. You can directly contact our sales staff at http://catchthemes.com/contact-us/
Sakin
Keymaster@Trishah: Can you send me your site URL? I need to check in your site and see which theme are you using it.
Sakin
Keymaster@ElPollodiablo: Send me your site URL and then I can give you the suggestions.
Don’t change any core theme files such as functions.php, header.php, style.css and so on. If you want to edit those core files, you need to build child theme and edit it. For simple css, you can add custom css in “Appearance => Theme Options => Custom CSS” box.
Sakin
Keymaster@klhaight: First, don’t change any core theme files such as style.css, functions.php and so on. For any CSS change, you can use Custom CSS box at “Appearance => Theme Options”.
For easy option, you can just upgrade to Catch Box Pro, where there is color otption in theme options panel.
For free theme, you need to send me your site url and color code that you want to replace with. Then I will send you the css.
Sakin
Keymaster@rwaki: Check out this slide for detail Security tips and links http://www.slideshare.net/catchinternet/building-secure-word-press-sites-catchinternet
Sakin
Keymaster@rwaki: For easy option, you can just upgrade to Catch Everest Pro and then change the color from “Color Options” color picker.
For free one, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator { background-color: #fff; }Sakin
Keymaster@Terry M: That is actually not possible. But there is trick that you can apply. Hope it works for you. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 960px) { #main { padding-top: 245px; position: relative; } #secondary #black-studio-tinymce-2 { padding-top: 245px; position: relative; } }July 6, 2013 at 1:12 am in reply to: Thiny line at the bottom of my pages…how can I remove it? #11469Sakin
Keymaster@alessandra: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page .site-content article { border-bottom: none; }Sakin
Keymaster@Sabrinilla: Nice 🙂
Sakin
Keymaster@Sabrinilla: Yes that true. I give you that example.
Sakin
Keymaster@rwaki: I don’t get what do you mean by arranging the text of the page. You can add in as per your wish.
How did you add in your Upcoming Events and News? Can you send me your site URL?
Sakin
Keymaster@rwaki: I don’t get what do you mean by arranging the text of the page. You can add in as per your wish.
How did you add in your Upcoming Events and News? Can you send me your site URL?
Sakin
Keymaster@heatherlb: Thanks looking forward to see your website. All the best. 🙂
Sakin
Keymaster@Sabrinilla: You can do that by building child theme and then in your child theme functions.php
For example. The code will be as below:
// Unhook default functions function unhook_default_functions() { remove_action( 'catcheverest_before_main', 'catcheverest_slider_display', 10 ); } add_action('init','unhook_default_functions'); add_action( 'catcheverest_after_hgroup_wrap', 'catcheverest_slider_display', 10 );For more about child theme hooks. See this http://themeshaper.com/2009/05/25/action-hooks-wordpress-child-themes/
-
AuthorPosts
