Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Kathy,
Yes, the site looks nice. But you haven’t change the slider image yet. Do you need help on this as well. Let me know it.
1. First remove
......from your custom css box. This is not good for your site.
2. For border top, try to add the following css in “Appearance => Theme Options => Custom CSS” box.#secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { border-top: 3px solid #000; } #secondary-menu ul.menu ul li:hover a { border-top: none; }Regards,
SakinSakin
Keymaster@vidyaekta: But you said you want to make header like your parent site ektamedicaltravel.com . To make like this, you need to disable your primary menu and then use Secondary Menu. That is why I had also asked your to disable the Header Right Sidebar totally from “Appearance => Theme Options => Header Options”
Sakin
Keymaster@Jason: Yes you can keep note comment before each custom css. The format of taking note is will be as below:
/* Your Note */Sakin
Keymaster@lukva: Your css should be as below:
.no-sidebar.full-width #page { max-width: 90%; width: 100%; }Sakin
Keymaster@rojtalbot: In which page you are trying to remove the content area.
Sakin
Keymaster@j1nk0: Featured Post Slider is created to highlight your post in your slider. So, it’s automatically linked to your post. We generally don’t recommend to remove the link. But if you need to remove the link, then you need to build child theme and edit it. As if you edit directly is core theme file, all your edits will be reverted back when you update/upgrade your theme. For more about child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/
Then after you create your child theme, you need to copy the function
catcheverest_post_sliders()in your child themefunctions.phpfile from Catch Everest themecatcheverest-fucntions.phpfile. Then remove the links.OR the easiest option is to Upgrade to Pro version and then you will get option to use Featured Image Slider, where link is optional. See this for more details about Featured Image Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
Sakin
Keymaster@Anne-Pia: Yes, it’s $44.99 . It seems like you purchased the Catch Box Pro at our introductory price. As now, Catch Box Pro is also at $44.99. We still have our 2nd Anniversary Special coupon code for 20% discount. You can check our blog post at http://catchthemes.com/blog/celebrating-catch-themes-2nd-anniversary
Sakin
Keymaster@Vibelingo: Can you post in your site URL so that I can check in detail.
Sakin
Keymaster@AlexBelko: Oh sorry I though you are using Catch Everest Pro version. Sorry, the free version doesn’t have that sidebar.
Either, you need to upgrade to Pro version or you need to do that manually by creating child theme. For child theme, you can check out http://catchthemes.com/blog/create-child-theme-wordpress/ . Then in your child theme copy
sidebar-header-right.phpfile and then remove<?php echo get_search_form(); ?>and add in your phone no there.Sakin
Keymaster@Loyal: It’s fine. I can understand your feeling. I have been in similar position like you many times 🙂 That’s why we are here to help you.
Sakin
Keymaster@BlueFalcon: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box ans check in.
@media screen and (max-width: 640px) { #hgroup.logo-enable { display: inline-block; } }Sakin
KeymasterHi Kathy,
Can you post in your site URL so that I can check in.
Regards,
SakinSakin
Keymaster@vidyaekta: Ok so you are able to add the header image below successfully. Then to hide the top of the header item, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { display: none; }Sakin
Keymaster@Jason: Sorry I don’t get it what you mean. Yes, you can add Custom CSS as per your need. But I don’t get it what you mean by create new boxes.
Sakin
Keymaster@Aleao: That is just Assistive Text. You don’t need to worry about and if you really want to remove it then you need ti build child theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/
Then in your child theme
functions.phpjust copy the fucntioncatchkathmandu_primary_menu()from the Catch Kathmandu themecatchkathmandu-menus.phpfile and then remove the code
<h2 class="assistive-text"><?php _e( 'Primary Menu', 'catchkathmandu' ); ?></h2>Sakin
KeymasterHello Loyal,
I just check in your site and cannot find the Bible Gateway. Maybe, you have already remove it. Most of the widgets will be in “Appearance => Widget”. Check the widgets in various widget areas.
Regards,
SakinNovember 16, 2014 at 7:54 am in reply to: How to remove horizontal line under navigation menu bar #47557Sakin
Keymaster@aleks.mavric123: I am not sure which menu border you are talking about. If you are talking about your blue stick menu at the top then you can remove that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#thsp-sticky-header { border: none; }But if you are talking about the main menu then you need to add the following css instead:
#header #mainmenu, #header #mainmenu ul li { border-bottom: none; }Sakin
Keymaster@fmck718: You can adjust the line-height, padding-top and padding-bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul a { line-height: 24px; padding-top: 10px; padding-bottom: 10px; }November 16, 2014 at 6:00 am in reply to: Home Page Posts – how to remove author and category #47553 -
AuthorPosts
