Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Massimo: try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 991px) { #masthead { padding: 0; } #site-branding { display: none; } }Sakin
Keymaster@mg13: It’s not major changes. It’s just css changes an it’s mainly improvement in responsive css and match with pro version css.
Sakin
KeymasterHello Peter,
You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.nav-secondary { background-color: #111; }Regards,
SakinSakin
Keymaster@bobgarrett: It’s ok. I was sure that it’s not from our theme. Thanks 🙂
Sakin
Keymaster@Massimo: Please post in your site URL and explain. Then I will be able to check in the spaces and send you custom css. Thanks.
Sakin
Keymaster@Grenouille: Sorry there is no option to make it 2 columns. But we can work on it and it will soon in release in next version update. We are about to release by this weekend. But for now, you can choose 4 columns layout and then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box.
#featured-content.layout-four .hentry { text-align: center; width: 50%; } #featured-content.layout-four .hentry:nth-child(2n+1) { clear: both; } @media screen and (max-width: 480px) { #featured-content.layout-four .hentry { width: 100%; } }Sakin
Keymaster@mg13: Have you customize style of this theme as it should be working fine. As your style http://www.couponterri.com/wp-content/themes/catch-box/style.css doesn’t match with our style http://wp-themes.com/wp-content/themes/catch-box/style.css
Sakin
Keymaster@phdinlife: If you have child theme of Catch Responsive Free theme then just copy function
catchresponsive_header_right()fromcatchresponsive-structure.phpfile to your child themefunctions.phpfile and remove search.Sakin
Keymaster@Andreza: Sorry there is no option to do that. For this you need to do custom coding by building child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@Gareth: thanks that you fixed it yourself.
Yes it’s mentioned in http://catchthemes.com/theme-instructions/catch-evolution-pro/Sakin
Keymaster@alphaxyz: So what you want me to do with the text. Let me know it and then I can try in. Maybe you can upload screenshot in your site and show what you want and paste in your url. Then I will check in your desired screenshot and check in.
Sakin
Keymaster@bobgarrett: Look like you are viewing in IE11 but with IE8 view mode. Sorry no control from our side.
Sakin
Keymaster@bobgarrett: You need to check using view source in IE11. Looks like you are check in from IE Developer tool using IE8 as default browser.
Sakin
Keymaster@alphaxyz: Abut the slider text. You slider image are too small that is why the text is not able to fill up. Please upload larger size images and it will fix this issue.
If you choose Slider Type as “Featured Image Slider”, then you can add title as much as you need it.
Sakin
Keymaster@Kim: It’s because you are mixing up with Full Content and Excerpt Content. Why don’t you increase your more tag text instead of lowering your excerpt word count. Another option will be to add your excerpt content in “Excerpt Box”. Just add any number of text in Excerpt box. See this screenshot on how to show/hide excerpt box in your post https://www.pinterest.com/pin/548594798330200958/
Sakin
Keymaster@Amy: It’s because you have uploaded large logo image. Just replace that logo image with smaller version and it will be fine.
Sakin
Keymaster@Craig: Try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
#featured-content .featured-content-wrap { background: #fff; /* Solid Color For Old Browser */ background: rgba(255, 255, 255, 0.6); } #featured-content .entry-title, #featured-content .entry-title a { color: #000; }Sakin
Keymaster@dfwrgjeff: You can add the following css:
#featured-post .post { padding-bottom: 30px; } #featured-post { margin-bottom: 30px; } -
AuthorPosts
