Forum Replies Created
-
AuthorPosts
-
April 21, 2016 at 10:35 am in reply to: Header Featured Image Options gone after upgrading to WP 4.5 #90054
Mahesh
Participant@cyberbox: Since WordPress 4.5, Catch Kathmandu theme has been a bit modified. For Header Featured Image, it now uses WordPress’s core Custom Header instead of using theme’s own Custom Header. All the functionality and settings are the same just difference is you will need to use Customizer.
Hope you understand. Let me know if any problem occurs.Regards,
MaheshMahesh
Participant@asumi:
1. I checked your site and assume that you’ve managed to do the change by yourself.
2. For making the sidebar smaller, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#main { width: 920px; } .sidebar-primary { width: 240px; }This will make the sidebar smaller for desktops, for small device and responsive design you’ll need to add media queries.
Note: The width of the all widget as set to same but the height of the widget depends on the length of the content.Regads,
MaheshMahesh
Participant@alesia90230: Thank you for using Catch Evolution Pro.
1. Line height of my primary menu text:
Go to Dashboard=> Appearance=> Customize=> Theme Options => Custom CSS box and add the following CSS:#header-menu ul.menu a { line-height: 2em; }2. Reduce the size of my photos in the featured slider: Can you please clarify more on this?
Regards,
MaheshMahesh
Participant@antoon: Please add the following CSS:
1. Left side to be aligned to the left.entry-content td:nth-child(1) { padding: 0; text-align: left; } .entry-content td:nth-child(2) { padding: 0; text-align: center; }2. White space between the items
.entry-content td { line-height: 1; }Regards,
MaheshMahesh
Participant@antoon: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.entry-content td { padding: 0; text-align: center; }Regards,
MaheshMahesh
Participant@alesia90230: Please post in your site url.
Regards,
MaheshMahesh
Participant@tb2016: Please add the following CSS for removing mobile menu.
#branding .menu-access-wrap { display: none !important; }Regards,
MaheshMahesh
Participant@antoon: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.wppizza-article.hentry { border: medium none; }Can you please clarify more on this?:
when i use a table, how can i get the white space between to cells smaller?Regards,
MaheshMahesh
Participant@rflores: Please contact plugin support for this. This falls beyond theme support scope.
Regards,
MaheshMahesh
Participant@bsmitty358gmail-com: The above code should have worked fine, I tired in on my server and it worked fine. I guess you’ll need to hire a customizer.
Regards,
MaheshMahesh
Participant@asumi: Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
1. Change the color to white and I want to center the categories..nav-primary.search-enabled { background-color: #fff; } .clean-journal-nav-menu a { color: #000; } .menu.clean-journal-nav-menu { text-align: center; width: 95%; } .clean-journal-nav-menu li { float: none; }2. Change the font of the menu and the font of the topics
/* Menu */#menu-menu .menu-item a { font-family: Tahoma; } /* Topics */ .entry-header .entry-title { font-family: Tahoma; }3. Edit the all right reserved in the footer
This option is only available in Clean Journal Pro. I recommend you to upgrade to Pro version. Or you’ll need to use child theme and customize. You can find more details on creating child theme HERE.Regards,
MaheshMahesh
Participant@mariajackson: Thanks for the login details, I checked your site, disabled all plugin and the slider worked fine. Then again reactivated the plugins, the slider worked fine. I’m sure the issue was due to one of the plugins.
Please check and let me know if the issue is resolved.Regards,
MaheshApril 20, 2016 at 9:46 am in reply to: Header Right Menu, how to change the seize of the "background box" #89964Mahesh
Participant@webmasterbert: Thank you for your appreciation. We are really glad to have your review 🙂 We really appreciate it.
You can give the review in the link below:
https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postformHave a nice day!!!
Regards,
MaheshMahesh
Participant@igarciadelamo: Just to let you know that we have released the update for Catch Kathmandu Free, please update and check.
Thank you for letting us find the issue.Regards,
MaheshMahesh
Participant@techfinderr: For that use the following CSS:
#homepage-message .right-section a, #homepage-message .right-section a:hover { background-color: #00CC99; }Regards,
MaheshMahesh
Participant@soledadescobar: Thank you for using Clean Journal Pro. For putting sidebar, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Primary Sidebar, Content or Content, Primary Sidebar option in Default Layout.
For changing size of Sldier Container, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following code:#feature-slider .wrapper { width: 90%; }Note: Adjust the width as per your requirement. Changing width may result some issue in responsive design and you’ll need to use media queries for that. If you are not much familiar with CSS and media queries, I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@techfinderr: Go to Post=> All Post and edit a post you want to disable comment. On the top right, you’ll see Screen Option click it and some options will slide down. Check on Discussion check box and scroll down below the content you’ll see Discussion Tab. Uncheck Allow comments option in it, this will disable comments for that post. Repeat the process.
Note: Checking on Discussion checkbox is required only once.Regards,
MaheshMahesh
Participant@techfinderr: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (min-width: 481px) { #homepage-message .left-section { text-align: center; width: 80%; } }By changing color, do you mean to change the background color of Promotion Headline Bar? If yes, add the following CSS:
#homepage-message { background-color: #00cc99; border-bottom: 1px solid #00cc99; border-top: 1px solid #00cc99; }Note: You have an error in you Custom CSS. You are missing a closing curly brace at the end. Put an ending curly brace and then only add the above CSS or it won’t work properly.
Regards,
Mahesh -
AuthorPosts
