Forum Replies Created
-
AuthorPosts
-
December 4, 2014 at 1:09 am in reply to: How to change '—>' to a 'dot' when using bullets on a page/post #48448
Sakin
Keymaster@nac2311: Yes, if you want sitewide, then replace my previous css with the following css:
ul { list-style: outside none square; }Sakin
Keymaster@lorencowka:
1. How about changing it to 4 px double line. You can try adding in the following css:
.site-content article { border-bottom: 4px double #ddd; }
2. That’s not a problem. You can drag and drop the subcategories below your parent category in your custom menu. Read this http://catchthemes.com/blog/custom-menus-wordpress-themes/Sakin
Keymaster@Mark: Hi Mark, non of the WordPress theme in WordPress.org theme repo has this ability to cache link in google. We don’t generate anything like that. That must be the link which was there is your site long time back. Form your google webmaster tool, you can request removal.
Sakin
Keymaster@alemoy: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#secondary-menu { background-color: #2e923e; } #secondary-menu ul.menu a { padding: 5px 15px; }Sakin
Keymaster@Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
input[type="text"], input[type="email"], textarea { border: 2px solid #9c234e; }Sakin
Keymaster@skimchi: you are not supposed to edit any core theme files. If you want to edit those then you need to build child theme and do it. For child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/
About restoring Simple Catch Free theme. Just activate any other theme and then delete your existing Simple Catch Free theme and re-install it. Or you can use FTP access and then restore files by downloading it from http://catchthemes.com/themes/simple-catch/
Sakin
Keymaster@saremcdee: Sorry that option will not be there in Pro version.
But you can do these type of things in your Widget Areas from “Appearance => Widgets”.
You can use Widget in Footer and then activate “Widget Visibility” module from JetPack plugin and then set widget for specific pages.December 3, 2014 at 8:48 pm in reply to: How to change '—>' to a 'dot' when using bullets on a page/post #48423Sakin
Keymaster@nac2311: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.hentry ul { list-style: outside none square; }Sakin
Keymaster@paulinepkehoe: You can disable the header Right Sidebar which will remove search. Just go to “Appearance => Theme Options => Header Right Sidebar Options”, check “Disable Header Right Sidebar” and save changes.
Sakin
Keymaster@saremcdee: Thanks and now problem solved 🙂
Sakin
Keymaster@saremcdee: I check in your site and see that you have added in the following css in your Custom CSS box:
#masthead.fixed-header #site-logo img { max-height: 100px; }You can replace that CSS with the following CSS:
#site-logo img, #masthead.fixed-header #site-logo img { max-height: 100px; }Sakin
KeymasterTo remove hyphenation, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.site-content article { -webkit-hyphens: manual; -moz-hyphens: manual; hyphens: manual; }Sakin
Keymaster@alemoy: For detail color options, you can upgrade to Catch Kathmandu Pro theme and then you can change it yourself from “Appearance => Theme Options => Color Options”.
For free version, you need to do it manually.
1. To delete the border around sidebar widget, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#secondary .widget { border: none; box-shadow: none; }2. To change the footer background color, you need to edit the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#site-generator { background-color: #1b5f7d; }3. For menu, I need more details. So, can you send me your site URL and let me know the detail color code for it and for spaces too.
Sakin
KeymasterHi Sylvain,
You don’t need custom css to change the title color in Catch Everest Pro theme. You can do that from “Appearance => Theme Options => Color Options => Title Colors”
Regards,
SakinSakin
Keymaster@saremcdee: Thanks for posting your issue in our official support forum.
I just check in our server and edited the page. It’s working fine. I just tested all sidebar layout, header featured image options, content featured image options. So, suspect if there is any plugin conflict. Can you try disabling plugin one by one and check in.
I will contact you personally through email. Please response me there if this doesn’t fix it.
Sorry for the trouble.
Sakin
Keymaster@jennifer: I check in your site and but couldn’t find the spaces as your have shown in screenshot. Can you tell me from which browser and device that you are seeing this issue.
Sakin
Keymaster@lohanc:
1. Sorry I don’t recommend changing the font size of the post and pages as it’s responsive design and the font sizes changes as per the devices you use. But if you want to edit it then you can edit the size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.site-content article { font-size: 16px; }2. Sorry I don’t have any recommendation plugin. But I see popular plugins likes “Advanced WP Columns and WP Easy Columns”
-
AuthorPosts
