Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@flp2001: Sorry that is not possible as that menu is fixed header top menu. You cannot add logo above that. If you want log above menu, then try using Catch Responsive or Catch Flames theme.
Sakin
Keymaster@Mark: In which image are you trying to add in border. If you are trying to add in featured content, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options”
#featured-content figure { border: 2px solid #ddd; }Sakin
Keymaster@Paul: Here is the css, you can change the font size as per your need and for the text add in font family.
#promotion-message h2 { font-size: 30px; } #promotion-message p { font-family: "Dancing Script",sans-serif; }Sakin
Keymaster@Daniel: WordPress doesn’t allow to add link in Tagline. So, try searching for plugin to add in link in tagline or you need to create child theme and then copy
header.phpfile to your child theme and edit code<p class="site-description"><?php bloginfo( 'description' ); ?></p>with your html link code.Sakin
Keymaster@EricT: Sometime, it might show due to cache. So, just go to “Dashboard => Updates” and click on “Check Again”.
Sakin
Keymaster@dcruver: Generally, Social Share take WordPress Page/post Featured image. So, edit your page/post and add in featured image. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
Then you can install plugin like WordPress SEO by Yoast and then check your image from Open graph test at https://developers.facebook.com/tools/debug/, add in your site URL, click on “Debug”. After this click on “Fetch new scrape information” and you will see new image.
Sakin
Keymaster@fcascardo: can you post in your site URL and then I can check that for you.
Sakin
Keymaster@Jim: I see that you have already added in Custom CSS to add in blue line and decrease the space.
If you further want to decrease the space then you can adjust the padding in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-branding { padding-top: 20px; padding-bottom: 20px; }Sakin
Keymaster@Deborah: I see that you have used Right Sidebar layout from theme options panel layout options. So, can you edit that post and change the layout to No Sidebar. You will see Catch Evolution Options meta box below your post editor.
Sakin
Keymaster@ShoreBeing: Great that you center the footer menu.
1. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#featured-content, #supplementary { border: none; }2. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#featured-content { text-align: center; }3. You can adjust padding in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead, #site-branding { padding-bottom: 20px; }4. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#search-toggle { display: none; } #content .wrapper { padding-top: 0; }5. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.page .entry-header { display: none; } .home .entry-header { display: block; }Sakin
Keymaster@polyanna: There will be Catcheverest Options in Free version as well. But with limited options. You will see option like this https://www.pinterest.com/pin/548594798331765450/. If you don’t see this options, then check your Screen Options in top right corner of post/page editor.
Yes, the most of the content will be transfer back to Catch Evolution theme. Just, you might need to configure options and settings like Slider.
Sakin
Keymaster@valerie: You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.sidebar .widget a:hover { color: #404040; }Sakin
Keymaster@polyanna: Once you purchase the theme, you can download theme for 1 year from your account at http://catchthemes.com/my-account. After you download it you can upload it in your site and update it for 1 year. So for update till 1 year, you don’t have to pay. Then after a year, you can either re-purchase it and update the theme or disable theme update and use it.
Yes, if that is within a week, you can exchange with the theme. But the theme has to be from Catch Themes.
Layout option, you can change it from “Appearance = Theme Options => Layout Options”, which will change layout for your overall site. But if you want to change only for particular page/post then you need to edit that post/page and edit it from “Catcheverest Options” metabox below editor.
Sakin
Keymaster@Cybersnaby: All the change made from theme options panel will be safe when you update the theme. You can update theme using FTP access or WordPress admin panel. You can check out theme instructions at http://catchthemes.com/theme-instructions/catch-everest-pro/
So, first download update theme zip file from your account at http://catchthemes.com/my-account and then update it. If you use FTP then you need t unzip that theme and upload it. But if you want to update it from WordPress Dashboard then you need to activate Catch Update plugin first. You can download catch updater plugin from http://catchthemes.com/wp-plugins/catch-updater/ and then upload plugin from “Plugin => Add New => Uploads” and then activate it. After that you can go to “Appearance => Themes => Add New => Uploads” and upload update zip file.
Sakin
Keymaster@Massimo: In this page, I see that you have manually change orange color to blue. You can go to “Appearance => Customize => Color Options => Basic Color Options” and change link color.
Sakin
Keymaster@David: Please add in following css in “Appearance => Theme Options => Custom CSS” box:
.wrapper { width: 100%; }September 12, 2015 at 10:23 pm in reply to: Putting Promotion headline below Featured Content #66734Sakin
Keymaster@rajaseeku: Yes, you can just go to “Appearance => Theme Options => Promotion Headline Options” and then check in “After Featured Content” in “Promotion Position” options.
Sakin
Keymaster@rajaseeku: Sorry I don’t get it what you mean. Where are you trying to change that. Can you explain in reference with your site URL.
-
AuthorPosts
