Forum Replies Created

Viewing 20 posts - 1,161 through 1,180 (of 4,908 total)
  • Author
    Posts
  • in reply to: Page Titles showing up on Home Page. #111846
    Mahesh
    Participant

    @tattoo-tom: You can hide the title on the page with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .home #main .entry-header {
    	display: none;
    }

    Regards,
    Mahesh

    in reply to: Broken Theme #111845
    Mahesh
    Participant

    @analog2112: Can you please clarify more. I don’t quite get what you mean by expiration date? Please check the demo version. Is the demo slow too? Let me know further.
    https://catchthemes.com/demo/rock-star/

    Regards,
    Mahesh

    in reply to: Switch image buttons and border for image slider #111844
    Mahesh
    Participant

    @themecatcher:
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
    1. I want to remove the buttons in the left and right side of the slider which allow to switch between the slider images

    #nav-slider .nav-previous, 
    #nav-slider .nav-next {
        display: none;
    }

    2. I want to change the border thickness and color of the border which surrounds the sliding images

    #slider-wrap a, 
    #slider-wrap .featured-img span, 
    .one-column #slider-wrap a, 
    .one-column #slider-wrap .featured-img span {
        padding: 50px;
    }
      
    #slider {
        background-color: #ff00ff;
    }

    Note: Please change the color and thickness as per required.

    Regards,
    Mahesh

    in reply to: remove word home, and colours #111843
    Mahesh
    Participant

    @infolittlegiftplace-co-uk: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
    1. I’d like to remove the title Home from home page please.

    .home #main .entry-header {
        display: none;
    }

    2. Is it possible to change the colour of the social icons and promotional call to action boxes? So background box is one colour and inner icon another?

    #promotion-message .right a {
        background-color: #ff00ff;
    }
    
    #promotion-message .right a:hover {
        background-color: #00ff00;
    }

    3. Can the colour of the promotional headline text be changed?

    #promotion-message .left h2 {
        color: #ff00ff;
    }

    Note: Please change the colors as desired.

    For social icons color, edit the following CSS:

    .site .widget_catchbase_social_icons a.genericon:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
        text-decoration: none;
    }
    
    .site .widget_catchbase_social_icons a.genericon-facebook-alt:hover {
    	background-color: #3b5998;
    	border-color: #3b5998;
    }
    
    .site .widget_catchbase_social_icons a.genericon-twitter:hover {
    	background-color: #00aced;
    	border-color: #00aced;
    }
    
    .site .widget_catchbase_social_icons a.genericon-googleplus-alt:hover {
    	background-color: #dd4b39;
    	border-color: #dd4b39;
    }
    
    .site .widget_catchbase_social_icons a.genericon-mail:hover {
    	background-color: #1d62f0;
    	border-color: #1d62f0;
    }
    
    .site .widget_catchbase_social_icons a.genericon-feed:hover {
    	background-color: #dc622c;
    	border-color: #dc622c;
    }
    
    .site .widget_catchbase_social_icons a.genericon-wordpress:hover {
    	background-color: #21759b;
    	border-color: #21759b;
    }
    
    .site .widget_catchbase_social_icons a.genericon-github:hover {
    	background-color: #4183c4;
    	border-color: #4183c4;
    }
    
    .site .widget_catchbase_social_icons a.genericon-linkedin:hover {
    	background-color: #007bb6;
    	border-color: #007bb6;
    }
    
    .site .widget_catchbase_social_icons a.genericon-pinterest:hover {
    	background-color: #cb2027;
    	border-color: #cb2027;
    }
    
    .site .widget_catchbase_social_icons a.genericon-flickr:hover {
    	background-color: #ff0084;
    	border-color: #ff0084;
    }
    
    .site .widget_catchbase_social_icons a.genericon-vimeo:hover {
    	background-color: #aad450;
    	border-color: #aad450;
    }
    
    .site .widget_catchbase_social_icons a.genericon-youtube:hover {
    	background-color: #bb0000;
    	border-color: #bb0000;
    }
    
    .site .widget_catchbase_social_icons a.genericon-tumblr:hover {
    	background-color: #32506d;
    	border-color: #32506d;
    }
    
    .site .widget_catchbase_social_icons a.genericon-instagram:hover {
    	background-color: #517fa4;
    	border-color: #517fa4;
    }
    
    .site .widget_catchbase_social_icons a.genericon-codepen:hover {
    	background-color: #000;
    	border-color: #000;
    }
    
    .site .widget_catchbase_social_icons a.genericon-path:hover {
    	background-color: #ff442c;
    	border-color: #ff442c;
    }
    
    .site .widget_catchbase_social_icons a.genericon-dribbble:hover {
    	background-color: #ea4c89;
    	border-color: #ea4c89;
    }
    
    .site .widget_catchbase_social_icons a.genericon-skype:hover {
    	background-color: #12a5f4;
    	border-color: #12a5f4;
    }
    
    .site .widget_catchbase_social_icons a.genericon-digg:hover {
    	background-color: #333;
    	border-color: #333;
    }
    
    .site .widget_catchbase_social_icons a.genericon-reddit:hover {
    	background-color: #ff4500;
    	border-color: #ff4500;
    }
    
    .site .widget_catchbase_social_icons a.genericon-stumbleupon:hover {
    	background-color: #eb4924;
    	border-color: #eb4924;
    }
    
    .site .widget_catchbase_social_icons a.genericon-pocket:hover {
    	background-color: #f13753;
    	border-color: #f13753;
    }
    
    .site .widget_catchbase_social_icons a.genericon-dropbox:hover {
    	background-color: #2281cf;
    	border-color: #2281cf;
    }
    
    .site .widget_catchbase_social_icons a.genericon-spotify:hover {
    	background-color: #81b900;
    	border-color: #73a500;
    }
    
    .site .widget_catchbase_social_icons a.genericon-polldaddy:hover {
    	background-color: #bc0b0b;
    	border-color: #bc0b0b;
    }
    
    .site .widget_catchbase_social_icons a.genericon-foursquare:hover {
    	background-color: #f94877;
    	border-color: #f94877;
    }
    
    .site .widget_catchbase_social_icons a.genericon-twitch:hover {
    	background-color: #6441a5;
    	border-color: #6441a5;
    }
    
    .site .widget_catchbase_social_icons a.genericon-cloud:hover {
    	background-color: #00aced;
    	border-color: #00aced;
    }
    
    .site .widget_catchbase_social_icons a.genericon-website:hover,
    .site .widget_catchbase_social_icons a.genericon-cart:hover,
    .site .widget_catchbase_social_icons a.genericon-phone:hover,
    .site .widget_catchbase_social_icons a.genericon-handset:hover {
    	background-color: #42b41e;
    	border-color: #42b41e;
    }
    
    .site .widget_catchbase_social_icons a.genericon-link:hover {
    	background-color: #2e6da4;
    	border-color: #2e6da4;
    }

    Note: These are the default values, please change them as desired.

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #111734
    Mahesh
    Participant

    @marie21: By default, title and alt attributes are set to have title of the of the page being chosen as the slider. What actually do you want to change it to? Let me know further.

    Regards,
    Mahesh

    in reply to: frontpage posts/articles have different styles #111731
    Mahesh
    Participant

    @blueboy80: I guess, you mean one is to the right and another is to the left. Well, its the default design of the theme. If you do not like this layout, you can change it to full-content(no featured image). Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Option. Free version has only two options:
    1. Show Excerpt (Image Top)</option>
    2. Show Full Content (No Featured Image)

    Pro version includes two more layout options.
    3. Show Excerpt (Image Left)
    4. Show Excerpt (Image Right)

    Regards,
    Mahesh

    in reply to: Breadcrumb #111718
    Mahesh
    Participant

    @franz: Which theme are you actually using? Catch Responsive Pro or Catch Evolution Pro? Since you’ve posted the thread in Catch Evolution Pro, I assumed you are using Catch Evolution Pro theme.
    Catch Responsive Pro does have breadcrumb feature. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Breadcrumb Options.

    Regards,
    Mahesh

    in reply to: Control of columns #111710
    Mahesh
    Participant

    @franz: Go to Dashboard=> Appearance=> Widgets and make sure you have some widgets in Main Sidebar and Third Column Sidebar. In your site, currently only primary content is being displayed. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Slider Image Quality #111709
    Mahesh
    Participant

    @richy: We’ll need to check on your server for the issue. We’ll contact you shortly through email.

    Regards,
    Mahesh

    in reply to: How to add social icon to footer #111703
    Mahesh
    Participant

    @kiana: Just checked your site, the slider is visible in both chinese and english language. Have you activated it back? Let me know if any problem.

    Regards,
    Mahesh

    in reply to: theme upgrade problem #111698
    Mahesh
    Participant

    @ikh1: Hope it resolves your issue. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Compare sheet #111697
    Mahesh
    Participant

    @fireflywebs: Yes, sure. 🙂 Have a nice day!

    Regards,
    Mahesh

    in reply to: Change font/size of posts titles #111696
    Mahesh
    Participant

    @jvece1: Use the following CSS:

    /* For homepage */
    .blog #primary .hentry .entry-title {
        font-family: Times New Roman;
        font-size: 30px;
    }
    /* For full post page* /
    .single #primary .hentry .entry-title {
        font-family: Times New Roman;
        font-size: 30px;
    }

    Regards,
    Mahesh

    in reply to: Remove Widget Side Bar from Simple Catch Theme Category #111695
    Mahesh
    Participant

    @tstack: Thanks.
    You can use following CSS for that.

    .single-post.postid-1375 #primary  {
    	width: 100%;
    }
    
    .single-post.postid-1375 #secondary  {
    	display: none;
    }

    Alternatively, go to edit post page, then select No sidebar, Full Width option in Sidebar Layout Options in Simple Catch Options.
    Note: Do this for all posts you want.

    Regards,
    Mahesh

    in reply to: Unable to remove code on footer #111694
    Mahesh
    Participant

    @guzie: If you want to remove “Copyright © 2017 . All Rights Reserved.” text, please remove <div class=”copyright”>Copyright © [the-year] <span>[site-link]</span>. All Rights Reserved.</div> this part in the Footer Editor. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Control of columns #111693
    Mahesh
    Participant

    @franz: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Breadcrumb #111689
    Mahesh
    Participant

    @franz: Catch Evolution Pro doesn’t have breadcrumb feature. And I didn’t find the breadcrumb definition in theme instruction either.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Ad Placement on Page #111688
    Mahesh
    Participant

    @dschwartzer: One way is to make custom widget area before/after posts content and use that widget area to place the ads. You may find some appropriate plugins at wordpress.org/plugins.
    Let me know if any problem.
    Note: For customization, use child theme, as you’ll loose all the customizations on theme update.
    You can find more details on creating child theme HERE. If you are not familiar with coding, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Extra menu background text showing on mobile #111684
    Mahesh
    Participant

    @richweb: Glad to know you resolved it all by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Mobile Issue using Catch Responsive #111683
    Mahesh
    Participant

    @josievarman: Checked on our server, seems to be working fine. Have you checked the demo? Is it happening in demo too? Let me know further.

    Regards,
    Mahesh

Viewing 20 posts - 1,161 through 1,180 (of 4,908 total)