Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Heinrich: Can you send me your site URL and explain your requirement then I can suggest you want you can do about it.
Sakin
Keymaster@Ayisids: Sorry for the late reply and great work you fixed it really fast. Great work. 🙂
Sakin
Keymaster@a7madsafadi: Yes sure. You can use free version as per your need and upgrade anytime you feel like upgrading.
Sakin
Keymaster@yoshimi233: For easy option, you can just upgrade to Catch Everest Pro version where you have color options to change the colors of menus. But for free theme you need to adjust css.
For menus, you can change the color code as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For menu bar color – general */ #header-menu { background-color: #3A3D41; } /* For menu bar color – hover color */ #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #2d2d2d; } /* For menu bar color – child menu color */ #header-menu ul.menu ul a { background-color: #3a3d41; } /* For menu bar color – current page */ #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #000; }To reduce space around the header image, you have to adjust the padding as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { padding: 0 50px 50px 50px; } #site-logo { padding-top: 50px; }Sakin
Keymaster@adminleah: Upgrading to pro version is simple as Pro version if just feature addition to free version. If you need our help in upgrading then we can do that for you as well. You can check out theme instruction for pro version http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@owen: When I check in your site URL in small screen it looks fine. So, I cannot debug it. But you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to make your search bar fixed width.
#branding #s:focus { width: 95px; }November 6, 2013 at 1:04 am in reply to: Removing text/bar under slider, moving social icons in header #16833Sakin
Keymaster@Dudley: Please send me your site URL and also let me know what do you mean by little. Can you be more specific.
Sakin
Keymaster@dsoltes: I don’t get it what is the issue? That function actually takes the excerpt text from the post.
Sakin
Keymaster@Shanae: You can change the background color code as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.widget.widget_search { background-color: #fff; }Sakin
Keymaster@GretchenOwens: I check in your site and you don’t have sub-menu under About US page. Just go to “Appearance => Menus” and create your custom menu from there. Fore more about custom menus check this http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@K.S: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box and then upload larger image as your image width is not enough for full width.
#hgroup-wrap, #site-logo { padding: 0; }November 5, 2013 at 12:45 am in reply to: Can't get rid of right margin on page main content. #16797Sakin
Keymaster@Ayisids: Please add in your site URL then only I will be able to check in and assist you.
Sakin
Keymaster@alisonmckellar: Sorry I don’t get it what you mean. Can you explain please?
Sakin
Keymaster@Otton: For align center, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box
.home .entry-summary .wp-post-image { display: block; margin: 0 auto; }Updated should work on the Catch Box Theme. Have you customize any code. Then change that to default and then it will work fine.
Sakin
Keymaster@jessgranata: You should disable the header image by going to “Appearance => Header” and click on “Remove Header Image”. This will remove the current Header Image and the Featured Header Image in your post and page.
Then go to “Appearance => Theme Options => Header Options” and in Logo url add your log image url http://feastplaylove.me/wp-content/uploads/2013/10/cropped-Slide13.jpg then Uncheck “Disable Header Logo” and save changes.
Sakin
Keymaster@cpuss: I’m sorry that I don’t have knowledge about the language switcher. Also it difficult for us to test as we only know English language.
The best option for you now is. Go to that plugin support forum and ask what code is needed to modified to make it language switching for Homepage Featured Content. Then we will add that in next update.
Sakin
Keymaster@chrystel: For font style, you have to add the following CSS in “Appearance => Theme Options => Custom CSS”.
#homepage-message span { font-style: normal; }Sakin
Keymaster@@jessgranata: I see that you have add your logo as an header image from “Appearance => Header”. This will show featured image for all the page and post which have their own image.
To add logo you need to add your image url http://feastplaylove.me/wp-content/uploads/2013/10/cropped-Slide13.jpg in “Appearance => Theme Options => Header Options => Logo url”
-
AuthorPosts
