Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@kdelacruz: If you just want to change that white to black color then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-id-18 #content article { background-color: #000; }But if you want to remove that area then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-id-18 #main { display: none; }Sakin
Keymaster@johnbarr: This blog and homepage means the same. The Blog option is there, if you want to select static page in the Homepage and then have your blog as blog page. Instead of having your blog in homepage.
Sakin
Keymaster@catwingz: To show the full text, you need to go to “Appearance => Theme Options => Layout Options” and select “Full Content Display” in Content Layout. Remember, if you have use
<!--more-->tag in the post then it will only display the text before more tag. So, when you use Full Content Display check your more tag http://en.support.wordpress.com/splitting-content/more-tag/About the bullets, I don’t get it what you mean. As I don’t see any bullet items in your services page. Bullet item should have ul li style like:
<ul> <li>List Bullet Item</li> <li>List Bullet Item</li> <li>List Bullet Item</li> </ul>Sakin
Keymaster@Kim: Just the following css in “Appearance => Theme Options => Custom CSS” box.
body { padding-top: 0; }Sakin
Keymaster@Kim: Sorry Kim, Don’t have that option. I don’t mind answering all your questions. You can post it in your single forum post.
Sakin
Keymaster@Kim: Not sure which space you are talking about. try adding in the following css and check in.
.entry-title { padding-top: 0; }Sakin
Keymaster@Joaozinho: Can you post in your site URL so that I can check in. As I am able to view menu in Adventurous Pro in our demo server http://catchthemes.com/demo/adventurous/
August 28, 2014 at 11:18 pm in reply to: Using an image rather than text for the site title and tagline #43114Sakin
Keymaster@Whitney: Yes you can disable site title and tagline and just add a small image instead. You can change that settings from “Appearance => Theme Options => Header Options”. You can upload your logo or paste in the logo URL in “Logo url” and uncheck “Disable Logo”. Then further, you can disable Site Title and description and save changes.
Sakin
Keymaster@Yawa16: If you have completed translation then you can send to us. I will contact you personally.
Sakin
Keymaster@lichting98: Sorry I don’t get it what you mean. Can you explain it in reference with your site URL. More tag is used in Post to break the content in Archives pages. See this http://en.support.wordpress.com/splitting-content/more-tag/
Sakin
Keymaster@Kim: Reduce the margin and padding as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
.hentry { margin-bottom: 20px; padding-bottom: 20px; }Sakin
Keymaster@Kim: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
.single #nav-single { display: none; } .single .hentry { padding-top: 0; }Sakin
Keymaster@Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box. And if you further want to decrease then decrease the padding-top from 10px to 0
#main { padding-top: 10px; }Sakin
Keymaster@Pieter: Sorry to edit the Footer area where there is copyright. You need to upgrade to Pro version. Where you will get Footer Editor Options in your Theme Options panel. Then you can edit/add/delete content as per your need.
Sakin
Keymaster@Dipper: Thanks for the access.
I check in your setting and found it. I see that you have added Featured Post Slider and excluded slider post from homepage by checking in Exclude “Slider post from Home page posts” from “Appearance => Theme Options => Featured Post Slider => Add Slider Options”. I see that you have 4 posts in your Featured Post Slider and you only have 4 published posts. So, all post is in Slider and none in homepage. So, I uncheck it and it’s working fine.Sakin
Keymaster@kristonweb: Sorry Catch Box theme doesn’t have 4 widget areas. It only have 3 areas: Footer Area One, Footer Area Two and Footer Area Three.
For this, you need to build child theme and add the function to it. So, for this you might want to check out hire a customizer http://catchthemes.com/hire-customizer/
Sakin
Keymaster@Dipper: To check in details, I need your site access. So, I will be sending you email. Please reply me there.
Sakin
Keymaster@Peregrino: Yes we recommend 1600px width image as 95% of World Web user have less then 1600px width screen. You are among the 5% users, who uses more then 1600px width screen resolution users. That is why it is showing empty in left and right. We recommended 1600px width as if you use large image then it will impact your site loading. But since you are using large screen. You can find out your screen resolution and then upload the image size as per your need.
Sakin
Keymaster@briankoe: Yes it’s recommended to use H2 and so on. But this theme is build in HTML5 structure. So, each section can have H1 elements. But remember, you can only use H1 once in your post or just start from h2 will be best.
-
AuthorPosts
