Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@interiorsalvage: Then decrease width and padding.
Sakin
Keymaster@Lolley: Sorry there is not default option for that. So, you need to build child theme and create functions.php file in your child theme and add the code in your child theme functions.php file.
add_action( 'catcheverest_after_footer_sidebar', 'catcheverest_header_menu', 10 );Sakin
Keymaster@interiorsalvage: In your above css. Just change
#secondary .widgetto#secondarySakin
Keymaster@actiondreamer: I cannot see the PDF file. The pdf file is missing. You need to upload from add media or from ftp and then only add the link.
Sakin
Keymaster@paulinepkehoe: You can just add the above css. There is nothing for color. Your color in controlled through “Appearance => Theme Options => Color Options”
July 29, 2013 at 11:53 pm in reply to: Comment author must fill out name and e-mail not displaying #12536Sakin
Keymaster@interiorsalvage: For me it is showing Name and email field. In WordPress, when you are logged in they will take you profile Name and email. So, you don’t have to enter it. But when you logged out you will see it.
Sakin
Keymaster@paulinepkehoe: You can see in my css that is only for font size. Maybe you have change the color in your Theme Options color options settings.
Sakin
Keymaster@PierreLuc3E: Scroll down appears when your content is higher then the height. In you case 900px height. If you want that o fit in then you need to make everything small. Like you logo, image and featured content. So, you need to consult with your web developer.
Sakin
Keymaster@paulinepkehoe: You can change the font as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Screen above 1000px */ @media screen and (min-width: 1000px) { #header-menu ul.menu a { font-size: 16px; }}July 29, 2013 at 11:06 pm in reply to: conflict with featured image use in theme and woocommerce #12527Sakin
Keymaster@acanthuroid: Replace the old css with the following.
.archive #main-feat-img, .single-product #main-feat-img { display: none; }Sakin
Keymaster@pohl: You have added static page in the Front page setting. So, just change that to default latest post. Which will show the multiple post as in our demo site http://catchthemes.com/demo/catchbox
Also not you are not authorized to remove the footer credit link Catch Themes in free theme. SO, please add back. If you want to remove that then you need to use the Pro version.
Sakin
Keymasterfor details customization you need to hire developer.
Sakin
KeymasterYour child theme sytle.css will be as following
/* Theme Name: Ashraf Theme URI: http://catchthemes.com/themes/catchbox Author: Catch Themes Team Author URI: http://catchthemes.com Template: catch-box Description: Catch Box Child Theme Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready */ @import url('../catch-box/style.css');Sakin
Keymaster@oliver: Oh we don’t have that option. You need to create child theme and edit it. So, consider hiring developer.
Another you can try adding the code in Footer editor.
Sakin
Keymaster@Nixos: Your columns are good but I see you have still define the width within your columns. So, remove that width. You have code like below inside the column.
<div style="width: 347px; padding-top: 15px; padding-bottom: 15px; padding-left: 5px; border: 2px dotted #FF6600; text-align: center; background: #00EDF9; border-radius: 10px;">Just remove the width and also don’t add padding in px. It should be in %
Please use responsive css not static css.
Sakin
Keymaster@interiorsalvage: You can change the fonts form “Appearance => Theme Options => Font Family Options”
Sakin
Keymaster@oliver: You can simply go to “Appearance => Widgets” and then drag and drop 1. Catch Everest: Social widget to footer area.
Sakin
Keymaster@Kayman Engineering:
1. How can I change the name of the “Home” button in the menu bar?
— You can set your own custom menu from “Appearance => Menu”. You can change the menu name from the labels of the items. See more info about menu at http://en.support.wordpress.com/menus/2. Can I change the bag ground color for only the “home” button? I would like the menu bar to black, and the home button to in a red color. Both with a white front.
— Send me the screenshot of the menu design and send me your site URL. Then I can send you the custom css3. I use a static front page. Can I place my page text so the text is right under the slider, but above the featured Content?
— For this you need to build child theme and edit the positions from your child theme functions.php action hooks. So, you might need to hire developer for this. -
AuthorPosts
