Forum Replies Created
-
AuthorPosts
-
Mahesh
ParticipantSeptember 4, 2017 at 4:19 am in reply to: Font Roboto Slab in Internet Explorer and Edge not working for russian text #121570Mahesh
Participant@zombie: This is not a browser issue that some google fonts are doesn’t work properly and goes to fallback. The issue doesn’t persist on other browsers but only the Internet Explorer/ Edge.
Regards,
MaheshSeptember 3, 2017 at 6:01 am in reply to: Font Roboto Slab in Internet Explorer and Edge not working for russian text #121526Mahesh
Participant@zombie: Please try clearing the cache and try again. Let me know further.
Regards,
MaheshSeptember 3, 2017 at 5:52 am in reply to: Changing background color on the topnav menu and background header text field #121525Mahesh
Participant@englishtrainernetwork: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.main-navigation {
background-color: rgba(222, 233, 57, 0.8);
}.site-description {
background: rgba(222, 233, 57, 0.8);
}Note: Please change the color as desired.
Regards,
MaheshMahesh
Participant@lightofjin: Sorry, no such feature is available in Rockstar theme. I recommend you to hire a customizer for such ability. Or find some plugin at https://wordpress.org/plugins
Regards,
MaheshMahesh
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,
Mahesh -
AuthorPosts