Forum Replies Created
-
AuthorPosts
-
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/
Sakin
Keymaster@lilik84: I think this look like the code from the plugin. Please ask in plugin forum so that the plugin author can respond you.
Sakin
Keymaster@karinschultz: By choosing “featured image slider” you can add upload image of your own choice, also control title, content and links all these optional. So, if you choose Featured Image Slider you can link to any page, post, category or even link outside your site. So even you can just add image without link. This give you total freedom.
Sakin
Keymaster@iJON: Great that you have google it and solved it. Happy that you are learning lot.
Can you tell me where is the Facebook widgets showing two faces. I cannot see that in your site.
Sakin
Keymaster@obiokere: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#content { width: 60%; }`Sakin
Keymaster@mjaron:
how do I get rid of the leave a reply box on the bottom of this page? http://sfexercise.com/activities/
— You can go thorough this link http://en.support.wordpress.com/enable-disable-comments/ and see how to enable and disable comments.Also on the bottom of other pages it says “comments are closed” can I get rid of that as well? http://sfexercise.com/about/
— Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`.nocomments { display: none; }`Sakin
Keymaster@mjaron: Looks like you have customized the theme sytle.css. Don’t edit any core theme site. If you want to edit any css then add it in “Appearance => Theme Options => Custom CSS” box.
There is no padding in the menu item. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#header-menu ul.menu a { padding: 0 20px; }`Sakin
Keymaster@impresnet: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`.no-sidebar #primary { width: 100%; }` -
AuthorPosts
