Forum Replies Created

Viewing 20 posts - 7,381 through 7,400 (of 14,504 total)
  • Author
    Posts
  • 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; }
    in reply to: Add various lines of tagline #32992
    Sakin
    Keymaster

    @drlapco: Already gave you direction. Sorry I think you might need to hire customizer to work on it.

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

    It’s not from Theme Options panel. It’s from simplecatch_headerdetails() function which you can find it in simplecatch_functions.php file. If you want to edit this then it’s simple, just build child theme and then create blank functions.php file copy simplecatch_headerdetails() functions and edit it.

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

    @drlapco: Sorry no option, you need to build child theme and do the customization. If you were using Pro version then you could add it in Right Sidebar. But for free there is no open then to build child theme and then edit header.php file.

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

    @drlapco: There is not option to do that. The site description is from your “Settings => General” tagline text.

    in reply to: Delete background #32980
    Sakin
    Keymaster

    Hello silvan,

    I just check in your site and see that you have edited the theme files directly. You are not supposed to edit any files inside ‘catch-everest-pro’ theme directory. As all the edits will be reverted back to original when you update the theme. So, if you want to edit these then you need to build child theme and edit it.

    Which section you want to make it transparent?

    About the slider background only on Homepage, you need to check if this option is there on the plugin or not.

    in reply to: removing ad code #32978
    Sakin
    Keymaster

    @Melih: If you have added from there then you can remove from there. Check yout “Appearance => Theme Options => Custom CSS” box and also “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”.

    in reply to: Is this theme WPML compatible? #32968
    Sakin
    Keymaster

    Hi Walter,

    We are not yet ready to make this feature on our Free Theme. Maybe in future. But not at this stage.

    Regards,
    Sakin

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

    @kteschmitt: Sorry cannot understand it. I need live site. Let me know when your site is live.

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

    @drlapco: When I check in your site, it under construction. So, I cannot check in.

    in reply to: Reduce paragraph spacing #32964
    Sakin
    Keymaster

    Thanks Erik, yes everyone has own choice and there is variety of theme with different line spacing and choosing the best fit is good.

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

    @luismarioochoa: If you don’t need responsive then you can disable it from “Appearance => Theme Options => Responsive Design”

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

    @markpysher: Cool it worked for you.

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

    @TheSydneySiders: You can increase the width and decrease the margin left in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 768px) {
    #featured-post .post {
        margin-left: 5%;
        width: 30%;
    }
    }
    in reply to: Button colour change & how to centre content in sidebar #32908
    Sakin
    Keymaster

    Hi Ian,

    Sorry it doesn’t open. I think you hosting server allows this site to open in your IP only. As nothing comes out when I type without .com.

    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; }

Viewing 20 posts - 7,381 through 7,400 (of 14,504 total)