Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@mariavandyke: I don’t see any of the footer code in your site. So, I assumed you have edited files inside ‘catch-box’ theme directory. Also you are using old version of Catch Box Theme. So, can you just update to Catch Box Version 3.0, which will restore all the edits files made in ‘catch-box’ theme directory and your footer will get back.
Sakin
Keymaster@RaineHollister: Your social icon widget, you have added margin 40px, remove that and it will be fine. I just check in your site and see the code for social icon is wrap by margin 40px:
<p style="margin: 40px;"></p>You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove posted in at the bottom of your pages.
footer.entry-meta { display: none; }Sakin
Keymaster@phan: Thanks for your appreciation but sorry this is not the part of theme for free support. You might need to consider hiring customizer.
I will try to help you but will not guarantee it. Send me your site URL where you have added in so that I can check in.
Sakin
Keymaster@rojtalbot: Can you send me your site URL so that I can check in.
Sakin
Keymaster@BizQ: 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.
#content input[type="submit"] { background-color: #000; border-color: #333; color: #7c7c7c; }Sakin
Keymaster@Bulldog_NH: You can customize the copyright section only from Pro version where you will get Footer Editor Options and then you can edit/add text as per your need.
Sakin
Keymaster@BizQ: Can you let me know where did you added that CSS. I couldn’t check in detail as your CSS in minify and combined. I check in your site and found that you have Capitalized in Large Screen but in small one it has Uppercase. So, I need to check in your responsive css. If you cannot find it then you can replace the previous css with the following CSS. Please make site you add it in “Appearance => Theme Options => Custom CSS” box.
#masthead #header-menu ul.menu a, #colophon #footer-menu ul.menu a { text-transform: capitalize; }Sakin
Keymaster@BizQ: Sorry I don’t get it what you mean. Can you explain in reference with your site URL. So, that I can check in and let you know about it.
Sakin
Keymaster@BizQ: Did you refresh your site and check in. As I just check in your site and it’s working.
Sakin
Keymaster@BizQ: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a, #footer-menu ul.menu a { text-transform: capitalize; }Sakin
KeymasterWhich hello bar are you talking about. I don’t think we have any hello bar in our theme. If you have added from plugin then you might want to get help from plugin support forum. Can you explain to me, please.
Sakin
Keymaster@lanretobi: It depends on the theme you are using. They might be same and different. In our new theme, Custom Header Image is the image that are in your header which is controlled main from “Appearance => Header” and also from “Appearance => Theme Options => Header Featured Image Options” to give you more control on where and how you want to display.
Featured Image is the main image of you post, it can be used in your Slider, Archive/Blog page, and also as the main image that represent your post. Depending on the theme it might also show in the single post above your title.
Sakin
Keymaster@Bulldog_NH: Can you post in your site URL so that I can check in the issue. There might be conflict with your plugins. So, you can try disabling one by one to find the conflicting plugin.
Sakin
Keymaster@Patrice: Can you try the following css:
#main .css-event-form form .submit { background: none; border: none; padding: 0; text-shadow: none; width: 156px; }Sakin
Keymaster@lanretobi: Featured Image is shown in page in Catch Everest Pro theme. I don’t get it what you mean. See this page has featured image http://catchthemes.com/demo/catch-everest/simple-page/
Sakin
Keymaster@mindiapolis: ok add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-generator { display: none; } #supplementary .widget { margin-bottom: 0; }Sakin
Keymaster@fluegasknowhow: That is because of your custom css. Remove that and it will be fine. When adding css and changing the width you need to change in all the responsive width using media screens
@media screen and (max-width: 1224px) { }See this https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/use-media-queries?hl=en
Sakin
Keymaster@Eric: For items inside recent post, you can add the following css.
/* For default recent post links */ .widget-area .widget_recent_entries.widget a { background-color: #de0072; } /* For Hover */ .widget-area .widget_recent_entries.widget a:hover { background-color: #de0072; }Sakin
Keymaster@Daniel: It will be great, if you could add in missing questions.
1. How do I get the logo centered with the social media icons in the bottom right hand corner?
— This, I already gave you instruction for log center and for social media icon in bottom right hand. Go to “Appearance => Widgets” and add Social Widget to Header Right Sidebar. Then add the following css in “Appearance => Theme Options => Custom CSS” box.#header-right { float: right; margin-right: -11px; margin-top: -20px; padding: 0; } #hgroup-wrap { padding-bottom: 10px; }2. How do I eliminate the white space on the top and bottom of the page? I need the page to snap to the top and bottom.
— I already gave you earlier and you have already fixed it.3. How do I set the footer up like they did in the website?
— Footer, I see that you have changed a lot. Please first reset your footer. Then add Contact us text in “Footer Area One”, Ashley Waye in “Footer Area Two” and Social Widget in “Footer Area three”4. How do I get the page banners to be full width? Right now, they are the correct size but are automatically being cropped when uploaded.
— This is already fixed.5. How do I change the overall font size of the site to be larger?
— We don;t recommend to change the font size as it is set as per the screensize using responsive design. -
AuthorPosts
