Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@karenstl: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content h1, .entry-content h2, .entry-content h3 { font-weight: bold; }Sakin
Keymaster@s-design: If you are locally then can you share with me your screenshots with the explanation. I will try to work how I can help you with it and which version you are using it.
Sakin
Keymaster@juanelomzt: I have just conformed with sales that they have fixed your issue.
Sakin
Keymaster@impresnet: I see that you have already set it large for submenu in your Custom CSS box. Look a the CSS code that I found in your site Custom CSS box.
#header-menu ul.menu ul a { background-color: #0000ff; font-size: 21px; }Sakin
Keymaster@juanelomzt: I don’t see any issue in your account. Please consult with our sales at http://catchthemes.com/contact-us/
Sakin
Keymaster@iroersma: For individual pages, you need to edit individual page and then remove Allow comment from Discussion box, which is mentioned in above link.
Also we have just added option in Theme Options panel for Pro version where you can just disable it from “Appearance => Theme Options => Discussion Box”. But for this you need to upgrade to Catch Everest Pro Version.
Sakin
Keymaster@Cassandra: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a { background-color: #fff; color: #444; }Sakin
Keymaster@Joaozinho: Your child theme header.php replace
<div id="content" role="main"> <?php /** * catchbox_content hook * * @hooked catchbox_slider_display - 10 if full width image slide is not selected */ do_action( 'catchbox_content' ); ?>With the following code
<div id="content" role="main"> <?php if ( function_exists( 'yoast_breadcrumb' ) ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?> <?php /** * catchbox_content hook * * @hooked catchbox_slider_display - 10 if full width image slide is not selected */ do_action( 'catchbox_content' ); ?>Sakin
Keymaster@ashrafashraf: I just check in your site and you have change it successfully. It’s from “Appearance => Theme Options => Footer Editor”
Sakin
Keymaster@Joaozinho: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.wp-caption .wp-caption-text { padding-left: 0; text-align: center; }Sakin
Keymaster@Joaozinho: If you search at you code you will see Height define in 2 place. One with
Height="120"and anotherHeight="198". Just replace 120 with 198. So, both will be 198.Form next time, please paste the code in pastebin.com and just send us the link.
Sakin
Keymaster@impresnet: It’s because you have decreased the menu line height. Now, you need to change the position of sub menu. So, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul { top: 15px; }Sakin
Keymaster@impresnet: For menu height: You can decrease the line-height and for featured you can decrease the width. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Menu */ #header-menu ul.menu a { line-height: 29px; } /* For Featured */ #featured-post { display: block; margin: 0 auto; width: 80%; }Sakin
Keymaster@Joaozinho: You can build child theme and add it in header.php just below the code
<div id="content" role="main">Sakin
Keymaster@impresnet: Font Family option is there only in Pro version not in Free version. See more details about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@Joaozinho: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.wp-caption .wp-caption-text:before { content: none; }Sakin
Keymaster@Joaozinho: Bit confused why it is not working. But when I check in the code. I see that your embed code height is not enough. Increase that.
Sakin
Keymaster@oly: Oh sorry slight mistake. There should be no space between #header-right and .widget-area. Please replace the previous css with the following
#header-right.widget-area .widget a:hover { color: #404040; }Sakin
Keymaster@Joaozinho: We don’t have breadcrumbs options in Catch Box Theme. Can you show me your site URL? Then I can check in if there is anything that I can help you with.
Please consult plugin author as well.Sakin
Keymaster@fritzhesse: I have just talked with sales. Check your account now. If you still have issue then you can contact to our sales directly from http://catchthemes.com/contact-us/
-
AuthorPosts
