Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@jamesmillerlifeology: Okay, your last reply made the clarification. I thought it was the Featured Content Title. To change Current Lifeology | Radio Episodes color, add the following CSS:
#featured-content .entry-title { color: #aed651; }Note: Please change the color as desired.
Regards,
MaheshMahesh
Participant@jamesmillerlifeology: I just checked your site, the title is turning black on hover. What problem are you facing?
Regards,
MaheshMahesh
Participant@jamesmillerlifeology: Do you have put the above CSS in your site? I checked you site but cannot find the code. Please try again and try clearing the cache too. If the problem persist, we’ll have to check for the issue on your server. Let me know further.
Regards,
MaheshMahesh
Participant@kamilla: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#supplementary { background-color: #00ff00; }Note: Please change the color as desired.
Regards,
MaheshMahesh
Participant@kamilla: Please post in your site url. I did check but its under construction. Let me know further.
Regards,
MaheshAugust 27, 2017 at 3:41 am in reply to: How I do exclude a "noindex" Page from Search Box results? #121134Mahesh
Participant@consciousness: For this, you’ll need to create a child theme. You can find more detail on creating child theme HERE. Then in you child theme’s
functions.php, and add the following CSS.function catchevolution_child_search_filter( $query ) { if ( ! $query->is_admin && $query->is_search && $query->is_main_query() ) { $query->set( 'post__not_in', array( YOUR_PAGE_ID_HERE) ); } } add_action( 'pre_get_posts', 'catchevolution_child_search_filter' );Note: Please replace “YOUR_PAGE_ID_HERE” in the above code with the id of page you want to remove. If you wish to excluded more that one page, separate it with comma.
Regards,
MaheshAugust 27, 2017 at 3:33 am in reply to: Remove the box that overlays the Featured Slider images #121133Mahesh
Participant@southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#slider-section .entry-container { background: #fff; }Regards,
MaheshMahesh
Participant@benjo3: Add the following CSS:
body.custom-background { background-color: #ffffff; }Regards,
MaheshMahesh
Participant@justin_bestware: Glad it help you 🙂 Have a nice day!
Regards,
MaheshMahesh
Participant@benjo3: You mean the grey border at the bottom? I got confused with word “Background”. Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#supplementary { border: none; }Mahesh
Participant@catadmin: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/rock-star/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.Regards,
MaheshMahesh
Participant@catadmin. Hmm, for that, you’ll need to use Custom Template for homepage. Go to Edit page, and select Blank Content Page in Template option on right hand site. Then click update.
Regards,
MaheshMahesh
Participant@sumiko: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/full-frame/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.Regards,
MaheshMahesh
Participant@benjo3: Sorry for the late reply. Please check the image in the link below.
http://bit.ly/2vZlLFWThis is how your site appears on my computer.
Regards,
MaheshAugust 22, 2017 at 2:21 am in reply to: Featured slider images appear in menu header and want solid menu header #120760Mahesh
Participant@southpawsmilin: Sorry for the late reply. Please add the following CSS:
.home #main .entry-header { display: none; }I don’t see any black border above and below the logo, let me know further.
Regards,
MaheshMahesh
Participant@dbatty: Sorry for the late reply. To switch to Core themes, go to Dashboard=> Appearance=> Themes then select TwentySixteen or TwentySeventeen theme and Activate.
About tags at the bottom of the posts, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:.entry-footer .entry-meta { display: none; }Regards,
MaheshMahesh
Participant@southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.custom-logo { max-width: unset; }Regards,
MaheshMahesh
Participant@dbatty: Please clarify more on the attached image. The image link is not accessible, prompts for login. To check if this is a theme issue, please switch to WordPress core themes and check if the problem persist. If the problem is still occurring, its not a theme issue.
Just checked your site and the image are displaying fine on the left hand side of the excerpt posts.
Let me know further.Regards,
Mahesh -
AuthorPosts
