Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@mgunes: The browser title is from your site title and page title. So, please check that and also you can modify the title to custom one by installing WordPress SEO by Yoast Plugin.
To change the menu to lowercase, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-menu ul.menu a { text-transform: lowercase; }Sakin
Keymaster@Jason: Can you send me the URL where you have added nextpage shortcode. As the pagination should be there before post footer meta. See this demo http://catchthemes.com/demo/simplecatch-pro/aciform/layout-test/
Sakin
Keymaster@talkleft: I see that you have added your logo as Header Image. That is nice but it’s better you remove that image from Header Image and then upload it as Logo from “Appearance => Customize => Site Title & Tagline”. Then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead, #masthead .wrapper, #site-branding { padding: 0; }But if you want to keep your image as header image as it is now and remove the spaces, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { display: none; }Sakin
Keymaster@billcb: You can add the following css in “Appearance => Theme Options => Custom CSS” box to make your header nice.
#header .logo-wrap { margin-top: 30px; width: 694px; } #site-details { padding-top: 25px; } #header .social-search { margin-top: 55px; width: 244px; } #header .social-search form.searchform input { width: 140px; } #site-title { font-size: 36px; } #site-description { font-size: 13px; } #header #mainmenu { margin-top: 30px; }Sakin
Keymaster@dnieuwenhuis: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove border:
.hentry, .widget, .no-results, #author-info, #content .error404 { background-color: #fff; border: medium none; position: relative; }Sakin
Keymaster@talkleft:
1. About the spaces below you header. I see that you have add blank custom menu in Secondary menu. So, go to “Appearance => Menus => Manage Location” and remove your blank menu from “Secondary Menu”. It should be left as — Select a Menu —2. Thanks it’s solved
3. You can change Favicon from “Appearance => Customize => Theme Options => Icon Options”
For more, you can check out theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/
Thanks for using Catch Base Pro and Happy Holidays… Cheers 🙂
Sakin
Keymaster@adamsh: To disable primary menu. I have already given you the instruction above. Either you can disable the Header Right Sidebar section which has primary menu or just add widget to header right sidebar with will replace the primary menu.
Sakin
Keymaster@adamsh: Ok if you want to disable header right section. Then go to “Appearance => Theme Options => Header Options” then check option “Disable Header Right Sidebar” and save changes.
Sakin
Keymaster@Roberto: It’s really simple, Just go to “Appearance => Menus” from your WordPress Dashboard. Create menu and assign pages/posts/links as per your need to your custom menu. Then you need to assign that menu location to Primary Menu from “Appearance => Menus => Edit Locations”. So, in this way you will only have the pages that you want to show in menu. You have full control of your menu items.
See this screencast for more details http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Sakin
Keymaster@adamsh: I don’t know what you are talking about. As I only see secondary menu in your site woodyaalon.com/en/ . I think you have already disable Primary menu. Then I don’t understand what you mean by diable it complitly.
Sakin
KeymasterIf you want black arrow for white screen then you can add the following:
#main ul { list-style: outside url("http://1stattack.com/wp-content/themes/simple-catch-pro/images/ul-bg.png") disc; }Sakin
KeymasterSorry that is image so cannot change that image color. You can only change the bullet style to disc or square or circle
Sakin
Keymaster@lorencowka: First, find the following css in your “Appearance => Theme Options => Custom CSS” box and delete it.
#header-right { padding-top: 5px; } #hgroup-wrap { padding-bottom: 20px; } #hgroup-wrap { padding-left: 0; padding-right: 0; }Then add the following css in “Appearance => Theme Options => Custom CSS” box
#hgroup-wrap, #header-right { padding: 0; } #header-right .widget.widget_nav_menu { background-color: #2885af; margin-top: 0; }2. Sorry correction of css for this:
#header-left { display: none; } .home #header-left { display: block; }Sakin
Keymaster@Kim: Please don’t add unnecessary custom css. It’s not good. Don’t copy the css from Catch Box Pro to Catch Flames Pro. These themes are different and most of the css will not work.
To remove extra spaces between your posts, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.blog #content .hentry, .archive #content .hentry { margin-bottom: 0; padding-bottom: 0; }Sakin
Keymaster@RimFrost: Just wrap your video link/code with the wrapper with size. For example:
<div style="width: 200px;">Add your video link/code </div>Sakin
Keymaster@Aleao: Sorry I don’t get it what you mean. The title and image of the post should link to the post. If you are talking about the site title and logo then it will link to your homepage and if you are talking about the Header Featured Image then you can manage the link from “Appearance => Theme Options => Header Featured Image Options”
Sakin
Keymaster@Michael: About Background fixed and stretch. You can do it all from your Custom Background in “Appearance => Background” from your WordPress Dashboard. But if you want to stretch and remove stretch. Then go to our background settings at “Appearance => Background” and then in “Display Options”, choose the option “No Repeat” and save changes. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
body.custom-background { background-size: 100% auto; } -
AuthorPosts
