Forum Replies Created

Viewing 20 posts - 7,361 through 7,380 (of 14,500 total)
  • Author
    Posts
  • 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.

    in reply to: Delete background #33058
    Sakin
    Keymaster

    Hello Silvan,

    I am totally lost with your question.

    1. You have already change the text of the slider. You can manage position from following css:

    #main-slider .entry-container {
        bottom: 15%;
        max-width: 50%;
        position: absolute;
    }

    2. This is your background slide plugin so you need to adjust there.

    Sorry I think you need to hire customizer to work for you.

    Regards,
    Sakin

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

    @luismarioochoa: I check in your site with my Android devices and you menu looks so small as you have disable responsive design. That is why you are having trouble going to sub-menus. When I zoom in and click on About US, I am able to select “Our Cuisine”. So, it bit complex without responsive design.

    Second I don’t understand your request. Like when I click on About us it show me “Our Cuisine, Our team and Chef’s Tips. There is no problem.

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

    @dmcleman: For this check our your “Content layout” in “Appearance => Theme Options” and change it to “Show full content” then only your more link will work. Otherwise it will display the excerpt text with featured image that you have add in the post.

    in reply to: Delete background #33039
    Sakin
    Keymaster

    Hello Silvan,

    It’s cool that you fixed the background.

    Another I don’t understand. If you want to disable Featured Slider then you can disable it from “Appearance => Theme Options => Featured Slider => Slider Options” and in “Enable Slider”, you can select “Disable” and save changes.

    Regards,
    Sakin

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

    @Janet:
    1. Yes, there is about 15px margin about your css, which you can remove it by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-right .widget { margin-top: 0; }

    2. The text below the slider, are you talking about Homepage Headline with the text “Lockhart’s Premier Rental Event Center”. For that you can change the text color from “Appearance => Theme Options => Color Options => Site Color Options” and change “Homepage Headline Color” and save changes.

    3. I already gave you the css to change the contact button. You can change the color code in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message .right-section a {
        background-color: #9bc23c;
        color: #fff;
    } 
    #homepage-message .right-section a:hover {
        background-color: #87ae28;
        color: #fff;
    }

    4. To remove that white space, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #featured-post { border: none; margin-bottom: 0; }

    5. At the bottom of the page is the blue footer where the copyright is (and the copyright text is still in white).
    — For copyright background color, you can change it from “Appearance => Theme Options => Color Options => Site Color Options” and then change “Footer Background Color” and save change.
    — Footer copyright text color, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-generator { color: #1B5F7D; }
    #site-generator a { color: #1B5F7D; }
Viewing 20 posts - 7,361 through 7,380 (of 14,500 total)