Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@s.stelter: That won’t be a problem. You can upload image size of 1670px by 500px.
Sakin
Keymaster@Debbie: oh that’s not right. If you want to make it 90% then the css will be as below:
#main-slider .entry-container { left: 5%; width: 90%; }Sakin
Keymaster@juditbokros:
1. That menu width depends on number of menu item you have listed. You can add the following css in “Appearance => Theme Options => Custom CSS” box and fix that issued:
#header #mainmenu ul li a { padding: 0 14px; }2. Your logo image size is really large and I don’t know what are you trying to do it. Can you share what you want then I can suggest you accordingly. I see that you have added in the following css:
#site-logo a img { max-width: 40%; padding-right: 0; }But looking at your site, I suggest you to upload smaller image size and if you want different let me know it.
Sakin
Keymasterok then edit my precious css to the following:
.pro-button a { background-color: #28b3c5; border: 2px solid #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset; color: #fff; display: inline-block; padding: 10px 25px; } .pro-button a:hover { background-color: #28b3c5; box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset; text-decoration: none; }Sakin
Keymaster@defuentes: The recommend image size for your latest post is width 410px and height 231px. So, all the image above this size will be auto cropped to this size. But if any image is smaller then this, then it will load the original image. It’s happening same in your site. For example: Article “Berkshire County: By the numbers Home Invasion” has featured image http://www.charmfuldeadthings.com/wp-content/uploads/2015/10/berkshire-county-movie-poster1.jpg. SO, it’s loading original image. Just upload larger image and it will be fine.
Sakin
Keymaster@dbosworthstmtoolbox-org: you can add the following css to hide menu in that page:
.page-id-1456 .nav-primary, .page-id-1456 .mobile-menu-anchor { display: none; }Sakin
Keymaster@Gregory: Yes, that might be form “Color Options”.
Sakin
Keymaster@Debbie: That button uses the following css:
#homepage-message .right-section a { background-color: #28b3c5; border: 2px solid #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset; color: #fff; display: block; padding: 10px 25px; } #homepage-message .right-section a:hover { background-color: #28b3c5; box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset; text-decoration: none; }So, if you want to create link with class then you can add link as
<div class="pro-button"><a href="yourlink.com">Your text</a></div>
Then you can add css like below:.pro-button a { background-color: #28b3c5; border: 2px solid #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset; color: #fff; display: block; padding: 10px 25px; } .pro-button a:hover { background-color: #28b3c5; box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset; text-decoration: none; }Sakin
Keymaster@Avira: You can add the following css:
#content td { border: none; }But when I check in your site, I see you have added in
<hr>tag to add in line. You need to remove that as well.Sakin
Keymaster@Nicole: Can you go to “Appearance => Customize => Theme Options => Layout Options” and make sure you have unchecked option “Check to hide excerpt/content on archive pages” and click on “Save & Publish”
Sakin
Keymaster@Christine: I don’t see where you have added in your form. So, after you activate Contact Form 7, you need to create form and then add that from shotcode in your page. You can see I have added it in Adventurous pro http://catchthemes.com/demo/adventurous/contact-us/
Sakin
Keymaster@Keir: For that you need to build child theme. Refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy
content.phpfile to your child theme and edit it. So, in that file you need to change the position of the following image code as per your need.
<?php if ( function_exists( 'catchkathmandu_content_image' ) ) : catchkathmandu_content_image(); endif; ?>Sakin
Keymaster@webtussi: Social Icons are showing in your site. I can see it under Header Toggle and also in your Footer Widget Area. Did you refresh your browser and check in. See this screenshot http://www.awesomescreenshot.com/0025d3vj28
Sakin
Keymaster@Keir: Thanks for your appreciation.
Sakin
Keymaster@netmairie: Sorry we don’t have that option in Free theme. We didn’t added that as we provide free theme and free support and I think it’s good to keep that attribution for our effort.
There is easy option in pro version. You can simply go to “Appearance => Customize => Theme Options => Custom CSS” options box and edit it.
Sakin
Keymaster@bigsmall444: Sorry there is no trail of Pro. We only have Free and Pro versions. But you can contact to sales and ask for more info at http://catchthemes.com/contact-us/
Sakin
Keymaster@Kim: Ok then email me and I will check in details.
Sakin
Keymaster@Emi: Please post in your site URL and explain. If you are trying to change font size in Aside post format entry content, then you need to change the font in the following csss and then add it in “Appearance => Theme Options => Custom CSS Options” box:
.format-aside .entry-content { font-size: 15px; } -
AuthorPosts
