Forum Replies Created

Viewing 20 posts - 7,361 through 7,380 (of 14,505 total)
  • Author
    Posts
  • in reply to: how to remove thin horizontal lines near footer #33316
    Sakin
    Keymaster

    Hello Valerie,

    Can you are try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .page.hentry { border: none; }

    Regards,
    Sakin

    in reply to: remove space before header #33315
    Sakin
    Keymaster

    Hi Harald,

    If you are talking about the space above your site title then you can adjust the margin in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
    .site { margin-top: 40px; }

    Regards,
    Sakin

    in reply to: Add template function to header #33314
    Sakin
    Keymaster

    @dmcleman: Yes you can add that either in header.php or functions.php in your child theme. Catch Box Free theme doesn’t have Header Right Sidebar. So, it might be difficult for you to add in. Only Catch Box Pro has Header Right Sidebar and Header Top Sidebar.

    in reply to: Catch Evolution Free – remove space #33313
    Sakin
    Keymaster

    @slickuser: Looks like you already changed the theme. Let me know once you are back to our themes and then I will send you css to change it.

    in reply to: Limit unregistered and not logged-in #33312
    Sakin
    Keymaster

    @AKMARK5000: Sorry for this you need to check for plugin to control access.

    in reply to: Borders around pictures #33311
    Sakin
    Keymaster

    @Joaozinho: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove border from images in that particular page.
    #post-13211 .entry-content img { border: none; }

    in reply to: Catch Box Pro not reproducing correctly on Android #33310
    Sakin
    Keymaster

    @luismarioochoa: Sorry I am not being able to find the problem and solution. I check in your site http://bloomrestaurant.com/ from my Android Phone and it is displaying properly. I can zoom in and then select menu items.

    in reply to: Need assistance with Menu #33309
    Sakin
    Keymaster

    @dfwrgjeff: For spaces between Menu and Header logo, you can change the padding as per your need and then add the following css in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { padding-bottom: 50px; }

    But I don’t understand your second question. Please explain.

    Sakin
    Keymaster

    @Driven13: For this: you need to create blank functions.php file and then copy catchkathmandu_featured_image() function from catchkathmandu-functions.php file and then edit that functions to add your form. Then you need to make make that form div position form CSS in your child theme style.css file.

    in reply to: Button colour change & how to centre content in sidebar #33307
    Sakin
    Keymaster

    Hello Ian,

    The site is opening and I see that you have changed the color by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message .right-section a { background-color:  #3a3d41; }
    /* Mouse Hover Background */
    #homepage-message .right-section a:hover {background-color: #A16f3c; }

    Nice changes.

    Regards,
    Sakin

    in reply to: Augmenter la police des catégories #33180
    Sakin
    Keymaster

    Hello Philippe,

    Sorry your question is not so clear. Can you explain in reference with your site URL?

    Regards,
    Sakin

    in reply to: Modify colour scheme #33179
    Sakin
    Keymaster

    @dmcleman: You can see it in style.css of parent theme. There is gradient background. So, you need to change as below:

    #branding #access,
    #colophon #access-footer {
    	background: #3d3d3d; /* Show a solid color for older browsers */
    	background: -moz-linear-gradient(#585858, #3d3d3d);
    	background: -o-linear-gradient(#585858, #3d3d3d);
    	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */
    	background: -webkit-linear-gradient(#585858, #3d3d3d);
    }

    Or you need to change as:

    #branding #access,
    #colophon #access-footer {
    	background: none #3d3d3d;
    }
    in reply to: page number is not displayed #33178
    Sakin
    Keymaster

    @telexesposito: For that you need to activate WP-PageNavi plugin

    in reply to: Still cannot change some of the homepage colors #33165
    Sakin
    Keymaster

    @Janet: Oh sorry can you replace that css with the following
    #main #featured-post { border: none; margin-bottom: 0; }

    in reply to: Move slider images below content #33164
    Sakin
    Keymaster

    @Navid: Yes, this is high level of customization and yes you are eligible for this after you purchase the support subscription. Yes, I will be helping you but you need to send the request through Support ticket at http://catchthemes.com/support/. You need to be logged in to send support ticket.

    in reply to: Reduce and remove empty space #33163
    Sakin
    Keymaster

    Hi Yuliya,

    1. Yes, you can use the theme in your two sites. You can use it for unlimited sites that you own. You are just not allowed to resell or redistribute it.
    2. For Multi Language plugin like WMPL and qTranslate, I recommend to use Catch Everest Pro, Catch Kathmandu Pro and Catch Evolution Pro at this stage. These theme are WPML and qTranslate plugin ready.

    Regards,
    Sakin

    in reply to: Featured post in slider has problems #33083
    Sakin
    Keymaster

    @Dudley: Sorry this is not our theme.

    in reply to: Center Logo above Header Image #33082
    Sakin
    Keymaster

    Hi Navid,

    Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #logo-wrap {
        float: none;
        text-align: center;
        width: 100%;
    }
    #site-logo {
        display: block;
        float: none;
        margin: 0 auto;
        width: auto;
    }

    Regards,
    Sakin

    in reply to: blanc line, new paragraph in onordered list #33060
    Sakin
    Keymaster

    @Anouk: You are doing good I guess. If you see in your page http://umaya.nl/werkwijze/.
    For just a break you can add <br /> code and for paragraph you can add <p> code and end </p> code after paragraph.

    in reply to: Remove requirement for featured image #33059
    Sakin
    Keymaster

    @dmcleman: Yes sorry for the confusion and have a nice day.

Viewing 20 posts - 7,361 through 7,380 (of 14,505 total)