Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Vitaliy:
1. To change the font size, you can add the following css in “Appearance => Theme Options => Custom CSS” box:.home .entry-header .entry-title { font-size: 20px; font-size: 2rem; } @media screen and (max-width: 960px) { .home .entry-header .entry-title { font-size: 18px; font-size: 1.8rem; } }2. the quantity of post in homepage is controlled from your “Settings => Reading”. There is no option to controlled just for homepage.
3. I don’t get it what you mean rubric name.
Sakin
Keymaster@Makarov: Thanks for your appreciation. If you like my support and Catch Everest theme then please support by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform
Sakin
Keymaster@dropswisdom: When you select “Excerpt” then it will show excerpt text and featured image. So, if you haven’t added in Featured image then you will not see image. So, add in featured image, refer to http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
October 26, 2015 at 11:18 pm in reply to: 1. header secondary menu in mobile 2. humbergar menu in desktop #78570Sakin
Keymaster@Kenta: Please post in your site URL and then I can check in.
October 26, 2015 at 11:17 pm in reply to: Problems with the template. Footer overlapping page. #78567Sakin
Keymaster@Alexander: You css needs to be as:
#feature-slider .entry-container, #feature-slider .entry-container:hover { display: none; }Sakin
Keymaster@dominique: Sorry there is no option for thumbnail on left and text on the right layout like in Catch Base theme. Every theme is designed differently.
The main difference is design and then features. For features, you can compare between from theme instructions
http://catchthemes.com/theme-instructions/catch-evolution-pro/
and
http://catchthemes.com/theme-instructions/catch-base-pro/Sakin
Keymaster@Vitaliy: Please post in your site URL and let me know you desire font size for homepage and rest of the pages. Then I can check in your site and send you custom css.
Sakin
KeymasterI see that you have code like this
<a target="_blank" href=""><a href="http://catchthemes.com/">Catch Themes</a></a>With you need to fixed by changing to:
<a target="_blank" href="http://catchthemes.com/">Catch Themes</a>Sakin
Keymaster@Makarov: You can replace your css:
#hgroup-wrap, .hentry, .comments-area article { padding-bottom: 0rem; padding-top: 0rem; padding-left: 0rem; padding-right: 0rem; }With the following:
#hgroup-wrap, .hentry, .comments-area article { padding: 0; }Then add the following css:
#site-logo { padding-top: 0; }Sakin
KeymasterSorry try the following code:
// Unhook default Catch Responsive functions function unhook_catch_responsive_functions() { add_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 50 ); } add_action( 'init', 'unhook_catch_responsive_functions' ); //Adding Breadcrumb Primary menu add_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 10 );Sakin
Keymaster@Roy: Thanks for your appreciation and you too have a nice day 🙂
Sakin
Keymaster@Cattext: ok then replace previous css to following css:
.in-tag, footer.entry-meta span:nth-child(4) { display: none; }Sakin
Keymaster@mithrand: Ok for that you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#access ul .current-menu-item > a, #access ul .current-menu-ancestor > a { background-color: #2781c0; box-shadow: none; }Sakin
Keymaster@Cattext: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
footer.entry-meta { display: none; }Sakin
Keymaster@Isabella: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#third .widget { background-color: #fff; border-color: #ddd; }Sakin
Keymaster@jkok: Looks like you have edited code theme files inside
chicagotheme directory. Looks like you have removed code infooter.phpwhich is causing the issue. Revert back the original files and your mobile menu will work fine.Sakin
Keymaster@JOSHUA: I see that your signup widget used Tables, where we have border. You can change that border color by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.signupframe td { border-color: #8d8d8d; }Sakin
Keymaster@Arndt: It should work, after you download zip file from your account at http://catchthemes.com/my-account. You need to upload this pro version from “Appearance => Themes => Add New => Uploads” and then upload it and then activate it. After that you can setup your site using theme instructions mentioned at http://catchthemes.com/theme-instructions/catch-responsive-pro/
-
AuthorPosts
