Forum Replies Created
-
AuthorPosts
-
Mahesh
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,
MaheshMahesh
Participant@ugpost: You’ll need to change the width of the wrapper in the first place, then adjust the width of primary and secondary content And adjust their width accordingly for responsiveness. I recommend you to hire a customizer for this.
Regards,
MaheshMahesh
Participant@jrdphd: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#main-slider .entry-container { width: 250px; background-color: rgba( 214, 214, 214, 1); color: #00ff00; border: none; } #main-slider .entry-container:hover { color: #00ff00; background-color: rgba( 214, 214, 214, 1); border: none; } #main-slider .entry-container .entry-title a{ color: #ff00ff; } #main-slider { border: none; }Note: Please adjust the value as per desired.
Regards,
MaheshMahesh
Participant@mmhgloba: The theme by default uses sans-serif. The way you’ve changed the font to Times New Roman is correct and looks nice too.
About the space between footer menu and copyright, seems almost the same. Let me know further.Regards,
MaheshMahesh
Participant@vetrepreneur: Replace the above CSS with this one:
/* First Slider */ #feature-slider .post-149.slider-box .entry-title, #feature-slider .post-149.slider-box .entry-title a, #feature-slider .post-149.slider-box .entry-content, #feature-slider .post-149.slider-box .more { color: #fff0ff; text-shadow: 2px 2px #ff0000; } /* Second Slider */ #feature-slider .post-114.slider-box .entry-title, #feature-slider .post-114.slider-box .entry-title a, #feature-slider .post-114.slider-box .entry-content, #feature-slider .post-114.slider-box .more { color: #ff0fff; text-shadow: 2px 2px #fff000; } /* Third Slider */ #feature-slider .post-118.slider-box .entry-title, #feature-slider .post-118.slider-box .entry-title a, #feature-slider .post-118.slider-box .entry-content, #feature-slider .post-118.slider-box .more { color: #ffff00; text-shadow: 2px 2px #ffcc00; } /* Forth Slider */ #feature-slider .post-112.slider-box .entry-title, #feature-slider .post-112.slider-box .entry-title a, #feature-slider .post-112.slider-box .entry-content, #feature-slider .post-112.slider-box .more { color: #0000ff; text-shadow: 2px 2px #ff00cc; } /* Fifth Slider */ #feature-slider .post-108.slider-box .entry-title, #feature-slider .post-108.slider-box .entry-title a, #feature-slider .post-108.slider-box .entry-content, #feature-slider .post-108.slider-box .more { color: #ffddff; text-shadow: 2px 2px #ff0aa0; }Is there a setting to have the thumbnail active box ‘text’ color to be white? Right now it shows black text on the blue color that represents one of our non-profit colors.
-> Please clarify moreRegards,
MaheshDecember 5, 2016 at 10:13 am in reply to: Clean Business Pro Transparent Menu/Title Background #104549Mahesh
Participant@kpreece1985: Thought you want to have the masthead to be solid as it float, just as in demo.
For avoiding masthead to float, add the following CSS:.site-header.fixed { position: absolute; }Regards,
Mahesh -
AuthorPosts
