Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@crankit: Thanks for using Catch Everest Free theme. But you shouldn’t edit Theme Name form the footer of Free theme. It’s the product attribution for using free one and this is only thing that we get for providing free theme and free support.
1. For Header image, you have added is as background and not in responsive css. That is why it is not adjusting in responsive design. So, just go to “Appearance => Header” and upload your header banner there and uncheck “Display Header Text”, just above it. This will add your header banner and remove site title and tagline.
Then you can go to “Appearance => Theme Options = Header Right Section” and check on “Disable Header Right Section” to remove header right sidebar. Finally add the following css in “Appearance => Theme Options => Custom CSS” box to remove white spaces.
#hgroup-wrap, #site-logo { padding: 0; }2. For social icons, you actually need to ask in plugin support forum. As this is not from our theme. For this time, I will try to answer it. Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 1000px) {
.bnsaw-credit .bns-add-widget .socialmedia-buttons {
right: 0;
top: 0;
width: 100%;
}
.bnsaw-credit .bns-add-widget .smw_center img,
.bnsaw-credit .bns-add-widget .smw_left img {
margin-right: 5px !important;
}
}Sakin
Keymaster@srp7: It cannot be done exact. But you can try following css in “Appearance => Theme Options => Custom CSS” box:
#header #mainmenu ul li a {
padding: 0 7px 0 8px;
}
#header #mainmenu ul li:last-child {
border-right: none;
}
#header #mainmenu ul li:last-child a {
padding: 0 10px 0 11px;
}Sakin
Keymaster@homerun: looks like you have customize the theme. As in Catch Box there will not be image in search. Check this http://catchthemes.com/demo/catchbox/?s=layout&submit=Search
So, can you check your
search.phpfile.Note: please don’t edit/add any code/files inside core theme folder ‘catch-box’. As all these edits will be reverted back to original when you update/upgrade the theme. So, if you want to edit the theme either do it all from Theme Options panel or build child theme if you want to do it more customization.
Sakin
Keymaster@photobyemelie:
1. I see that you are using Catch Flames Free version and this is pro version forum. Free doesn’t have comment options. Read this for more details about additional features in Pro version http://catchthemes.com/theme-instructions/catch-flames-pro/2. Sorry there is no option to change the font in Free theme but yes in pro version we have google fonts that you can choose from. Maybe search for plugin is you don’t need pro version.
3. To make the title of center, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-title { text-align: center; }4. To add in each post, you need to build child theme and then copy content.php and content-single.php and add the code there. For child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/
Thanks for your appreciation.
Note: For Catch Flames Free version, please post in forum http://catchthemes.com/support-forum/forum/catch-flames-free/
Sakin
Keymaster@Claire: ok thanks.
Sakin
Keymaster@JOSHUA: As per our menu design, you need to add the following css in “Appearance => Theme Options => Custom CSS” for your mobile menu css:
/* Mobile Menu background */
.sb-holder {
background-color: #d11d0f;
}
/* Mobile Menu link color */
.sb-options a:link,
.sb-options a:visited {
color: #1a2b35;
}
/* Mobile Menu Hover */
.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {
background-color: #d11d0f;
color: #dadada
}Sakin
Keymaster@Cybersnaby: Cool 🙂
Sakin
Keymaster@chuckasaurusrex: Yes add the following css in “Appearance => Theme Options => Custom CSS” box:
#main #content img.wp-image-125, #main #content img.wp-image-126, #main #content img.wp-image-127, #main #content img.wp-image-219 { border: none; padding: 0; }Sakin
Keymaster@shaun.smudger.smith:
1. You can created fix header menu. Just create custom menu from “Appearance => Menus” and then assign that menu location as “Fixed Header Top Menu” from “Appearance => Menus => Manage Locations”
2. About the social icon. I see that you have added in Large Header Image and not the site logo. So, it cannot be added like that. If you have added header image from “Appearance => Theme Options => Header Options” then you can add Catch Evolution Social Widget in Header Right Sidebar from “Appearance => Widgets”Sakin
Keymaster@Cameila: Each theme has it’s own code so, you cannot use Catch Everest theme code in Catch Base Theme. Please see that you are posting it in Catch Everest Forum. For Catch Base Forum, check out http://catchthemes.com/support-forum/forum/catch-base-free/. You can post your own question by filling out the form below that link.
Sakin
Keymaster@Keith: I see that you have change your Font Family for Site Title and Site Tagline from “Appearance => Theme Options => Font Family Options”
You can check “Reset Fonts” and save changes. This will make it default and you plugin font will work.
Sakin
Keymaster@Steffen: Just add following css in “Appearance => Theme Options => Custom CSS” box:
.widget-area .widget .widget-title a { color: #fff; }Sakin
Keymaster@Cybersnaby: Please post in your site URL so that I can check in.
Sakin
Keymaster@Sam: Yes that fine.
It’s from the widget and not from the theme. So, for example:
1. Your recent post widget where you have added title as New will be have class.widget_recent_entries
2. Your subscription widget added from Jetpack plugin will have class.jetpack_subscription_widgetSakin
Keymaster@Cyril:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#slider .slider-title { color: #aaa; font-weight: bold; }2. This cannot be done with custom css. So, you might want to build child theme and edit slider function. Hum, first let’s try new CSS3, where we will hide : and add -. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.featured-text-wrap .slider-title:after {
background-color: #ddd;
content: '';
display: inline-block;
margin-left: 10px;
height: 1px;
vertical-align: middle;
width: 10px;
}
.featured-text-wrap .sep {
display: none;
}Sakin
Keymaster@somethingelse: I am not sure what you are looking for. If you are looking for function
adventurous_post_format_meta(), then you will find it inadventurous-template-tags.phpfile inside inc folder.Sakin
Keymaster@Kim: Thant is because of Image height and the text sentence. As you can see your sentence “Results in about a 48% increase in 20 days in natural elastin production to tighten your skin.” started from bottom of the image and float down.
You can try adding in the following css:
img.alignleft, .wp-caption.alignleft { margin-bottom: 0; }But it’s up to the paragraph of text start and end point.
Sakin
Keymaster@somethingelse: It’s ok to have problem and we try our best to provide you the solution.
Also, please support Adventurous theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous/. We would really appreciate it. Thanks.
-
AuthorPosts
