Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster1. How do I decrease the margin between my logo/Tittle and menu to make it look good?
— There is margin because of your long site tagline. So, you can just decrease the width of the header right section where you have social icons and search box. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box:
`#header .social-search { width: 250px; }`2. How do I get rid of the search bar?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box:
`#header .social-search form.searchform { display: none; }`3. How do I change the background of the space above menu?
— You cannot just change the background above space above menu. You need to change whole header background. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box:
`#header { background: none #cccccc; }`4. How do I center the Logo, title, and Tagline?
— For this you need to hide the social icon and then add padding left.Sakin
Keymaster@maevamena: Yes you can add Google Analytics code in Header or Footer area as per you need.
Sakin
Keymaster@pilarjimenezabos: Thanks for appreciating the theme. You have asked to change the color but I don’t know your site. Can you send me your site URL?
Sakin
Keymaster@michelle2317: You site is not opening http://sweethomenaturals.com/blog/ . I think you are missing some steps. See I am trying to make it simple.
All our Free themes only have Featured Post Slider. But if you upgrade to Pro or Premium themes then you will have Featured Image slider and so on. Featured Post Slider is created to highlight your posts in the slider. To add the feature post slider, just follow the steps as below:
1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. Also you will be able to see post id in All Posts section. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/
3. Then go to “Appearance => Theme Options => Featured Post Slider” and add in the post id that you want to highlightSakin
Keymaster@fritzhesse: You site is password protected. have you try adding in the css i have you.
Sakin
Keymaster@cheri.schneider: If you want to reduce the space between your header logo and the navigation menu then just adjust the padding button in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.
`#hgroup-wrap { padding-bottom: 5rem; }`April 20, 2013 at 4:09 pm in reply to: Navigation Menu Disappears when desktop browser is resized or on iPhone #7406Sakin
Keymaster@Mickesan: I just check in and found that you have setup your gallery width to 644px ( data-original-width=”644″) that is why it is floating left as it is not full width. But if you just want to center this gallery then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
` .tiled-gallery { display: block; margin: 0 auto; width: 644px; }`Sakin
Keymaster@impresnet: You can just play around with the padding you need. Just copy the following CSS in “Appearance => Theme Options => Custom CSS”.
`
#site-logo { padding-top: 10px; }
#hgroup-wrap { padding-bottom: 10px; }
`Sakin
Keymaster@iceman027: No you don’t need to re-enter it. It will be back with the upgrade. Just you might need to check your Header image, Menu and Widgets. But all that will be just simple setting. So, just upgrade and use it.
If you have any problem then let me know. I can also help you in upgrade and setup.
Sakin
Keymaster@junkfoodrehab.net: For pages, you have option to select Default Main Sidebar if Page Sidebar is empty, then Page Sidebar will be default. Then you can select rest Optional Sidebar One, Optional Sidebar Two, and Optional Sidebar Three.
Just add widgets in these sidebar from “Appearance => Widgets” and to select which sidebar to show on pages. When you edit to write new page you will see “Catch Everest Options” box, from there you can select Which sidebar you want.
Sakin
Keymaster@paulxd: Yes you are right. If you have customised the website, but only through the theme options and custom css. Then you can just delete the current old theme and then install new theme like the new installation process. It will be same as before.
Sakin
Keymaster@gaetano_torrisi: Catch Everest Free Theme only have Feature Post Slider, which is created to highlight you post. So, you cannot remove the link.
But you can upgrade to Catch Everest Pro theme and then user Featured Image Slider, where you can just upload the image and don’t add the link. See this for more details about Catch Everest Pro theme http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@Dave.82: To change the color of title. Just change the color code in the CSS below and add it in “Appearance => Theme Options => Custom CSS” box.
`.entry-header .entry-title a { color: #222222; }`
Sakin
Keymaster@EliMarie: For this type of function you need to add plugin. Try searching here http://wordpress.org/extend/plugins/.
See Jetpack, Add this, facebook and other plugins.
Sakin
Keymaster@Mickesan: Good Evening!
1st to hide the post format display link, image and so on. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`.entry-header .entry-format { display: none; }`2nd question about gallery, I don’t understand it.
Sakin
Keymaster@jocatman: Just add the following CSS in “Appearnce => Theme Options => Custom CSS” box.
`#site-logo a img { width: auto; }`See the Catch Everest Pro theme instruction for details about pro version http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@impresnet:
1. – As I can remove the title and the description of the page located above it.
— Just go to “Appearance => Header”, then in “Header Text” just uncheck “Show header text with your image.”
2 – How to remove the search field located upstairs.
— Just go to “Appearance => Theme Options => Header Right Section” and then Check to disable and save it.
3. – How to remove the space located above and below the web.
— Add the following CSS in “Custom CSS” box in Theme Options panel.
.site { margin: 0 auto; } -
AuthorPosts
