Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Derek: Which plugin are you using? This is not theme related issue, so I won’t be able to help you out. This is more of Hosting Server memory issues. Check this out http://wordpress.org/support/topic/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-2
Sakin
Keymaster@mohossain: You can add the following CSS.
.site { overflow: visible; }Sakin
Keymaster@mohossain: I check in your site and the logo looks fine. It’s not getting cut off.
Sakin
Keymaster@DesignerD: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box
@media screen and (min-width: 1000px) { .entry-header .entry-title { font-size: 30px; } }Sakin
Keymaster@aceenrichment: You can add the following css in “Appearance => Theme Options => Custom CSS” box to change the font size.
#header-right h1 { font-size: 26px; } #header-right h2 { font-size: 24px; } #header-right h3 { font-size: 20px; }Second, if you want to do it inline the it will be as:
<h3 style="color: #808080; font-size: 26px;">Give us a call</h3> <h1 style="color: #ff6600; font-size: 26px;">3105008187</h1> <h3 style="color: #ff6600; font-size: 26px;">Mon-Fir</h3>Sakin
Keymaster@jwendell: You can add the following css:
/* To move header right to left */ #header-right { padding-right: 20px; } /* Call Us now Font Size */ .header-sidebar .widget-title { font-size: 20px; } /* Phone Number Font Size */ .header-sidebar .textwidget { font-size: 16px; }Sakin
Keymaster@Anja0625: You have option to set different image for individual post if you have Catch Everest Pro Theme. There is option to select images from
slider: 1140px by 450px
featured: 690px by 462px
Original Full ImageTo center the copyright line in the footer, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator .copyright {
text-align: center;
width: 100%;
}Oh I though you were using the Pro version. But when I check in, I see that you are using Catch Everest Free Version. Note: You are not allowed to change the footer credit Theme: Catch Everest. This is only the means of recognition that we received for providing the free theme and free support. So, if you want to remove the footer credit, just upgrade to Catch Everest Pro and edit the footer text through easy to use Footer Editor in Theme Options panel.
For more information about Catch Everest Pro. See this http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@zahra: Can you check now? You should be able to download from your account. If you still have problem. Then contact our sales team directly through http://catchthemes.com/contact-us/
Sakin
Keymaster@DesignerD: It would have been easy for me, if you have added your site URL. Now, since you have posted in Catch Everest Free Theme forum. I guess you are using Catch Everest Free Theme.
You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { font-size: 18px; font-weight: bold; }Sakin
Keymaster@mohossain: You can reduce the padding top of the footer widget area so that it will be close to slide. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#supplementary { padding-top: 50px; }Sakin
Keymaster@mohossain: I don’t know what you are trying to do as you have added logo outside the header.
Sakin
Keymaster@LogoSystems: There is one option to for that. Build child theme and then copy page-blog.php and on that page edit the line
$blog_query = new WP_Query( array( 'post_type' => 'post', 'paged' => $paged ) );
to
$blog_query = new WP_Query( array( 'post_type' => 'post', 'paged' => $paged, 'order' => 'ASC' ) );then you can add blog template to any page.
Sakin
Keymaster@ianroach: I am bit confused. Do you mean to add the image as the background instead of color or you want additional featured image?
Sakin
Keymaster@Bee1derful: You can remove the css that I gave you earlier. As you have used the logo and the search bar. It will not work. So, you have to try in padding left. So, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 960px) { #header-left { padding-left: 28%; } }Sakin
Keymaster@Potzas: The css that you have added is good. But the image that you have added to replace is too large. that is why it is not displaying. Since, you have added the height and width as 20px. It will show only the 20px of the image you have added.
Sakin
Keymaster@klhaight: You can add the following css and change the padding of header as per you need.
#branding hgroup { padding: 2.5em 0; }I see that you have already remove the links from your pics and your signature in your posts.
You can add the following CSS to change the font size of the date.
.entry-meta .entry-date { font-size: 12px; }To remove by admin, just add the following css
.single-author .entry-meta .by-author { display: none; } -
AuthorPosts
