Forum Replies Created

Viewing 20 posts - 221 through 240 (of 4,903 total)
  • Author
    Posts
  • in reply to: Featured Content Title Font Color #121296
    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,
    Mahesh

    in reply to: Featured Content Title Font Color #121258
    Mahesh
    Participant

    @jamesmillerlifeology: I just checked your site, the title is turning black on hover. What problem are you facing?

    Regards,
    Mahesh

    in reply to: Featured Content Title Font Color #121174
    Mahesh
    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,
    Mahesh

    in reply to: Footer widget area #121173
    Mahesh
    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,
    Mahesh

    in reply to: Footer widget area #121135
    Mahesh
    Participant

    @kamilla: Please post in your site url. I did check but its under construction. Let me know further.

    Regards,
    Mahesh

    Mahesh
    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,
    Mahesh

    in reply to: Remove the box that overlays the Featured Slider images #121133
    Mahesh
    Participant

    @southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #slider-section .entry-container {
        background: #fff;
    }

    Regards,
    Mahesh

    in reply to: How to remove the grey background? #121065
    Mahesh
    Participant

    @benjo3: Add the following CSS:

    body.custom-background {
        background-color: #ffffff;
    }

    Regards,
    Mahesh

    in reply to: Problem with Menu After Update #121050
    Mahesh
    Participant

    @justin_bestware: Glad it help you 🙂 Have a nice day!

    Regards,
    Mahesh

    in reply to: How to remove the grey background? #120937
    Mahesh
    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;
    }
    in reply to: Setup Rock Star Pro #120849
    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,
    Mahesh

    in reply to: Setup Rock Star Pro #120767
    Mahesh
    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,
    Mahesh

    in reply to: Setup Rock Star Pro #120763
    Mahesh
    Participant

    @catadmin: Please post in your site url.

    Regards,
    Mahesh

    in reply to: css of title on feature slider #120762
    Mahesh
    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,
    Mahesh

    in reply to: How to remove the grey background? #120761
    Mahesh
    Participant

    @benjo3: Sorry for the late reply. Please check the image in the link below.
    http://bit.ly/2vZlLFW

    This is how your site appears on my computer.

    Regards,
    Mahesh

    Mahesh
    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,
    Mahesh

    in reply to: Change Slider Text Colour in Mobile displays #120759
    Mahesh
    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,
    Mahesh

    in reply to: Need to make my logo bigger #120683
    Mahesh
    Participant

    @southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .custom-logo {
      	max-width: unset;
    }

    Regards,
    Mahesh

    in reply to: Change Slider Text Colour in Mobile displays #120643
    Mahesh
    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

    in reply to: clicable nav bar links #120642
    Mahesh
    Participant

    @bjbarker: This is not simply possible with CSS only, I recommend you to hire a customizer for this.

    Regards,
    Mahesh

Viewing 20 posts - 221 through 240 (of 4,903 total)