Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Halconio: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#content.col8 { width: 784px; border: 1px solid #bbb; } #sidebar.col4 { width: 163px; }Sakin
Keymaster@pchambers: Sorry your question no 1 cannot be achieved with CSS and about 2. I don’t quite understand it. You site title in inline with your logo as you have added the CSS to do that from your Custom CSS box. So, I don’t get it why again you want it back.
Sakin
KeymasterFor page title and All Capital Letters add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-title { font-family: Arial,Helvetica,sans-serif; text-transform: uppercase; }Sakin
Keymaster@calvinocampo123: You can add the CSS like below to change the font for header menu.
#header-menu { font-family: Arial,Helvetica,sans-serif; }Sakin
Keymaster@Felix: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
.home .entry-header .entry-meta { display: none; }Sakin
Keymaster@Dirk: Sorry I don’t get you. Yes you can upload the screenshot in your site and send me the screenshot URL.
As per my instruction, I mean you can add any number of items in your single menu from “Appearance => Menus”. You don’t need to create different sets of menus. Just create single set of menu where you can add pages, categories and custom links. And yes for the position like “Infos” in front of Contact. You can use your mouse and drag the Info page at top then Contact and it will be fine. See this video http://www.youtube.com/watch?v=KjQfCx0zY6A
Sakin
Keymaster@insanelydesign: Then check in your suite URL that you have posted. It’s not published. I cannot see it. It shows be godaddy hosting ads.
Sakin
Keymaster@Sihedow: That cannot be remove from CSS. You can remove the whole like if you want. But if you just want to remove the author then you need to build child theme and then copy
content-single.phpfile to your child theme and delete the following from the code line no 47.
by <a href="%6$s">%5$s</a>Note: I see that you are using Catch Box Free version and you are not allowed to change Catch Box name from the footer. This is the only recognition that we gt for free theme and free support. If you really want to remove that then use Catch Box Pro version.
Thanks.
December 2, 2013 at 10:00 am in reply to: Can't choose sidebar page template on posts page (blog) #17831Sakin
Keymaster`@janetSchaper: You can’t specify sidebar in Post page set as it will take take Optional Archive Sidebar and if that is empty then main sidebar.
I see that you have added the following CSS to hide the page title
.page .entry-header { display: none; }To overwrite the css to hide the title and to just show the title on blog page, you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page.page-blog .entry-header { display: block; }Sakin
Keymaster@egnalc: It’s mention in theme instruction page http://catchthemes.com/theme-instructions/catch-mustang/ that you need to first activate any other theme such as Catch Box and then delete your existing Catch Mustang theme from “Appearance => Themes”. Then you can install your fresh copy of theme.
Sakin
Keymaster@Dirk: That is why I am telling you to create your own custom menu from “Appearance => Menus”, from here you can click on pages, category or add custom links as per you wish and then also use drag and drop from your mouse to change the position. See this http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Kevin: I see that you have installed your WordPress site in wordpress1 directory. So, first you need to move all the files and folder from wordpress1 directory to your root directory. Then you need to do search and replace your database to replace the url http://bluestreakonline.com/wordpress1 with http://bluestreakonline.com . For search and replace you can use the script http://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Sakin
Keymaster@egnalc: You can check out the theme instruction at http://catchthemes.com/theme-instructions/catch-mustang/ for update and if you still have issue then let me know it. I will assist you in updating.
Yes, you can add Right Sidebar on the homepage only if you have static page or latest posts activated from “Appearance => Theme Options => Homepage Options => Homepage/Frontpage Settings”
Sakin
Keymaster@Dirk: You can create your own set of Custom Menu from “Appearance => Menus”. Just add pages, categories and custom links as per you need. Also you can use drag and drop to arrange the order. Then after you create the menu. You need to assign that menu to the theme from “Appearance => Menus => Manage Locations”
Sakin
Keymaster@Natekj: Yes all confusing. So, can you add in the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Sub-menu of Current Menu */ #header #mainmenu .current-menu-item .sub-menu a { background-color: #fff; color: #000; } /* Sub-menu of Current Menu at Hover state */ #header #mainmenu .current-menu-item .sub-menu a:hover { background-color: #000; color: #fff; }December 1, 2013 at 12:25 am in reply to: Infolink insearch and infram not working in my website #17797Sakin
Keymaster@vss: Sorry we cannot support all the plugins. We try to add support to popular plugin. The plugin need to be compatible with the themes with standards.
Yes, I can assist you is you have any code that we need to add in theme for that plugin. But I cannot help in other way as we don’t know about that plugin. Try asking in that plugin support on what needs to be added or hire customizer to do that for you.
-
AuthorPosts
