Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@lewisjm: Its because, you’ve chosen not to display the Site Title and Site Description. If you want to get rid of it, you’ll need to hide the whole
header-contentwith Custom CSS. But it will hide the search bar too as its inside theheader-content.
Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:#header-content .searchform { top: 5px; } header-content { padding: 0; }Let me know if any problem.
Regards,
MaheshMahesh
Participant@tonylima: Sometimes permalinks don’t work as it should, once saving the permalinks settings does the trick. Glad to know its your issue is resolved. Have a nice day!
Regards,
MaheshMahesh
Participant@partizant: I checked the same on our server, and got no such issue. The update cart button automatically is disabled once updated. Let me know further.
Regards,
MaheshDecember 6, 2016 at 10:55 am in reply to: Align Primary Menu Left and Mobile menu not showing. #104627Mahesh
Participant@fastlanz: You are using Child theme, does the issue occur on the parent theme as well. Please try activating Parent theme and check. Let me know further.
Regards,
MaheshDecember 6, 2016 at 10:52 am in reply to: Clean Business Pro Transparent Menu/Title Background #104626Mahesh
Participant@kpreece198: Please add the following CSS:
@media screen and (max-width: 991px) { #slideshow .slide-inner { margin-top: 150px; } }Let me know if any problem.
Regards,
MaheshMahesh
Participant@roman06: Please add the following CSS instead:
.page-content, .entry-content, .entry-summary, #featured-grid-content .row{ margin: 0 !important; }Main Slider: Which slider type have you chose? If you have Page slider selected, select the pages you want to display as slider and make sure that you the page has featured image set.
How can I add Privacy and Terms page all the way at the bottom footer of the page next to Copywrite?
This feature is only available in Pro version. Or you’ll need to customize it through child theme. I recommend you to upgrade to Pro version.Let me know if any problem.
Regards,
MaheshMahesh
Participant@jorgecsanz: Please post in your site url.
Regards,
MaheshDecember 6, 2016 at 10:35 am in reply to: Is there an easy way to remove the blank spaces between posts. #104622Mahesh
Participant@marketingman: Glad to know. Let me know if you need further help. Have a nice day!
Regards,
MaheshMahesh
Participant@soledad-gonzalez-diaz: Thank you for your appreciation. Have a nice day!
Regards,
MaheshDecember 6, 2016 at 10:29 am in reply to: How to change the date metadata in the comments section? #104618Mahesh
Participant@cmorales01: For that, you’ll need to create a child theme. You can find more details on creating a child theme HERE. Then override the following function.
function catchevolution_commentlocated incatch-evolution/inc/catchevolution-functions.php
I checked the theme, and has no such issue. Have you installed any plugins? If so, try disabling plugins one by one and check if it resolves the issue. Let me know further. Please post in your site url.Regards,
MaheshMahesh
Participant@elliottrae: Its okay. Have a nice day!
Regards,
MaheshMahesh
Participant@skynet: Glad to know you’ve resolved it by yourself. Have a nice day!
Regards,
MaheshMahesh
Participant@yogawithagnes: There is no optimal size for the images on the pages. But there are some recommended images sizes, please check the link below:
https://catchthemes.com/theme-instructions/clean-journal/#featured-image
Let me know if any problem.Regards,
MaheshDecember 6, 2016 at 10:15 am in reply to: How can I change the position of the mobile menu in Catch Responsive pro #104613Mahesh
Participant@zhpvwebmaster: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 990px) { #page { margin-top: 80px; } }Regards,
MaheshDecember 6, 2016 at 10:10 am in reply to: Kathmandu Change size of Featured Content image; insert menu possible? #104612Mahesh
Participant@jrdphd:
1. You have two options to select from by default, 3 columns and 4 columns. If you want to change further, it can be done through custom CSS. Let me know further for that.
For font and size, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:/* Content */ #featured-post .entry-content { font-size: 20px; font-family: Times New Roman; } /* Title */ #featured-post .entry-title { font-size: 30px; font-family: Times New Roman; }2. For this, you’ll need to customize the theme. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@ugpost: You can simply use the Custom CSS to hide the date and time for each comment posted. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#comments .comment-meta { display: none; }Regards,
MaheshMahesh
Participant@jorgecsanz: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
/* Secondary menu color */ #access-secondary ul.menu a { color: #ff00ff; } /* Secondary menu color on hover */ #access-secondary ul.menu li:hover a { color: #ff0000; }Regards,
Mahesh -
AuthorPosts
