Forum Replies Created
-
AuthorPosts
-
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@Davide: Nice 🙂
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/
Sakin
Keymaster@jbprins: I cannot check in your site. It’s Coming Soon. I will be able to check in only after viewing your site.
July 5, 2013 at 4:39 pm in reply to: Thiny line at the bottom of my pages…how can I remove it? #11444Sakin
Keymaster@alessandra: Send me your site URL. So, that I can check in the code to remove that.
Sakin
Keymaster@djb: You can adjust the space by reducing the padding top. So, adjust as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { padding-top: 20px; }Sakin
Keymaster@Sebastiaan.Horn: That is not the border. It’s the box shadow. You can remove that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content img { box-shadow: none; } -
AuthorPosts
