Forum Replies Created

Viewing 20 posts - 3,541 through 3,560 (of 14,506 total)
  • Author
    Posts
  • in reply to: Logo/widgets in Header #58704
    Sakin
    Keymaster

    @Vivien: You can upload image in your site or any photo sharing site and than add that image URL here.

    I check in your site and see your advertisement image and Site Title. It cannot be added to make it in the same place. So, you can either create additional text widget in Header Top sidebar and we can align that text to right of your image widget.

    But I don’t understand why don’t you use you Logo image from “Appearance => Theme Options => Header Options => Logo url”. This will be best options.

    in reply to: header image #58701
    Sakin
    Keymaster

    @Kingfisher: Can you go to footer.php file in your theme catch-evolution theme directory. It need to be same as https://themes.trac.wordpress.org/browser/catch-evolution/2.4.1/footer.php

    in reply to: Background image for page itself? #58700
    Sakin
    Keymaster

    @Michael: You can add your image url in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #content article {
        background-image: url("your-image-url");
    }
    in reply to: problems with menus translations #58699
    Sakin
    Keymaster

    @Sergey: I am confused about that. Can you post in your site URL and explain please. Also, let me know which plugin are you using for multi-language.

    in reply to: Featured Content-remove linkability #58698
    Sakin
    Keymaster

    @jacquelyn_jefferies: Then in your Link URL just add #

    Sakin
    Keymaster

    @Sandra1970: Why it is showing like that in your site. Maybe of you child theme css. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #slider-nav .slide-previous,
    #slider-nav .slide-next,
    #slider-nav .slide-previous:before,
    #slider-nav .slide-next:before,
    #slider-nav .slide-previous:hover:before,
    #slider-nav .slide-next:hover:before {
    	color: #33ccc9;
    }
    in reply to: Primary menu lay-out changes unpredictable #58695
    Sakin
    Keymaster

    @Bert: Yes thanks @mosign. It’s really hard to make perfect fit for menu items. Longer the menu items, it becomes difficult to manage it. Looking at your site, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 1280px) {
        .catchresponsive-nav-menu a { padding: 0 15px; }
    }
    @media screen and (max-width: 1152px) {
        .catchresponsive-nav-menu a { padding: 0 12px; }
    }
    @media screen and (max-width: 1100px) {
        .catchresponsive-nav-menu a { font-size: 14px; }
    }

    Yes, in mobile version you will see 3 horizontal bars. That’s standard.

    in reply to: center images within space #58694
    Sakin
    Keymaster

    @effess: Not sure about that, I need to check in your site. So, please send me your site URL.

    in reply to: put site description below logo #58693
    Sakin
    Keymaster

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

    #masthead #hgroup {
        clear: both;
        padding-left: 0;
    }
    in reply to: How to have less margin/padding within footer? #58692
    Sakin
    Keymaster

    @robertjm: You can adjust the padding as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #site-generator {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    Sorry I don’t know which document are you talking about. We only have document for Theme Instructions at http://catchthemes.com/theme-instructions/catch-box-pro/

    Sakin
    Keymaster

    @Steve:
    1. To center the promotion headline, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    #promotion-message .left {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    2. To change the too left menu color, you can adjust the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:

    .mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover {
        color: #404040;
    }

    3. Yes, it will all be center in mobile devices, check our demo http://catchthemes.com/demo/catch-responsive/

    Sakin
    Keymaster

    @effess: You can add in as below:

    @media screen and (max-width: 1152px) {
    	#masthead .header-sidebar .widget ul.menu ul {
    		top: 30px;
    	}
    }
    in reply to: Menu text size modification #58637
    Sakin
    Keymaster

    @roderick: Oh you are trying to change the font size of Footer Area widget. So, you can adjust the font size in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    /* Footer Widget Font Size */
    #supplementary .widget { font-size: 16px; }
    /* Footer Widget Title Font Size */
    #supplementary .widget-title { font-size: 20px; }
    in reply to: Remove search in header? #58636
    Sakin
    Keymaster

    @LipoTonic: You are using Catch Flames free theme and trying to use Simple Catch Theme CSS. That is why it’s not working. For Catch Flames free theme, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:

    #sidebar-header-right .widget_search { display: none; }

    in reply to: Footer background color #58635
    Sakin
    Keymaster

    @Connie: Hum we don’t have any theme name designfolio. Looks like you are trying to get help for theme which we haven’t build in. So, in that case, you need to ask in that particular theme developer forum. Here I am giving you instructions for Full Frame Pro theme, as you have posted question in Full Frame Pro theme Support Forum.

    in reply to: Change accent color #58634
    Sakin
    Keymaster

    @Connie: Once you are in Color Picker, if you know the color code, you can directly add in color code there, or you can first select the base color and let move the mouse to make it light or dark or combination. See this screenshot https://www.pinterest.com/pin/548594798336232550/

    in reply to: colored area/line on homepage #58617
    Sakin
    Keymaster

    @Cattext: First, try this. Go to “Appearance => Theme Options => Homepage/Frontpage Settings” and then uncheck “Enable Latest Posts”. IF this doesn’t work then add in the following css in “Appearance => Theme Options => Custom CSS” box:
    .home #content-sidebar-wrap { display: none; }

    in reply to: Add images to sidebar #58616
    Sakin
    Keymaster

    @j17dascoli: You can use “2. Catch Kathmandu: Advertisement” widget and then add in your image URL there.

    in reply to: page title display=none? #58615
    Sakin
    Keymaster

    If you want to hide page title, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #main .type-page .entry-header { display: none; }

    in reply to: Logo/widgets in Header #58614
    Sakin
    Keymaster

    @Vivien: Not sure want you want. Can you share screenshot of what you want and also add in your site URL so that I can check in details.

Viewing 20 posts - 3,541 through 3,560 (of 14,506 total)