Tagged: featured slider
- This topic has 11 replies, 2 voices, and was last updated 10 years, 4 months ago by Sakin.
-
AuthorPosts
-
July 2, 2014 at 2:06 am #37495SerenaMember
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.
July 2, 2014 at 2:21 am #37498SerenaMemberI followed the instructions, but still can not change.
July 2, 2014 at 10:16 am #37591SakinKeymaster@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/July 3, 2014 at 8:56 pm #37864SerenaMemberThanks, I found it.
July 9, 2014 at 11:53 pm #38473SerenaMemberHi 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.
July 10, 2014 at 1:28 am #38491SakinKeymasterHi 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,
SakinJuly 11, 2014 at 2:11 am #38580SerenaMemberHi 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.
July 11, 2014 at 11:22 am #38608SakinKeymasterHi 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,
SakinJuly 11, 2014 at 7:34 pm #38630SerenaMemberHi 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
July 11, 2014 at 9:26 pm #38634SakinKeymasterHi 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; }
July 12, 2014 at 1:26 am #38647SerenaMemberHi 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,
SerenaJuly 13, 2014 at 8:22 am #38740SakinKeymasterHi 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; } }
-
AuthorPosts
- The topic ‘How to change the image of the featured slider?’ is closed to new replies.