Forum Replies Created

Viewing 20 posts - 1,901 through 1,920 (of 14,491 total)
  • Author
    Posts
  • in reply to: white space below the slider and 3 headers #78212
    Sakin
    Keymaster

    @jennifersimsdesign-com-au: You can adjust the margin bottom in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .sidebar-primary .widget {
        margin-bottom: 40px;
    }
    #supplementary .widget {
        margin-bottom: 20px;
    }
    in reply to: Catch Kathmandu Free – html in tags/category description #78211
    Sakin
    Keymaster

    @crazyjunx: So, what you want to do with that text. It can be controlled with the following css element.
    .post_container h2 { }

    in reply to: Getting an error message in customize screen #78210
    Sakin
    Keymaster

    @cindy: You can either use FTP or Catch Updater plugin. If you are using Catch Updater plugin then when you update the theme the parent theme needs to be activated. Then after the update, you can re-active your child theme.

    in reply to: Comment box background color and font? #78209
    Sakin
    Keymaster

    @LTTL: Can you post in your screenshot of where you want your comment box in. It’s little confusing.

    in reply to: Featured slider covers drop down nav menu #78208
    Sakin
    Keymaster

    Thanks @CarlK3D and @Kevin for your appreciation.

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

    @Tomáš: ok try adding in the following css:

    @media screen and (max-width: 940px) {
    	#main-slider .entry-container {
    		left: 10%;
    		width: 80%;
    	}	
    	#main-slider .entry-header .entry-title {
    		font-size: 26px;
    	}
    	#header-content {
    		padding-top: 15px;
    	}
    	#main-slider .entry-content {
    		font-size: 16px;
    		line-height: 1.3;
    	}
    }
    @media screen and (max-width: 782px) {
    	#main-slider .entry-container {
    		bottom: 2%;
    		left: 5%;
    		width: 90%;
    	}	
    	#main-slider .entry-header .entry-title {
    		font-size: 20px;
    	}
    	#header-content {
    		padding-top: 0;
    	}
    	#main-slider .entry-content {
    		font-size: 16px;
    	}
    }
    in reply to: Background color menu #78202
    Sakin
    Keymaster

    @mithrand: For that you can go to “Appearance => Theme Options => Color Options” and then change “Sub-Menu Background Color” and save changes.

    in reply to: Image Slider #78201
    Sakin
    Keymaster

    @Tolu:
    1. Catch Flames free theme have option only to use slider type as “Featured Page Slider” from “Appearance => Theme Options => Featured Slider => Slider Options
    . So for this slider, you need to create page and then add featured image in your page. After that you need to assign that page in slider from “Appearance => Theme Options => Featured Slider => Featured Page Slider Options”. This will take featured image and text from the page selected and will link to respective page.

    But if you want independent image slider where you can upload image and link to anywhere you like it then you need to select slider type as “Featured Image Slider”. For this, you need to upgrade to Pro version.

    2. To edit/remove the footer copyright information, you need to upgrade to pro version and edit it from “Appearance => Theme Options => Footer Editor Options”. In free version, you need to do it manually by building child theme and editing the code.

    in reply to: Floating Header Snaps Off From Top #78200
    Sakin
    Keymaster

    @matthewseanmclachlan: That is all we can do with custom css. For more effect you need to use JS.

    in reply to: Catch Kathmandu Free – html in tags/category description #78134
    Sakin
    Keymaster

    @crazyjunx: You image is floating, so replace the following Custom CSS:

    .post_container img {
    	margin: 0 auto;
    }

    To
    .post_container img { margin: 0 auto; max-width: 100%; height: auto; }

    Sorry, I don’t get it which headline are you talking about. It is showing for me.

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

    @Tomáš: You are mixing your css. I see your css as below:

    #branding { background-color: #222222; }
    #comments { background-color: #e8e8e8; color: #2d0000; }
    .widget { background-color: #e8e8e8; }
    .widget-area .widget, .widget-area .widget ul li { color: #0a0a0a; }
    @media screen and (min-width: 961px) {
    }
    @media screen and (max-width: 782px) {
        #main-slider .entry-container { left: 2%; width: 96%; }
        #main-slider .entry-header .entry-title { font-size: 16px; }
        #main-slider .entry-content { font-size: 14px; }

    where there is missing closing bracket in last one, it should have

    @media screen and (max-width: 782px) {
        #main-slider .entry-container { left: 2%; width: 96%; }
        #main-slider .entry-header .entry-title { font-size: 16px; }
        #main-slider .entry-content { font-size: 14px; }
    }

    Also I don’t know what are you doing with following css, it has no meaning:

    @media screen and (min-width: 961px) {
    }
    in reply to: Menu Bar #78095
    Sakin
    Keymaster

    @eirini:
    1. To increase the font size in the main menu bar, you need to change the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Menu Font Size */
    #header-menu ul.menu a  { font-size: 14px; }

    2. You don’t have option to use “Secondary Menu” in free version. For this, you need to upgrade to pro version. But if free version, you have two menu locations: Primary Menu and Fixed Header Top Menu menu. So, you can create 2 custom menus from “Appearance => Menus” and then assign it.

    in reply to: Floating Header Snaps Off From Top #78094
    Sakin
    Keymaster

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

    #header-top,
    #header-top.fixed-header {
    	-moz-transition: all 0.5s ease-in-out; 
    	-webkit-transition: all 0.5s ease-in-out; 
    	transition: all 0.5s ease-in-out;
    }
    in reply to: Background color menu #78093
    Sakin
    Keymaster

    @mithrand: Please post in your site URL so that I can check in.

    in reply to: Adding Background to Featured Content #78091
    Sakin
    Keymaster

    @anamoli: For Full Frame Free theme, please use the support forum http://catchthemes.com/support-forum/forum/full-frame-free/

    In Pro version, you can change it from “Appearance => Customize => Featured Content => Featured Content Background Settings”. But in Free version, you don’t have this option. So, you need to upload image from “Media => Add New” and then copy your image URL. After then you can paste your image url in the following css replacing your image URL and then add it in “Appearance => Customize => Theme Options => Custom CSS Options”

    #featured-content {
        background-image: url("your image URL");
    }
    in reply to: Catch Kathmandu Free – html in tags/category description #78090
    Sakin
    Keymaster

    @crazyjunx: You image code is working fine. It’s just your image path is not correct. You have image HTML code as
    <img alt="Fińskie maskotki w kształcie trolli" src="wp-content/uploads/2015/10/Finskie-trolle.jpg">

    But it should be as
    <img alt="Fińskie maskotki w kształcie trolli" src="http://admiring-diversity.pl/wp-content/uploads/2015/10/Finskie-trolle.jpg">

    in reply to: Mobile Menu Covers up Header #78073
    Sakin
    Keymaster

    @David: For that you need to upload your logo from “Appearance => Customize => Theme Options => Fixed Header Top Options”.

    in reply to: Remove search at top right of page #78072
    Sakin
    Keymaster

    @eirini: This is Simple Catch Theme Support forum and you are using Catch Flames theme, that is why the above css will not work for you. You need to search at Catch Flames support forum at http://catchthemes.com/support-forum/forum/catch-flames-free/ and if you have question, you need to post in there.

    in reply to: Theme update issue #78070
    Sakin
    Keymaster

    @Kenta: Thanks for your appreciation

    in reply to: Changing color of margins #78069
    Sakin
    Keymaster

    @matthewseanmclachlan: Which margin color are you talking about? Your site is not loading.

Viewing 20 posts - 1,901 through 1,920 (of 14,491 total)