Forum Replies Created

Viewing 20 posts - 5,661 through 5,680 (of 14,504 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @nac2311: Yes, if you want sitewide, then replace my previous css with the following css:
    ul { list-style: outside none square; }

    in reply to: Blog page set up #48443
    Sakin
    Keymaster

    @lorencowka:
    1. How about changing it to 4 px double line. You can try adding in the following css:
    .site-content article { border-bottom: 4px double #ddd; }
    2. That’s not a problem. You can drag and drop the subcategories below your parent category in your custom menu. Read this http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Contact form 7 field length not working #48440
    Sakin
    Keymaster

    @Ramon: Sorry I don’t find the form.

    in reply to: Border color contactform #48437
    Sakin
    Keymaster

    @Peter: Thanks 🙂

    in reply to: Wrong Folder getting cached by Google #48436
    Sakin
    Keymaster

    @Mark: Hi Mark, non of the WordPress theme in WordPress.org theme repo has this ability to cache link in google. We don’t generate anything like that. That must be the link which was there is your site long time back. Form your google webmaster tool, you can request removal.

    in reply to: removed border #48435
    Sakin
    Keymaster

    @alemoy: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary-menu { background-color: #2e923e; }
    #secondary-menu ul.menu a { padding: 5px 15px; }
    in reply to: Border color contactform #48429
    Sakin
    Keymaster

    @Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    input[type="text"], 
    input[type="email"], 
    textarea {
        border: 2px solid #9c234e;
    }
    in reply to: Smooth Scroll #48428
    Sakin
    Keymaster

    @MaxCross: You can just install JetPack plugin and activate Infinite Scroll module.

    in reply to: Simple Catch search form #48427
    Sakin
    Keymaster

    @skimchi: you are not supposed to edit any core theme files. If you want to edit those then you need to build child theme and do it. For child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/

    About restoring Simple Catch Free theme. Just activate any other theme and then delete your existing Simple Catch Free theme and re-install it. Or you can use FTP access and then restore files by downloading it from http://catchthemes.com/themes/simple-catch/

    in reply to: Featured content #48426
    Sakin
    Keymaster

    @saremcdee: Sorry that option will not be there in Pro version.

    But you can do these type of things in your Widget Areas from “Appearance => Widgets”.
    You can use Widget in Footer and then activate “Widget Visibility” module from JetPack plugin and then set widget for specific pages.

    Sakin
    Keymaster

    @nac2311: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .hentry ul { list-style: outside none square; }

    in reply to: Remove "Search" box in header #48404
    Sakin
    Keymaster

    @paulinepkehoe: You can disable the header Right Sidebar which will remove search. Just go to “Appearance => Theme Options => Header Right Sidebar Options”, check “Disable Header Right Sidebar” and save changes.

    in reply to: Page edits reverting back to default #48402
    Sakin
    Keymaster

    @saremcdee: Thanks and now problem solved 🙂

    in reply to: How Do I Enlarge Logo Adventure Pro #48400
    Sakin
    Keymaster

    @saremcdee: I check in your site and see that you have added in the following css in your Custom CSS box:

    #masthead.fixed-header #site-logo img {
        max-height: 100px;
    }

    You can replace that CSS with the following CSS:

    #site-logo img,
    #masthead.fixed-header #site-logo img {
        max-height: 100px;
    }
    in reply to: hyphenation #48399
    Sakin
    Keymaster

    To remove hyphenation, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .site-content article {
    	-webkit-hyphens: manual;
    	-moz-hyphens: manual;
    	hyphens: manual;	
    }
    in reply to: removed border #48398
    Sakin
    Keymaster

    @alemoy: For detail color options, you can upgrade to Catch Kathmandu Pro theme and then you can change it yourself from “Appearance => Theme Options => Color Options”.

    For free version, you need to do it manually.

    1. To delete the border around sidebar widget, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #secondary .widget { border: none; box-shadow: none; }

    2. To change the footer background color, you need to edit the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #site-generator { background-color: #1b5f7d; }

    3. For menu, I need more details. So, can you send me your site URL and let me know the detail color code for it and for spaces too.

    in reply to: page title color text #48397
    Sakin
    Keymaster

    Hi Sylvain,

    You don’t need custom css to change the title color in Catch Everest Pro theme. You can do that from “Appearance => Theme Options => Color Options => Title Colors”

    Regards,
    Sakin

    in reply to: Page edits reverting back to default #48396
    Sakin
    Keymaster

    @saremcdee: Thanks for posting your issue in our official support forum.

    I just check in our server and edited the page. It’s working fine. I just tested all sidebar layout, header featured image options, content featured image options. So, suspect if there is any plugin conflict. Can you try disabling plugin one by one and check in.

    I will contact you personally through email. Please response me there if this doesn’t fix it.

    Sorry for the trouble.

    in reply to: white space at side of theme #48394
    Sakin
    Keymaster

    @jennifer: I check in your site and but couldn’t find the spaces as your have shown in screenshot. Can you tell me from which browser and device that you are seeing this issue.

    in reply to: Reduce size of text #48391
    Sakin
    Keymaster

    @lohanc:
    1. Sorry I don’t recommend changing the font size of the post and pages as it’s responsive design and the font sizes changes as per the devices you use. But if you want to edit it then you can edit the size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    .site-content article { font-size: 16px; }

    2. Sorry I don’t have any recommendation plugin. But I see popular plugins likes “Advanced WP Columns and WP Easy Columns”

Viewing 20 posts - 5,661 through 5,680 (of 14,504 total)