Forum Replies Created

Viewing 20 posts - 2,341 through 2,360 (of 14,493 total)
  • Author
    Posts
  • in reply to: change the width of the full theme #66594
    Sakin
    Keymaster

    @David: ok so you want to reduce it, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1153px) {
        .wrapper { width: 1130px; }
        #main { width: 883px; }
    }
    in reply to: change the width of the full theme #66590
    Sakin
    Keymaster

    @David: Can you post in your site URL and let me know the size that you want to make it fro your content.

    in reply to: Headings Font Size option (for slider) #66588
    Sakin
    Keymaster

    Ok for that you can replace your css:

    @media screen and (min-width: 961px) {
        #main-slider .entry-header .entry-title { font-size: 35px; background: rgba(64, 64, 64, .8); }
        #main-slider .entry-content { font-size: 20px; background: rgba(64, 64, 64, .8); }
    }

    with the following css, where I have added in the width. Just change the width as per your need.

    @media screen and (min-width: 961px) {
        #main-slider .entry-container { width: 50%; }
        #main-slider .entry-header .entry-title { font-size: 35px; background: rgba(64, 64, 64, .8); }
        #main-slider .entry-content { font-size: 20px; background: rgba(64, 64, 64, .8); }
    }
    in reply to: catch Studio theme. Background. Please help! #66585
    Sakin
    Keymaster

    @Diren: Sorry I cannot support with this screenshot. I need your site URL. Let me know if you have test or live site URL.

    in reply to: Headings Font Size option (for slider) #66584
    Sakin
    Keymaster

    @Tomáš: You can add the following css:

    #main-slider .entry-container {
        bottom: 0;
        left: auto;
        right: 0;
    }
    in reply to: change menu font/size #66570
    Sakin
    Keymaster

    @ryanhock: But you are not using our theme. We only support theme developed by us http://catchthemes.com/themes/

    in reply to: Error 404-Page NOT Found #66569
    Sakin
    Keymaster

    @Moods: Ok I will email you and then show it in your server.

    in reply to: Logo Left Padding/Margin #66567
    Sakin
    Keymaster

    @Justin: It’s better to move the menu not the grid content. So, you can try adding in the following css:

    .nav-primary .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-primary .menu .menu-item-home a {
        padding-left: 0;
    }
    in reply to: Enlarging the Logo #66566
    Sakin
    Keymaster

    @Craig: Please post in your site URL and then I can check in.

    in reply to: Child Theme problem #66560
    Sakin
    Keymaster

    @Lizi: It depends on how you have added in. If you have proper logo then you can simply add the following css in “Appearance => Theme Options => Custom CSS” box:

    #logo-wrap {
        width: 100%;
    }
    #site-logo {
        display: block;
        width: 100%;
    }
    in reply to: Logo Left Padding/Margin #66559
    Sakin
    Keymaster

    @Justin: Sorry I don’t get it what you mean, which element are you trying to change it. Can you share screenshot showing the alignment then I can suggest you css.

    in reply to: Headings Font Size option (for slider) #66558
    Sakin
    Keymaster

    @Tomáš: Yes, for example you can see the following CSS:
    #header-top { background: rgba(255, 255, 255, 0.7); }

    Thanks for your appreciation my support and theme. I hope you will support me as well. Please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-flames?rate=5#postform

    Thanks in advance 🙂

    in reply to: Logo Left Padding/Margin #66545
    Sakin
    Keymaster

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

    #masthead .wrapper,
    #site-branding {
        padding-left: 0;
        padding-right: 0;
    }
    in reply to: Child Theme problem #66540
    Sakin
    Keymaster

    @Lizi: Please post in your site URL.

    in reply to: Headings Font Size option (for slider) #66539
    Sakin
    Keymaster

    @Tomáš: For transparency, you need to use rgba color.

    in reply to: Headings Font Size option (for slider) #66537
    Sakin
    Keymaster

    @Tomáš: sure no problem.

    in reply to: Featured image #66536
    Sakin
    Keymaster

    @VERGNES: Sorry your question is not clear. I think you are talking about Header image in your page http://www.dlys-couleurs.com/blog/2015/09/09/avant-apres-le-chocolat/ to have it same as in homepage or you don’t want that. For that you need to go to “Appearance => Customize => Header Image” and change the option in “Enable Featured Header Image on” as per your need. Looks like you have set it as “Entire Site, Page/Post Featured Image”. so, change that to either “Homepage / Frontpage” or “Entire Site” as per your need.

    in reply to: Posted Info #66532
    Sakin
    Keymaster

    @matthewseanmclachlan: You can hide that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    .entry-meta { display: none; }

    in reply to: Scroll Down To A Post #66531
    Sakin
    Keymaster

    @matthewseanmclachlan: This is not one page theme for that. But if you want to link that way, you can use custom link with anchor with post ID. For example, http://www.trendfly.org/#post-44 will link to your project page. To add custom link in menu, see this screenshot https://www.pinterest.com/pin/548594798331771327/

    in reply to: Increasing Margin size #66529
    Sakin
    Keymaster

    @matthewseanmclachlan: For that you need to change the the layout to No Sidebar, Full Width. Just go to “Appearance => Theme Options => Layout Options” and then select “No Sidebar, Full Width” layout.

Viewing 20 posts - 2,341 through 2,360 (of 14,493 total)