Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@leti: Looks like you have change the style.css as there is height missing for mobile menu.
You can update your Catch Everest Version to Latest Version 0.1.4 will fix this issue as it will overwrite your style.css and missing element will be there.
Or you can add the following CSS in “Custom CSS” box in Theme Options panel.
.sb-holder { height: 40px; }Sakin
Keymaster@enrl.net: If you want to center your logo then you have to first remove the search and social Icon from right side. Optionally it can be moved below the logo.
Sakin
Keymasteryes use that in “Custom CSS” box in Theme options. If you add the following
#header #mainmenu { margin-top: 20px }
It will reduce the space between the header image and navigation by 20pxSakin
Keymaster@shanewasik: Just add the following css in “Custom CSS” box in Theme Options panel. Reduce the margin as per your need.
#header #mainmenu { margin-top: 40px }Sakin
KeymasterJust add the following CSS in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
#site-generator { background-color: #3A3D41; }To remove the ‘search’ box in the header. Add the following css.
#header-right .widget_search { display: none; }You can change the image social-profile.png inside the image directory of theme.
Sakin
Keymaster@Rideit NZ: No you cannot do that. You need to disable header right sidebar and then add the css code to center the logo. It’s but complicated, so better hire customizer.
Sakin
Keymaster@Arhela: To add Featured Post Slider in Catch Everest Theme see this http://catchthemes.com/support-forum/topic/slider-issues/
the main page has different layout option to make where you have slider, homepage headlines, and homepage featured content. It is different then normal blog.
Sakin
Keymaster@mook32: Did you set you “Content Layout” to show excerpt in “Appearance => Theme Options” panel.
April 10, 2013 at 12:57 am in reply to: Fitting pages in Main Menu so that menu is only 1 line #6691Sakin
Keymaster@enrl.net: Just add the following css in “Custom CSS” box in Theme Options panel.
.entry-content table, .entry-content td { border: none; }Sakin
Keymaster@cheri.schneider: To exclude slider post from the homepage blog, there is option in “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”. There you have to check “Exclude Slider post from Homepage posts?” and save it.
To control the slider display, just change that in “Appearance => Theme Options => Featured Post Slider => Slider Options”.
Sakin
Keymaster@golfer300: So where exactly you want to post it and do you want to place any current text or just want to add. You need to add the HTML Code to add links.
For example:
<a href="http://www.amanofreason.com/about-this-website/" rel="nofollow">About This Website</a> | <a href="http://www.amanofreason.com/comment-policy/" rel="nofollow">Comment Policy</a> | <a href="http://www.amanofreason.com/disclosure/" rel="nofollow">Disclosure</a>Sakin
Keymaster@acgtMedia: Post your site URL here so that I check it and answer you.
Sakin
KeymasterSakin
Keymaster@acgtMedia: Jquery is not only used to slider.
For slider its jquery cycle jquery.cycle.all.min.js and slider script catcheverest-slider.js . Which will be automatically remove when you disable slider from “Appearance => Theme Options => Featured Post Slider => Slider Options”
Sakin
Keymaster@zigster: You don’t need to change any code. Just add the following CSS in “Custom CSS” box in Theme Options panel.
#branding hgroup { display: inline-block; }
#site-logo { float: left; }
#site-details { float: left; padding-left: 15px;}
#site-title, #site-description { margin: 0 }
Sakin
Keymaster@denise.c.wamsley: You have just add the following CSS in “Custom CSS” box in Theme Options panel to reduce the font size of the post title.
#main #content .post h2.entry-title { font-size: 26px; line-height: 32px; }Sakin
Keymaster@Rideit NZ: You need to upload the zip file. See the Theme Instructions http://catchthemes.com/theme-instructions/catch-everest-pro/ . If you still have issue then let me know it and then I will install it for you.
Sakin
Keymaster@hastings: Can you post your site url and let me know what exactly you are trying to do it. Then only I will be able to help you with.
Sakin
Keymasteradd the following css in “Custom CSS” box in Theme Options panel.
#header-menu ul.menu a { padding: 0 14px; } -
AuthorPosts
