Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #37495
    Serena
    Member

    http://zepicom.com/blog/ this is my website. How can I change the slider image (mountain) to my own pic on the local computer? Thanks.

    #37498
    Serena
    Member

    I followed the instructions, but still can not change.

    #37591
    Sakin
    Keymaster

    @Serena: I check in your site and see that you have been able to change the slider image. But your slider image is too small. If you read in our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/, the recommended size if Width: 1280px and Height: 550px. But it’s your wish to change it.

    See this Tutorial:
    Post Slider: http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
    Image Slider :http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    #37864
    Serena
    Member

    Thanks, I found it.

    #38473
    Serena
    Member

    Hi Sakin,

    How to change the margin of secondary menu and the homepage headline margin? I feel now it is too loose. What CCS code should I use? Thank you.

    #38491
    Sakin
    Keymaster

    Hi Serena,

    I see that you have added the following css in “Appearance => Theme Options => Custom CSS” box. So, go there and edit the padding-bottom as per you need.
    #hgroup-wrap { padding-bottom: 10px; }

    Regards,
    Sakin

    #38580
    Serena
    Member

    Hi Sakin,

    This is my websitehttp://zepicom.com/blog/. After coding the CSS,the margin of Secondary menu and the margin of headline(苏州神佩康一站式生物技术与药物研发服务) is not changing. so what’s the code for those areas?

    Another problem is that I want to change the letter size smaller of the paragraph. Words look too big on my page. How can I change the paragraph letter size?

    Thank you very much.

    #38608
    Sakin
    Keymaster

    Hi Serena,

    Sorry I don’t get it what you mean about the css coding. If you don’t want then you can remove the css codes from “Appearance => Theme Options => Custom CSS” box. Also, I see that you have added search widget in Header Top Sidebar, that you can remove and add it in Header Right Sidebar.

    Also about the paragraph text, which one are you talking about. I see that you have added lots of headings tags and p tags. So, need more details.

    Regards,
    Sakin

    #38630
    Serena
    Member

    Hi Sakin,

    I want to make the menu bar which above the featured image slider and the headline which is under the featured image slider, and the footer where show’s the copyright area with less margin.

    Thank you,

    Qian

    #38634
    Sakin
    Keymaster

    Hi Qian,

    There is no margin above the menu bar. Your menu is just above the menu.

    For spaces in Homepage Headline, you can adjust the padding as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    Your footer content where it is copyright information. I see you have added in image which is taking spaces. Also there is padding which you can adjust as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #site-generator .site-info {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    #38647
    Serena
    Member

    Hi Sakin,

    Those codes are really works, thanks. One more questions is that how can I change the text size on all the pages? Even though U used paragraph size, it still too large to me. I want the text size smaller.
    http://zepicom.com/blog/corning-epic-bt-%E9%9D%9E%E6%A0%87%E8%AE%B0%E6%A3%80%E6%B5%8B%E7%B3%BB%E7%BB%9F/

    Best regards,
    Serena

    #38740
    Sakin
    Keymaster

    Hi Serena,

    This is responsive design theme and the font changes as per the devices you use to view your site. So, it’s not recommended to change it. If you change it then you need to change it for all.

    You can change the font in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    body, button, input, select, textarea {
        font-size: 16px;
    }
    @media screen and (max-width: 1024px) {
        body, button, input, select, textarea {
            font-size: 14px;
        }
    }
    @media screen and (max-width: 960px) {	
        body, button, input, select, textarea {
            font-size: 13px;
        }
    }
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to change the image of the featured slider?’ is closed to new replies.