Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@EricT: For that, you can simply add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.site-title { padding-top: 10px; }October 18, 2015 at 7:26 am in reply to: Removing arrows when only using 1 image for Image Slider #78047Sakin
Keymaster@eirini: Detail color options are there only in Catch Flames Pro version. For free version, you need to do it manually. To change the Tagline color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#site-description { color: #7a7a7a; }Sakin
Keymaster@eirini: Sorry I also don’t know much about multi-language. So, you might want to ask in Polylang Support forum.
Sakin
Keymaster@eirini: Just add the following css in “Appearance =>Theme Options => Custom CSS” box:
#branding, #colophon, #site-generator { background-color: transparent; }Sakin
Keymaster@Tomáš: It’s because of your custom css. So, replace the following css:
@media screen and (min-width: 961px) { } @media screen and (min-width: 961px) { #main-slider .entry-header .entry-title { font-size: 35px; background: rgba(64, 64, 64, .5); } #main-slider .entry-content { font-size: 20px; background: rgba(64, 64, 64, .5); } }with:
@media screen and (min-width: 961px) { #main-slider .entry-header .entry-title { font-size: 35px; } #main-slider .entry-content { font-size: 20px; } } #main-slider .entry-header .entry-title, #main-slider .entry-content { background: rgba(64, 64, 64, .5); }October 18, 2015 at 12:22 am in reply to: Removing arrows when only using 1 image for Image Slider #78025Sakin
Keymaster@tomoyoma: I see that you have no featured slider but slider is still on. So, if you don’t need slider then go to “Appearance => Theme Options => Featured Post Slider” and heck in. Otherwise, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#slider { display: none; }Sakin
KeymasterIn Catch Flames Pro theme, you can add the following script with
<script>tag like following in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Header” box:<script> $(function() { $('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top }, 1000); return false; } } }); }); </script>Sakin
Keymaster@knudkp: Backend with theme customizer is slow. But this slow will happen only in “Appearance => Customize”. Other section should be fine.
Sakin
Keymaster@RimFrost: You need to post URL of the post where your css is not working and which CSS is not working, then I can check in and suggest you.
Sakin
Keymaster@Paul: We will be updating this menu js soon. For now, you can check the ling height and reduce the height. So, change the line height as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.sidr ul li { line-height: 48px; } .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active { line-height: 49px; }Sakin
Keymaster@kashif: I can see comment box in your post. See this posts http://www.pinkvirgin.com/make-him-reciprocate/. Did you refresh your browser and check in.
Sakin
Keymaster@Alvin: yes, it is controlled by css. Normal logo max height is 41px and when you scroll down and for fixed logo, it’s 32px. You can change the height in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:
#site-logo img { max-height: 41px; } #masthead.fixed-header #site-logo img { max-height: 32px; }Sakin
Keymaster@birdpuk: We have released new version today, which fixed this update notifier. There was issue in path.
Sakin
Keymaster@florence.vanacker: There is no option to do that from option. But you can try changing it from custom css.
Sakin
Keymaster@Cricket: We don’t have that feature. For that you need to build child theme and edit query in your child theme
functions.phpfile. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and for random post, I found this https://wordpress.org/support/topic/how-can-i-show-random-posts-at-the-homepageSakin
Keymaster@jennifersimsdesign-com-au: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider { padding-bottom: 0; }Sakin
Keymaster@eirini: From next time, please post in your site URL so that I check in and send you custom css. For now, I assume you are using default header and footer. Also note that we have Color Options in Catch Flames Pro theme in Theme Options, from which you can easily change color as per your need.
For now, you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
/* For Header Background Color */ #branding { background-color: #99ccff; } /* For Footer Background Color */ #site-generator { background-color: #99ccff; } -
AuthorPosts
