Forum Replies Created

Viewing 20 posts - 5,541 through 5,560 (of 14,504 total)
  • Author
    Posts
  • in reply to: Featured image in sidebar on page #49059
    Sakin
    Keymaster

    @Bas: Did you check in “4. Catch Kathmandu: Featured Page” widget, through which you can assign page and select thumbnail and then add in your sidebar from “Appearance => Widgets”

    in reply to: Top fixed menu bar questions #49058
    Sakin
    Keymaster

    @Michael:
    1. Top fixed menu is fixed menu at the top and it cannot be moved below the logo. So, why don’t you use Primary Menu instead.

    2. To increase the font size in the Top Fixed Menu bar, you can edit the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #fixed-header-top ul li a {
        font-size: 14px;
    }

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

    /* Background */
    #fixed-header-top {
        background-color: #000;
    }
    /* Text Color */
    #fixed-header-top ul.menu > li a {
        color: #ddd;
    }
    /* Text Hover Color */
    #fixed-header-top ul.menu li:hover > a,
    #fixed-header-top ul.menu ul :hover > a,
    #fixed-header-top ul.menu a:focus {
    	color: #fff;
    }
    in reply to: Remove box around Featured Content on Home page #49055
    Sakin
    Keymaster

    @Michael: Nice that you solved it.

    in reply to: editing footer contenct #49054
    Sakin
    Keymaster

    @danzl: You can add Text widget in Footer Area One, Two and Three from “Appearance => Widgets” and add in your phone/address etc.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the page title:
    .entry-header { display: none; }

    in reply to: location of custom css file #49052
    Sakin
    Keymaster

    @Glen: Which custom css are you talking about. The CSS that you add in “Appearance => Theme Options => Custom CSS” is not stored in file. It is stored in database as Theme Options data.

    You can add or remove it from “Appearance => Theme Options => Custom CSS”

    in reply to: Help to center the social widget in footer area one #49050
    Sakin
    Keymaster

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

    #supplementary.one {
        text-align: center;
    }
    #supplementary .widget-area {
        display: inline-block;
        float: none;
    }
    in reply to: Set up on local host but live db #49049
    Sakin
    Keymaster

    @Glen: Sorry but this is nothing to do with the theme. We only support Catch theme issues. For database, you can you search and replace script. See this https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    in reply to: Help to center the social widget in footer area one #49048
    Sakin
    Keymaster

    @Jacopo: Can you post in your site URL?

    in reply to: Theme slider on alternate page #49047
    Sakin
    Keymaster

    @Glen: Sorry I don’t understand your question properly. But if you are trying to disable slider in homepage and add it in news and updates page then this feature in not there. Yes, maybe you can search for plugin or hire a customizer.

    in reply to: top menu transparence #49012
    Sakin
    Keymaster

    @Kim: Sorry I don’t get it what is the issue there.

    in reply to: Featured Image slider pictures size #49011
    Sakin
    Keymaster

    @lucabriganti85: Can you post in your site URL so that I can check in. I think you are looking from very large screensize which screen resolution is more that 1600px. If that is the case then yes, it will show border on left and right. If you add image size more then 1600px it’s not good for the website as the image will be heavy and site will load slow. Just a note that the screensize above 1600px is only used by 2% of the web.

    in reply to: Text to the right of the Home Page Slider #49010
    Sakin
    Keymaster

    @delboorman: Sorry not sure what you mean. You can add in Welcome Text in your Sidebar which will be in the right side of our slider.

    in reply to: Reduce space between widges sidebar #49009
    Sakin
    Keymaster

    @lohanc:
    1. I see that you have already remove the border and also reduce the spaces between widgets
    2.
    /* For Custom Menu on Sidebar Color */
    .widget-area .widget.widget_nav_menu a { color: #757575; }

    /* Homepage Featured Content Titles */
    .entry-header .entry-title a { color: #222; }

    /* title of widgets */
    .widget-title { color: #222; }

    /* title of site and tag line */
    Go to “Appearance => Header” and change the “Text Color”

    in reply to: Featured Images and Links click through incorrectly #49008
    Sakin
    Keymaster

    @Whitney: I see that there in no Gap between your anchor and the video. That is why it’s happening like that. This is HTML Code issue and not theme issue.

    in reply to: how can I remove image shadow in optional homepage sidebar #49007
    Sakin
    Keymaster

    @Wim: I see that you have already removed the image shadow in your homepage sidebar and I am sorry that I done’ understand your 2 question.

    in reply to: ‘Breadcrumb NavXT’ border color #49000
    Sakin
    Keymaster

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

    .breadcrumb ul li a {
        background-color: #84927d;
        color: #fff;
    }
    .breadcrumb ul li {
        border-color: #3f532b;
    }
    .breadcrumb ul li a:hover, 
    .breadcrumb ul li.current_item {
        background-color: #3f532b;
    }
    .breadcrumb ul li.current_item a {
        background-color: #3f532b;
    }
    in reply to: Individual Sidebar Templates #48970
    Sakin
    Keymaster

    @Pascale: There is problem with your setting. I see that you want to use 3 column layout for your blog part. So, go to “Appearance => Theme Options => Layout Options => Default Layout” and select “Three Columns” as blog and archives pages take the default layout from Theme Options. Then for other pages/post, you can edit those individual posts/pages and change the layout.

    in reply to: Featured Content Images Off Center #48967
    Sakin
    Keymaster

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

    #featured-post figure {
        display: inline-block;
        margin: 0 auto;
    }
    in reply to: change the color of hyperlinks #48960
    Sakin
    Keymaster

    @alexmo: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    a { color: #21759b; }

    in reply to: Change Image size home in articles #48959
    Sakin
    Keymaster

    @knipser23: that is the base way to do that.

Viewing 20 posts - 5,541 through 5,560 (of 14,504 total)