Forum Replies Created

Viewing 20 posts - 7,341 through 7,360 (of 14,494 total)
  • Author
    Posts
  • in reply to: Remove blue Log In link #33426
    Sakin
    Keymaster

    @theresem: Where did you get login link. Are you talking about widget in Sidebar then go to “Appearance => Widgets” and then add or remove widgets in respective sidebars.

    in reply to: Colour schemes #33425
    Sakin
    Keymaster

    @theresem: Go to “Appearance => Theme Options => Color Options => Site Color Options” and then change “Footer Background Color” and save changes.

    in reply to: Menu showing twice #33424
    Sakin
    Keymaster

    @theresem: Please post in your site URL and explain please. Not sure what you mean.

    Sakin
    Keymaster

    Hello Ian,

    To center the calendar, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .spider_calendar #calendar_1 {
        display: block;
        margin: 0 auto;
    }

    To change the border color in our sidebar widgets, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget { border-color: #516856; }

    Yes, you should not edit any files inside the theme directory ‘catch-kathmandu-pro’ as these files will be reverted back to original when you update the theme. So, you will loose your customization. So, to preserve this either you need to add your custom css in “Appearance => Theme Options => Custom CSS” box or by building child theme and adding you custom css in child theme style.css.

    Regards,
    Sakin

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

    Hello Yuliya,

    1. How to reduce space above and below logo?
    — For this, you can adjust the padding as per you need need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header-content { padding-top: 50px; padding-bottom: 30px; }
    #site-logo { padding-bottom: 20px; }

    2. Is it possible to increase a text size on header right widget (where I have a phone number)?
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box. If needed you can increase the size more.
    #sidebar-header .widget_text { font-size: 16px; }

    3. Very important: can I remove page names on individual pages (because they fall exactly on ornament strip – pls. see http://www.3bulavki.com.ua)? Or another solution – print the on some background (black of white)…
    — You can either add white background by adding in following css in “Appearance => Theme Options => Custom CSS” box.
    #main { background-color: #fff; }
    or hide with the following css
    .page .entry-header { visibility: hidden; }
    or you can just add background in page title
    .page .entry-header { background-color: #fff; }

    Regards,
    Sakin

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

    @AKMARK5000: Yes, as you said you want content visible to only register user. So, you need some kind of membership and access control plugin.

    in reply to: Wrapping menu in additional class #33319
    Sakin
    Keymaster

    @kteschmitt: If you are using Child theme then create empty functions.php file in your child theme and then copy catchbox_header_menu() function from Catch Box functions.php and then edit it in your child theme as per your need.

    in reply to: Google Chrome not displaying silder images correctly #33318
    Sakin
    Keymaster

    Hello SBartsch,

    I check in your site in Chrome browser and it’s working fine. Can you refresh your chrome browser and check in. There might be cache issue or also check in your chrome extension and zoom.

    Regards,
    Sakin

    Sakin
    Keymaster

    @Peter: Can you refresh your Firefox browser and check in as it’s showing full width in both Chrome and Firefox.

    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

Viewing 20 posts - 7,341 through 7,360 (of 14,494 total)