Forum Replies Created

Viewing 20 posts - 5,181 through 5,200 (of 14,508 total)
  • Author
    Posts
  • in reply to: Social Icons in line with menu #50871
    Sakin
    Keymaster

    @Eduardo: You can add the following css in “Appearance => Theme Options => Custom CSS” box. If you further want more space then you can increase margin-top from 10px to more that you want.
    .sidebar-top .widget_catchbox_social_widget { margin-top: 10px; }

    in reply to: subheadline on all pages and second line #50870
    Sakin
    Keymaster

    @Gunter: You can see it’s written Homepage Headline which mean only for Homepage. But yes, as per my earlier reply. We will add this option in future version update.

    in reply to: Primary Menu only works on front page #50869
    Sakin
    Keymaster

    @Ellen: You are the first person to ask for support for Create Pro theme.

    You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box. Further, you can change the color code in the following css:

    .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
        color: #844627;
    }
    .create-menu a:hover { color: #844627; }
    in reply to: Associated Files #50868
    Sakin
    Keymaster

    @D: You shouldn’t edit anything from “Appearance => Editor” as this will edit the core theme file which will be reverted back to original when you update or upgrade the theme. The safe way to add CSS will be from “Appearance => Theme Options => Custom CSS” or by build child theme and adding it in child theme style.css

    You can add the following css to change the color of the custom menu in your sidebar.
    .widget-area .widget .menu a { color: #757575; }

    in reply to: Dashboard > Appearance > Widgets not working #50867
    Sakin
    Keymaster

    @Juha_52: From when did you get this issue. Have you customized any core theme files inside catch-evolution-pro folder. Also, I see that you are using child theme. Can you let me know what changes have you made it. Further, I see t that you have WP Super Cache. So, can you clear the cache and check in.

    in reply to: Make Featured SLider Images "not Clickable" #50864
    Sakin
    Keymaster

    @lucabriganti85: Sorry I see that you are using Simple Catch Free version, which only have option to use Featured Post Slider. This post slider is created to highlight your post in the slider. So, it will automatically link to the post.

    If you don’t need then you might want to upgrade to Pro version where you have option to use “Featured Image Slider” and upload image and remove the link as per your need.

    in reply to: remove white space under breadcrumbs #50863
    Sakin
    Keymaster

    @Kim: You can add the following css, for the font you can change the font as per your need.

    .page-header { margin: 0; }
    .page-title { font-size: 16px; }
    in reply to: Header menu went's dark when scrolling #50862
    Sakin
    Keymaster

    @greenline: You are using old version of theme. Can you update to latest version. Adventurous 1.4 then if there is still problem then I will check in. After the update don’t forget to refresh your browser to clear the cache.

    in reply to: Blank Featured Slider # #50857
    Sakin
    Keymaster

    @Young: Thanks and I have update it. Can you check it now.

    in reply to: more space between "read more" and "comments" #50840
    Sakin
    Keymaster

    @Eduardo: You can add in the following css in “Appearance => Theme Options => Custom CSS” box:

    footer.entry-meta { padding-top: 15px;}
    .entry-meta .cat-links, .sep-comment ( display: none; }
    .entry-meta .comments-link { float: right; }
    in reply to: add logo 'on top of menu/header image #50839
    Sakin
    Keymaster

    @Pieter: That requires lot of css customization and also need to adjust as per the responsive design. So, for this I recommend you to hire CSS developer to customize for you.

    in reply to: Blank Featured Slider # #50836
    Sakin
    Keymaster

    @Young: Can you reply my email I have just send you. I need to check more in details.

    in reply to: Sticky Post Title Format #50811
    Sakin
    Keymaster

    @Gavin: Yes, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    .sticky .entry-header .entry-title a { color: #222; }

    in reply to: Change Widget Title Text Colour and Background #50810
    Sakin
    Keymaster

    @Gavin: Yes, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    .widget-title { background-color: #eee; }

    in reply to: subheadline on all pages and second line #50809
    Sakin
    Keymaster

    @Gunter: Which subheadline are you talking about? If you are talking about Homepage Headline Options. Then there is no option to do that at this stage. If you want then please let me know it and we will add this in our development for new version update. If you want second line in Subheadline then you can break the link by adding in br code. That is <br/>

    in reply to: How do I change default Image sizes in Blog listings? #50807
    Sakin
    Keymaster

    @Consciousness: Ok I will check in your email as well. It’s really difficult to make it flexible as per the theme design. So, if you have fixed height and width then I can suggest you exactly.

    in reply to: Primary Menu only works on front page #50806
    Sakin
    Keymaster

    @Ellen: For drop down menu, not sure why it is not working in your other pages. Can you send me your site URL so that I can check in. About changing the color, most of the color options are there in “Appearance => Customize => Color Options”. For those, which are not there like menu. You need to send me the color code that you want to use and then I will send you the css to add in your custom css box.

    in reply to: Problem with translation of first featured slide #50804
    Sakin
    Keymaster

    @Delfim: Ok I will email you personally to check your issue.

    in reply to: Replacing position of content in home page #50803
    Sakin
    Keymaster

    @bobar22: It should work fine. I just tested in my server with Catch Kathmandu Free and now my Featured Post is inside <div id="content-sidebar-wrap">

    Post in your site URL and have you done anything else in child theme.

    in reply to: Remove page's Title HyperLink – Kathmandu theme #50802
    Sakin
    Keymaster

    @dawfx: It depends on how theme and plugin are developed.

Viewing 20 posts - 5,181 through 5,200 (of 14,508 total)