Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@GAHC: Ok I will explain you the payment process. All our Pro and Premium Theme comes with 1 year of Subscription. You can use our theme for multiple domains and for lifetime. But we recommend you to optionally renew your subscription yearly where you will get the benefits of updates, security fixes and new features updates and private support forum access. Renewal is just an option.
See more about this in Terms and Conditions page http://catchthemes.com/terms-conditions/
Sakin
Keymaster@danielgreat: Yes it will be similar but change #header to #branding
Sakin
Keymaster@Pontzas: That is good for responsive design, sometime the words are longer and doesn’t fit in the small screen mobile devices. So, it will break it. But if you don’t like it then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.site-content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }Sakin
Keymaster@markTSL:
1. Would like to remove the hover over function for the social media icons so they are constantly filled with their color (normal icons).
— yes you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For twitter icon */
ul.social-profile li.twitter a { background-position: -44px -43px; }
/* For Linkedin icon */
ul.social-profile li.linkedin a { background-position: -603px -43px; }
/* For Youtube icon */
ul.social-profile li.you-tube a { background-position: -87px -43px; }2. Change the hover and active colors for the menu, i managed to find the menu bar and change the color for that but cant find the color settings for hover and active.
— If you upgrade to Catch Everest Pro version then you can just change the color from “Appearance => Theme Options => Color Options” box3. Is there a way of changing the footer color and possibly adding more content into it? like adding links, images.
— You can just change the color code and add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-generator { background-color: #3a3d41; }4. Where the Search Bar was in the header right section (removed on my site from css i found on here) Is it possible to add text or a image in its place?
— You can do that if you upgrade to Catch Everest Pro theme, where header right section can be replaced with Header Right Sidebar. Just drag and drop widget to header right sidebar.See more about Catch Everest Pro theme at http://catchthemes.com/theme-instructions/catch-everest-pro/
May 2, 2013 at 10:19 pm in reply to: Impact of the upgrade process e.g. Catch Box Pro 2.1 -> 2.2 #8301Sakin
Keymaster@pelliot: The simple option to upgrade the Catch Box Pro from 2.1 to 2.2. Follow the following steps.
1. Activate the Catch Box Free Theme
2. Delete the Catch Box Pro version 2.1
3. Then download the latest version of Catch Box Pro from our site
4. Then install the latest version of Catch Box Pro as the new theme installation.All your custom menu, header, and changes in Custom CSS and Theme Options will remain as it is. There won’t be any effect.
That is why we don’t recommend users to edit any core theme files such as style.css and fucntions.php which will be reverted when you update any theme.
Sakin
Keymaster@Potzas: To remove the link in the “Header Featured Image”, go to “Appearance => Theme Options => Header Featured Image Options”. Then on empty the field “Featured Header Image Link URL” and save it. Just add the image to the field “Featured Header Image URL”.
To create a homepage static, You don’t need to set homepage as static. You can just add the home in the custom menu through “Appearance => Menu”. Then in Pages box, click on “View All”, where you will see “Home:Home” just click on that and click on add to Menu.
I have also emailed you fore more detail support.
Sakin
Keymaster@defkult: I don’t understand your first question. I think you are asking about the space at left and right when you have enabled “No Sidebar”. If you want No sidebar, Full Width then you have to upgrade to Catch Box Pro version.
To disable by author, just add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-meta .by-author { display: none; }About the Edit button, that is for the Site admin, normal visitor will not see the edit button. So, you don’t have to do anything for this.
Sakin
Keymaster@Nathan_Thomas1: I don’t understand what you cannot edit. Is it just a featured post slider or anything in the Theme Options panel.
Sakin
Keymaster@ktglasscock: Can you let me know which version of IE are you using it.
May 2, 2013 at 4:02 pm in reply to: How to: Remove Featured Image Thubmnail from Post Listings? #8267Sakin
Keymaster@mps232: First of all, we don’t provide support to free theme who doesn’t have our Footer credit link. As Footer link is only one credit section through which we provide the theme and support for free.
If you want to remove the footer credit link. Please upgrade to pro version and then edit it from “Appearance => Theme Options => Footer Editor”.
Sakin
Keymaster@Dan: I cannot see your site. It’s not opening. Check the url. But for now I am giving you the css that you can change the font size and add it in “Appearance => Theme Options => Custom CSS” box.
#main #content .post h2.entry-title { font-size: 34px; line-height: 45px; }Sakin
KeymasterHum you can use Custom Menu and build your menu. For that you have to go to “Appearance => Menus”. For more about custom menu see this http://en.support.wordpress.com/menus/
Sakin
Keymaster@burgdani: You cannot make it like that. But you can make it inline when you hover by adding in the following css in “Appearance => Theme Options => Custom CSS”
.sb-options li { display: inline; float: left; }Sakin
Keymaster@jocatman: I think you have some kind of cache. As your style.css is still showing version 1.1.1. It is supposed to be version 1.2. check it please.
Also you can hide the menu by adding in the following CSS in “Appearnce => Theme Options => Custom CSS” box.
#header-menu ul.menu li.default-menu { display: none; }This menu is added to support in mobile devices so when anyone view the page not in menu. It will show menu.
Sakin
Keymaster@acanthuroid: I am confused with your request. Can you send me your site URL also if possible upload the screenshot in your site and send me the screenshot image url that explains what you want.
Sakin
Keymaster@ktglasscock: Which internet version are you looking from.
Sakin
Keymaster@pensfanatics: Yes the text in the slider will be the “Title of the post” and “Excerpt Content of the Post”
But if you have problem with this then you can use “Featured Image Slider instead of featured Post slider. When you use Featured Image Slider, you can add your own image, title and description all optional as per your need.
Sakin
Keymaster@justinillig: The white lines on top and bottom of the page are from the table you added. You can remove that by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content table, .entry-content td { border: none; }Sakin
KeymasterHello Kat,
You can play with the CSS though “Appearance => Theme Options => Custom CSS” box.
The following css change the color, font family and font size.
#branding ul.menu a { color: #888; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }For more css you can learn from http://www.w3schools.com/css/
-
AuthorPosts
