Forum Replies Created
-
AuthorPosts
-
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/
Sakin
Keymaster@Megan: Hello megan, I actually doesn’t understand your request. Sorry for that. Can you upload the screenshot of the design what you are tying to do in your site and send me the URL of the screenshot. In this way I can understand better.
Sakin
Keymaster1. How do I change the text color in here as well as change the background color of the box that has the text?
— I don’t get it what you mean here. I see that you have changes the background color and text.2 How can remove the empty space between end of the text and the footer. There is a white line in there too that i would like to remove.
— You can remove the empty space between end of the text and the footer by reducing the padding and margin. Just adjust as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
.page .site-content article { margin-bottom: 50px; padding-bottom: 50px; }The white line is from the table which you can remove it by adding the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-content table, .comment-content table { border: none; }3. how do i get the the footer padding reduced as well so the the footer is not so tall?
— I just checked your site and found that you have already reduced the padding in the footer. If you still find it big then you can adjust your Custom CSS padding to lower values. I see the following CSS in you “Appearance => Theme Options => Custom CSS” box. Just adjust that.
#site-generator .site-info { padding-bottom: 20px; padding-top: 20px; }Sakin
Keymaster@ram108: Catch Box theme in build in HTML5 and CSS3 and you try to validate with HTML5 experimental test. So, it is not completed. If this theme has the issue with html then it will not be approved to publish it in WordPress.org
Sakin
Keymaster@13alaise: Oh sorry. Catch Mustang theme is not WooCommerce ready. It’s a little long process and our developer will be working on this to update it.
Sakin
Keymaster@bill: Ok when you add the css please add it in “Appearance => Theme Options => Custom CSS” box. Don’t edit style.css. If you add in this box then you don’t need important. It will simply be.
.entry-format { display: none; }Sakin
Keymaster@13alaise: Please don’t edit any core theme files such as style.css and functions.php to customize the theme. If you want to change the css then try adding it in “Custom CSS” box.
To remove the border in Table. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content table, .entry-content td { border: none; }Sakin
Keymaster@arichardc: I think you have issue with your Cache plugin. Can you try clearing your cache and disabling the plugin.
The Disable Header Right Sidebar should be unchecked. You still have another option to add the search box in header right section. Just go to “Appearance => Widgets” and check your Header Right Sidebar then drag and drop the “Search” widget in the Header Right Sidebar.
Sakin
Keymaster@Rick: You are using Old version of Catch Everest Theme. Please update to latest version and then change any value in Theme Options panel to clear your slider cache and if you have installed any cache plugin then clear those cache as well.
This issue was fixed in Version 0.1.2.2. See the changelog page for more details of changes in different versions http://catchthemes.com/changelogs/catch-everest-theme/Sakin
Keymaster@junkfoodrehab.net: Your feed is showing summary text only. Check this http://junkfoodrehab.net/feed/
But I think you are trying to say that you want to show excerpt in the Homepage. For that go to “Appearance => Theme Options => Layout Options”. There you have to check “Excerpt/Blog Display” in “Content Layout”.
Sakin
Keymaster@lydizzle: Sorry it’s not possible to add share button in the excerpt of the slider. You might consider hiring developer who will customize it for you. Try this link http://jobs.wordpress.net/
Sakin
Keymaster@cara: You can just purchase Catch Everest Pro from http://catchthemes.com/themes/catch-everest-pro
Then you will be given access to download the pro version. Download the zip theme fine in your computer. Then after that login to your Site WordPress and follow the steps:
1. Go to “Appearance => Themes => Install Themes”
2. Then Click on “Upload” and browse the theme zip file and install it.Sakin
Keymaster@jocatman: Then try adding in the CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1190px) { .site { width: 990px; width: 99rem; } }Sakin
Keymaster@karinschultz:
Where did your site got this color
#access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a { color: #dafcfa; }Check your Custom CSS box or “Appearance => Theme Options => Color options” and check “Menu Hover & Active Text Color” change that color
-
AuthorPosts
