Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Matteus: Header and Footer are always same in all pages. There is no option for footer widget to show only in homepage. But there is css from which you can hide it. So, send me your site url and tell me what exactly you don’t want to show in other pages.
Sakin
Keymaster@rawb_in: Yes you can decrease the white space between the Footer Widgets and Featured Post Slider. That is not a problem. But you cannot remove show footer widget only in homepage. Footer means it will be on all page. But there is a css trick that you can use to hide it.
So, first send me your site URL.
Sakin
Keymaster@Afsoon: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
`#hgroup-wrap { padding-bottom: 0; }`Sakin
Keymaster@karinschultz: This Simple Catch Pro theme is responsive design. So, either you can disable responsive design from “Appearance => Theme Options => Responsive Design”. or you have to adjust for smaller screen. I think you scroll down your browser little bit or checked it from other devices. So, the complete set of css can be as following.
`
#access ul li a { padding: 0 23px; }
#access ul li:last-child { border-right: none;}
#access ul li:last-child a { padding: 0 20px 0 21px; }
/* For Smaller screen with max width 1100px */
@media screen and (max-width: 1100px) {
#access ul li a { padding: 0 14px; }
#access ul li:last-child a { padding: 0 15px 0 16px; }
}
`I also see the issue in search button. Please add the following css
#branding .searchform button { width: auto; }#branding .searchform button { width: auto; }
Sakin
Keymaster@travellingking1: I don’t see any bold text there. You can check in if you have any text in bold or not by viewing your post in text mode bold code should be wrapped with strong code which will be like this
`This is bold text`See this for more about visual editor http://en.support.wordpress.com/visual-editor/
Sakin
Keymaster@impresnet: Sorry I don’t understand this question.
Sakin
Keymaster@eric.suth: You just increase the font but didn’t increase the line height of the font. Add the following CSS code in “Appearance => Theme Options => Custom CSS” box
`h1#site-title a { line-height: 1.2em; }`Sakin
Keymaster@alisonmckellar: you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
`#header-menu ul.menu a { text-transform: none; }`Sakin
Keymaster@bobbafett: What’s your site URL? Also did you use your menu as the default pages or you added with custom menu through “Appearance => Menus”.
Sakin
Keymasterive already deleted it coz i cannot make it behave normally. one person shows two faces. ao what can you suggest to use as a like box widget
— I have installed Jetpack plugin and though which i get widget Facebook. I just added that.-i also wanted to make a full header gfx background for my site but my problem is the size in pixel? can u please teach me the size?
— Just header content size is 978px width but if you are talking about the outer background where we have grey image in the demo site. Then for that, it depends on the screensize from which you are using. For those it’s better to use repeatable pattern.hover for the CONTINUE on content post color be change to orange
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#main a.readmore:hover { color: #f9854a; }`Sakin
KeymasterYou can download from here http://wordpress.org/extend/themes/catch-everest/developers/ . You will see the list of version files.
Sakin
Keymaster@karinschultz: you can change the hr border color by adding the following CSS in “Appearance => Theme Options => Custom CSS” box
`hr { border-color: #ddd; }`For footer editor, I have emailed you.
Sakin
Keymaster@fefitzpa: Sorry but this is the easiest method.
Sakin
Keymaster@Gian Luca: But the size we created to show it in large screens and small screen. It adjust it’s width as per the screen size. Just scroll down your browser and see it.
You can disable this option from “Appearance => Theme Options => Responsive Design”, this will make the width same is all devices and it will be small as well.
Sakin
Keymaster@travellingking1: It will be difficult for me to search for bold text in your site. Can you point to any particular page or post url so that I can solve the issue fast. Sorry for the trouble.
Sakin
Keymaster@karinschultz: It’s strange. It is working fine on our server. So, I need to check in your server for any issue. Ok I will email you so that we can solve things our. Check your email.
Sakin
Keymaster@Airedalecomms123: Search box is aligned with left item only see in this demo page http://catchthemes.com/demo/catchbox/ . So, I don’t understand what you mean? Maybe you can upload the screenshot in your site and send me the link of what you want.
Sakin
Keymaster@bobbafett: I don’t understand the issue. I check the demo of catch box http://catchthemes.com/demo/catchbox/ the menu is fine.
Sakin
Keymaster@oly: Yes look for plugin at http://wordpress.org/extend/plugins/
-
AuthorPosts
