Forum Replies Created

Viewing 20 posts - 6,241 through 6,260 (of 14,497 total)
  • Author
    Posts
  • in reply to: Size of white space on home page #45156
    Sakin
    Keymaster

    @Fede1583: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 960px) {	
    	.has-header-top #branding { padding-top: 42px; }
    }

    For more, please post in your site URL.

    in reply to: How to disable the comments form? #45124
    Sakin
    Keymaster

    @Caducassau: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
    a { color: #ddd; }

    in reply to: Increase body width/decrease sidebar width #45123
    Sakin
    Keymaster

    @LTTL: Thanks for your appreciation and leaving good review of theme will encourage other theme and plugin developer to help. It’s always a positive boost that makes developers happy. Here is link where you can help us by reviewing Catch Evolution at https://wordpress.org/support/view/theme-reviews/catch-evolution

    in reply to: Change color of link #45117
    Sakin
    Keymaster

    @BizQ: Then you can replace the previous css with the following one.

    #content input[type="submit"],
    #supplementary input[type="submit"] {
        background-color: #000;
        border-color: #333;
        color: #7c7c7c;
    }
    in reply to: Add Margin Space to Main Content Area #45116
    Sakin
    Keymaster

    @rojtalbot: Thanks for your appreciation.

    in reply to: Increase body width/decrease sidebar width #45114
    Sakin
    Keymaster

    @LTTL: For your site, the css will be as below. Simply add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1061px) {
        .three-columns #primary { width: 485px; }
        .three-columns #secondary { width: 240px; }
    }
    @media screen and (min-width: 1225px) {
        .three-columns #primary { width: 650px; }
    }
    in reply to: Custom Header Size #45112
    Sakin
    Keymaster

    Hi Jens,

    You can upload header image of your own choice. The header image that you have in your site is just 1436px width and 400px height. You can go to “Appearance => Header” and Upload. Then you will get this option “Crop Header Image” option where you can click on “Skip Cropping and Publish Image as is”. This will show the header image with the size you have uploaded.

    Regards,
    Sakin

    in reply to: How to disable the comments form? #45111
    Sakin
    Keymaster

    Hi Cadu,

    You haven’t send me your site URL to check in .

    Regards,
    Sakin

    in reply to: Mobile menu #45084
    Sakin
    Keymaster

    @Voila2014: that is mobile menu and you can click on them mobile menu three bars or the active page title and it will show you your menu list. Sorry, I don’t get it what you want. If you don’t want responsive design then you can disable it from “Appearance => Theme Options => Responsive Design”

    in reply to: Add Margin Space to Main Content Area #45082
    Sakin
    Keymaster

    @rojtalbot: You can replace your css
    .home #main { padding: 0; }

    With the following css:
    .home #main { padding-top: 0; }

    in reply to: adjust width left sidebar – body text right #45081
    Sakin
    Keymaster

    @Eric: It is not recommended to change your size width as it’s responsive design. So, when you change for your screen, you need to change it for mobile devices. If you are changing the width then you need to disable responsive design “Appearance => Theme Options => Responsive Design”

    in reply to: No page title in featured slider on home page #45080
    Sakin
    Keymaster

    @BizQ: Find the following css in your Custom CSS box
    .home .entry-title { display: none; }

    and replace with the following CSS:
    .home #primary .entry-header { display: none; }

    in reply to: Footer not showing #45079
    Sakin
    Keymaster

    @mariavandyke: I don’t see any of the footer code in your site. So, I assumed you have edited files inside ‘catch-box’ theme directory. Also you are using old version of Catch Box Theme. So, can you just update to Catch Box Version 3.0, which will restore all the edits files made in ‘catch-box’ theme directory and your footer will get back.

    in reply to: Confused about static page #45030
    Sakin
    Keymaster

    @RaineHollister: Your social icon widget, you have added margin 40px, remove that and it will be fine. I just check in your site and see the code for social icon is wrap by margin 40px:
    <p style="margin: 40px;"></p>

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove posted in at the bottom of your pages.
    footer.entry-meta { display: none; }

    in reply to: Javascript MouseOver effect won't work #45026
    Sakin
    Keymaster

    @phan: Thanks for your appreciation but sorry this is not the part of theme for free support. You might need to consider hiring customizer.

    I will try to help you but will not guarantee it. Send me your site URL where you have added in so that I can check in.

    in reply to: Add Margin Space to Main Content Area #45025
    Sakin
    Keymaster

    @rojtalbot: Can you send me your site URL so that I can check in.

    in reply to: Change color of link #45024
    Sakin
    Keymaster

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

    #content input[type="submit"] {
        background-color: #000;
        border-color: #333;
        color: #7c7c7c;
    }
    in reply to: Mobile menu… vanished #45023
    Sakin
    Keymaster

    @Bulldog_NH: You can customize the copyright section only from Pro version where you will get Footer Editor Options and then you can edit/add text as per your need.

    in reply to: Capitalise text in menu #45022
    Sakin
    Keymaster

    @BizQ: Can you let me know where did you added that CSS. I couldn’t check in detail as your CSS in minify and combined. I check in your site and found that you have Capitalized in Large Screen but in small one it has Uppercase. So, I need to check in your responsive css. If you cannot find it then you can replace the previous css with the following CSS. Please make site you add it in “Appearance => Theme Options => Custom CSS” box.

    #masthead #header-menu ul.menu a, 
    #colophon #footer-menu ul.menu a {
        text-transform: capitalize;
    }
    in reply to: No page title in featured slider on home page #45021
    Sakin
    Keymaster

    @BizQ: Sorry I don’t get it what you mean. Can you explain in reference with your site URL. So, that I can check in and let you know about it.

Viewing 20 posts - 6,241 through 6,260 (of 14,497 total)