Forum Replies Created

Viewing 20 posts - 10,341 through 10,360 (of 14,509 total)
  • Author
    Posts
  • in reply to: How to create content background? #15251
    Sakin
    Keymaster

    @danielgreat: For border rounded corner you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main { border-radius: 10px; }

    in reply to: Crop Slider Image #15250
    Sakin
    Keymaster

    @Terry M: It’s your server folder permission issue. You need to set your upload folder file permission to 755. See this for more detail information on file permission at http://codex.wordpress.org/Changing_File_Permissions

    in reply to: Blog Sidebar help #15249
    Sakin
    Keymaster

    @donal.leader: Blog page template will take the archive sidebar or main sidebar and it take the settings from “Appearance => Theme Options => Layout Options”

    To hide “Blog Archive” heading from this News Page, you can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-header { display: none; }

    in reply to: Bolding Headers #15248
    Sakin
    Keymaster

    @azizwaing: You can reduce the font size of each elements. You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) {
    body,
    button,
    input,
    select,
    textarea {
    	font-size: 13px;
    }
    .entry-header .entry-title {
        font-size: 13px;
    }
    .entry-meta,
    #site-generator {
    	font-size: 11px;
    	font-size: 1.1rem;	
    }
    #featured-post .entry-title,
    .page-links {
    	font-size: 13px;
    }
    .widget-title {
    	font-size: 13px;	
    }
    }
    in reply to: How to create content background? #15243
    Sakin
    Keymaster

    @danielgreat: You can add the following CSS in “Appearance => Theme Options => Custom CSS box to change the background color in content area. Change the color code as per your need.
    #main { background-color: #fff; }

    in reply to: Bolding Headers #15242
    Sakin
    Keymaster

    @azizwaing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to bold the tile in the slider
    #main-slider .entry-title { font-weight: bold; }

    Looks like you have customize the core theme file style.css . You shouldn’t edit any core theme files. It will be reverted back when you perform update to theme. I see that you have changed style.css reset font to font-size: 13px; this should be font-size: 100%; as this is very important for responsive design.

    in reply to: Logo is not installed. #15241
    Sakin
    Keymaster

    @lalucella: Make sure you have clicked on “File URL” and then click on “Insert Into Post”. See this screenshot http://www.pinterest.com/pin/548594798329798533/. You can also directly add in the image url in “Header logo url” box and save changes.

    in reply to: Home Page – Padding and Margins #15239
    Sakin
    Keymaster

    @carlosdonan: It’s same.

    in reply to: Home Page – Padding and Margins #15231
    Sakin
    Keymaster

    @carlosdonan: Let me know when you add it and then I will take a look at it.

    in reply to: Home Page – Padding and Margins #15229
    Sakin
    Keymaster

    @carlosdonan: But you don’t have any footer widget in your site.

    in reply to: Bolding Headers #15226
    Sakin
    Keymaster

    @azizwaing: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .entry-title { font-weight: bold; }
    #featured-post .entry-content { text-align: center; }
    in reply to: Home Page – Padding and Margins #15225
    Sakin
    Keymaster

    Hi Carlos,

    I have already answer you about this in other forum question http://catchthemes.com/support-forum/topic/home-page-padding-and-margins/ and I see that you have already made changes as per my suggestion CSS as well. So, I think I can delete this one. Let me know it.

    Please don’t post duplicate question.

    Regards,
    Sakin

    in reply to: Cathc Everest – Size or delete the text of the slide #15224
    Sakin
    Keymaster

    Hi Chip,

    Yes for that you need to custom design the frame and add it though CSS. So, you might need to hire developer to do this for you.

    Regards,
    Sakin

    in reply to: Gallery don't show anything #15223
    Sakin
    Keymaster

    Hello Heiko,

    I will contact you though email. You can send me access there.

    Regards,
    Sakin

    in reply to: Links/Blogroll #15222
    Sakin
    Keymaster

    @Jan Ove: Yes, thanks.

    in reply to: Home Page – Padding and Margins #15221
    Sakin
    Keymaster

    Hi Carlos,

    It’s quite complicate. You need to remove all the padding and margins like below:

    .home #main {
        padding: 0;
    }
    .home .entry-header {
        margin: 0;
    }
    .home #content article {
        margin: 0;
        padding: 0;
    }
    .home #secondary {
        padding-top: 0;
    }

    Then either you need to increase the size of sidebar or content.

    in reply to: Cathc Everest – Size or delete the text of the slide #15210
    Sakin
    Keymaster

    @chipbphoto: I don’t get it what you mean. Can you explain with your site URL and the reference site.

    in reply to: table row height #15208
    Sakin
    Keymaster

    @Sonik09: Please send me your site URL where you have use the table and also let me know how much are you trying to decrease.

    in reply to: Suggestion – Search in this topic area #15207
    Sakin
    Keymaster

    @chipbphoto: Thanks for your appreciation and feedback. We will try to add that.

    in reply to: Featured Images Sizing – Post #15206
    Sakin
    Keymaster

    @chipbphoto: You care using Catch Everest Pro theme So see this instructions http://catchthemes.com/theme-instructions/catch-everest-pro/ where it is mentioned size as 690px width and 462px width. This theme is responsive design. So, you have option to use your full image from “Appearance => Theme Options => Content Featured Image Size”

Viewing 20 posts - 10,341 through 10,360 (of 14,509 total)