Forum Replies Created

Viewing 20 posts - 7,401 through 7,420 (of 14,506 total)
  • Author
    Posts
  • in reply to: Issue with website tittle #32907
    Sakin
    Keymaster

    Hi Lukasz,

    You are not supposed to edit any core theme files. I see that you are using Simple Catch Theme, so you are not supposed to edit any files in the folder ‘simple-catch’. As these files will be reverted back to original when you update your theme and you will loose your customization.

    So, to add any extra css you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in your child theme style.css. Both are safe for updates.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to change the color of Site Description.
    #site-details #site-description { color: #ddd; }

    Regards,
    Sakin

    in reply to: remove post title and excerpts from post slider #32905
    Sakin
    Keymaster

    @Phuong: In Catch Box theme, you can hide it by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider-wrap .featured-text { display: none; }

    in reply to: Add various lines of tagline #32904
    Sakin
    Keymaster

    @drlapco: Sorry I am not so clear about your question. But look like you are talking about the width of the Site Description/ Tagline. If so then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #site-description { max-width: 290px; }

    If you are talking about different thing. Then please explain in reference with your site URL.

    Sakin
    Keymaster

    @Gregory: That place is called Homepage Featured Content. See the theme instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/. You can change that from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”

    Sakin
    Keymaster

    @Tim: You are missing serialization of database when you perform basic search and replace. Try script like this https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    in reply to: PDF Documents #32901
    Sakin
    Keymaster

    @Amy: PDF cannot be added as image in the Website. You can only use jpeg, png and gif. When you save as jpeg, you can choose the quality. If you are not sure about the editing software then you can use only converter http://pdf2jpg.net/, don’t forget to choose the quality. First try with Good and if you are not satisfied with the result then you can use Excellent quality.

    in reply to: Delete background #32900
    Sakin
    Keymaster

    @NAVARRE: You can just send me your site URL and let me know when you want to make it transparent and then I will send you custom css.

    in reply to: Woocommerce Sidebar not working #32896
    Sakin
    Keymaster

    @webhive: Strange. It’s working fine on our site http://catchthemes.com/demo/catchbox-pro/. Maybe your upload process got interrupted before completing full file transfer. If you have FTP access then can you re-upload the files.

    I will email you personally, if you need help. You can reply me there.

    in reply to: Featured Slider "Content" text limit #32847
    Sakin
    Keymaster

    Hello sdupre,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to reduce spaces in Text Box in Slider.

    #main-slider .entry-header { margin-bottom: 0; }
    #main-slider .entry-content { padding-top: 0; }
    #main-slider .entry-title { line-height:1.3; }

    I guess you are using Featured Image Slider, where you can add content as per your need in Content Box. So, edit text in that box.

    Regards,
    Sakin

    in reply to: Social Icons Create too much space in header #32844
    Sakin
    Keymaster

    @markpysher: Where did you added in? Post in your site URL. You can add Social Widget is Header Right Sidebar instead of Header Top Sidebar.

    in reply to: Font Customization Samples? #32843
    Sakin
    Keymaster

    @AKMARK5000: Sorry don’t have that. Most of theme are from Google Font. So, you can search at https://www.google.com/fonts

    in reply to: Rename menu options in mobile #32842
    Sakin
    Keymaster

    @kteschmitt: If you site in not like then can you post your code that you use to add image in your menu at http://gist.github.com/ and send me the link. Then I will check in my server.

    in reply to: Issue with website tittle #32841
    Sakin
    Keymaster

    Hello Lukasz,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .logo-wrap { width: 100%; }
    #site-details { float: right; }

    Regards,
    Sakin

    in reply to: Border Around Featured Posts #32840
    Sakin
    Keymaster

    @TheSydneySiders: You can add border in the following css. But do to responsive design you need to adjust the width of each box as well.
    #featured-post .post { }

    in reply to: Woocommerce Sidebar not working #32839
    Sakin
    Keymaster

    @webhive: Catch Box Pro version 3.0 is out now for download http://catchthemes.com/changelogs/catch-box-pro-theme/

    in reply to: Woocommerce Sidebar not working #32787
    Sakin
    Keymaster

    Hello Jackie,

    Thanks we are working on it and will be fixed in new version 3.0. We are scheduled to be release by tonight.

    Regards,
    Sakin

    in reply to: Logo and Title #32780
    Sakin
    Keymaster

    Hello Silvan,

    You can add the following css in “Appearnace => Theme Options => Custom CSS” box to align Site Title and Logo in same line.

    #hgroup.with-logo {
        clear: none;
        display: inline;
        float: left;
    }

    Where are you trying to add in the background image. Please explain with your site URL.

    Sakin
    Keymaster

    Hi Ian,

    Still not opening. When I try that link, it says “GettyStage01 default site page”

    Regards,
    Sakin

    in reply to: Changing Homepage Headline Button Color #32777
    Sakin
    Keymaster

    @Alain: You can change the color code as per you need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message .right-section a { background-color: #9bc23c; } 
    /* Mouse Hover Background */
    #homepage-message .right-section a:hover { background-color: #87ae28; } 
    in reply to: Featured Image – Inline vs default #32776
    Sakin
    Keymaster

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

    #post-303 .entry-summary .wp-post-image {
        display: inline;
        float: left;
        margin: 0 10px 10px 0;
    }
Viewing 20 posts - 7,401 through 7,420 (of 14,506 total)