Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@fefitzpa: Ok now I can answer your question looking at your site.
How do I decrease the header height?
— Just add the following CSS code in “Custom CSS” box in Theme Options panel.
/* For Header Bottom Padding */
#hgroup-wrap { padding-bottom: 20px; }
/* For Header Top Padding */
#site-logo, #header-right { padding-top: 20px; }
How do I butt the whole webpage to the top of the browser window?
— Just add the following CSS code in “Custom CSS” box in Theme Options panel.
.site { margin: 0 auto; }How do I remove page headers?
— I don’t get it what you mean by this.Is it possible to move the social media links into the footer?
— Nope. But you can add as widget to footer sidebar or any other sidebar.Along with my questions above can you also take a look at the Board of Directors page [child of about page] and the Senior Team page. There seems to be responsive issues when resizing the browsers causing a few of the thumbnails to move irregularly.
— Just add the following CSS code in “Custom CSS” box in Theme Options panel.
.entry-content p { clear: both; }April 12, 2013 at 10:03 am in reply to: Catch Everest Pro Installation Error and How to remove powered by wordpress etc. #6867Sakin
Keymaster@Leozaw: Looks like you already have Catch Everest Pro Theme installed. You need to delete that and upload it and then activate it.
To remove the powered by in Catch Everest Pro is simple, Just go to “Appearance => Theme Options => Footer Editor” and change the text or delete the text that you don’t want.
Sakin
KeymasterSorry Maeve, not support at this time. We will think about this feature in near future. We though Footer widget will be enough and this will complicate the theme.
Sakin
Keymaster@maevamena: In Catch Everest Pro theme you can change the font from “Appearance => Theme Options => Font Family Options”
For widget title, change the font in Headings Tags from h1 to h6 Font Family.
Sakin
Keymaster@LandUnknown: Add the following CSS in “Custom CSS” box in Theme Options panel.
.page-header { border: none; text-align: left; font-size: 26px; font-size: 2.6rem; line-height: 1.8; }
@media screen and (min-width: 1190px) { .page-header { font-size: 30px; font-size: 3rem; } }
@media screen and (max-width: 1060px) { .page-header { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 760px) { .page-header { font-size: 16px; font-size: 1.6rem; } }
Sakin
Keymaster@LandUnknown: For image slideshow, yes you need to search for plugin. Search here http://wordpress.org/extend/plugins/ and find the best fit for you.
Sakin
Keymaster@maevamena: Just add the following CSS in your “Custom CSS” box in Theme Options panel.
#header-right { padding-top: 0; }Sakin
Keymaster@Dave.82: Just add the following CSS in “Custom CSS” box in Theme Options panel.
#hgroup-wrap #site-logo a:hover img { opacity:1; }Sakin
Keymaster@bill: Can you try deleting the theme and reinstalling it. You won’t lose any data or customization that you have done through Theme Options, Menus, Header, Background and Widgets. Only changes if you have done in Functions, Style or any core theme files will be reverted back.
So, let me know if this fixes your issue or not.
Sakin
Keymaster@ahhthesimplelife.com: That is why don’t edit in your theme core files. If you want to edit css then use Custom CSS box and for functions build child theme and edit there.
Sakin
KeymasterDear Luis,
1. I already told you there is problem in your Mailing list code that is why it is linking to all. there is no closing for link. If you doubt then remove the mailing list widget and everything will be fine.
2. Send me example of the pages so that I can check in.
3. I don’t get it what you mean.
4. Non of our theme provide slideshow in header. We only have Featured Image Slider instead of Featured Post Slider in All Pro version of theme.
Regards,
SakinSakin
Keymaster@saylahv: Just add the following CSS in “Custom CSS” box in Theme Options panel.
#header-menu { background: url("http://hpsepicurean.com/wptest/wp-content/uploads/2013/04/navtexture1.png") repeat scroll 0 0 transparent; }
Sakin
Keymaster@peterbook: Yes you can change the background color. Send me which color code you want to change it and for which box.
Sakin
Keymaster@mloga94: Don’t edit anything on the theme core file. Now you need to re-upload the theme from FTP and it will be fine.
Sakin
Keymaster@cca24: Just add the following CSS in “Custom CSS” box in Theme Options panel.
#site-logo { display: none; }
.home #site-logo { display: block; }
Sakin
Keymaster@aliciareyes: Send me your site URl and then I will send you the code.
Sakin
Keymaster@korpinar: You don’t have font options in Catch Everest Free Theme but yes you have option in Pro version. But I don’t think Pro version has Calibri font. But it has options for more then 40 fonts to choose from.
I will ask my team to add Calibri font in next version update for Catch Everest Pro theme.
Sakin
Keymaster@Rideit NZ: Your logo will not show in smart phone as you have added padding as below
#hgroup-wrap { padding-left: 400px; }
Remove that and it will be fine. If you want to add the padding then you have to adjust css all the way to responsive layouts.To get rid of the word HOME (which is in blue) on my Home page. Just add the following CSS in “Custom CSS” box in Theme Options panel.
.home #primary .entry-title { display: none; }For swaping of content you need to build child theme and edit the code.
Which color you want to change to and in which page.
-
AuthorPosts
