Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@josch: That “Exclude Slider Post from Homepage Post” is used if you have Latest Post in your homepage as blog. Not as widget. That widget is WordPress default widget and theme are not allowed to change that.
This will be quite complicated process and you might need to hire a customizer. First you need to build child theme and create functions.php file and create your custom recent post widget which will exclude the slider post.
Sakin
Keymaster@ashleycovelli: It’s little difficult debug with your custom css. So, try replacing the following CSS in “Custom CSS” box
#access ul li ul li a:hover { line-height:26px }To
#access ul li ul li a:hover { line-height: 18px }Sakin
Keymaster@lauriemarshall: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.hentry .entry-title { font-family: Arial, sans-serif; }Sakin
Keymaster@lauriemarshall: For header background color, you can adjust the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header { background: none #fff; }Sakin
Keymaster@atssales: This means that you have issue with the menus. Check the menu item one by one to find the conflicting the menu item. There is no limit for subpages.
Sakin
Keymaster@lisareopera: You can remove left and right margin in the header image by adding in the following CSS in “Appearnace => Theme Options => Custom CSS” box.
#header-content { margin: 0; }But there is no option to add left aligned log above the header image. You need to build child theme and work on customizing the header section.
January 7, 2014 at 11:47 pm in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #19003Sakin
Keymaster@ViraNatura: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. We can just reduce this.
.site { margin-top: 0; } #site-logo, #header-right { padding-top: 0; } #hgroup-wrap { padding-bottom: 0; }Sakin
Keymaster@blackkeys: Sorry this level of customization cannot be done through custom css. So, you need to hire customer to develop child theme and do the customization.
January 7, 2014 at 11:31 pm in reply to: Incorrect active page option attribute selected in mobile and tablet menu #19000Sakin
Keymaster@fastfun.jp: Once you fix it for home. You can add the other pages in similar way. But for custom links, it’s like that. We will look in details about this later in future updates.
Sakin
Keymaster@Sonia: Sorry I don’t get it what you mean. Can you explain in reference to your site URL.
Sakin
Keymaster@lightwarrior: It’s designed that way. You can change to different comment box if you want. Just install “Jetpack” plugin and activate “Jetpack Comments” module and make sure you have deactivate “Mobile Theme” module.
Sakin
Keymaster@julluj: Can you explain in reference with your site URL.
If you just want to reduce the padding of footer then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator .site-info { padding: 10px 0; }Sakin
Keymaster@J14: That is post title. You can hide that if you don’t want from Custom CSS. Send me your site URL and then I can check in.
Sakin
Keymaster1. I’d like to change the Artists names heading for each show and make them bold and larger, in red color.
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.td.gigpress-artist { color: #FF0000; font-size: 18px; font-weight: bold; }2. I also would like to move the Subscribe RSS and iCalendar logos that are now at the bottom of the Upcoming Performances, to the top of the page where they can be seen, or even double them at the bottom and the top.
— For this you need to check in with the plugin developer. This cannot be done though css. You need to change the configuration in plugin.Sakin
Keymaster@Sarah: You got me wrong. Please replace the following CSS:
@media screen and (min-width: 961px) { /* Custom Column CSS */ } /* For 2 columns primary, secondary and wrapper */ .three-columns .content-sidebar-wrap { width: 83%; } .three-columns #primary { width: 70%; } .three-columns #secondary { width: 29.5%; } /* For 3rd column */ .three-columns #third { width: 16.5%; }With the following CSS:
@media screen and (min-width: 961px) { /* For 2 columns primary, secondary and wrapper */ .three-columns .content-sidebar-wrap { width: 83%; } .three-columns #primary { width: 70%; } .three-columns #secondary { width: 29.5%; } /* For 3rd column */ .three-columns #third { width: 16.5%; } }Sakin
Keymaster@Olivier: Catch Mustang Theme doesn’t support Contact form from Jetpack. We recommend Contact Form 7. But yes thanks for your details responsive and we will update the fix as soon as possible in the updated version.
Sakin
Keymaster@Kenneth: For that either you need to build child theme and edit the functions, which is bit complicated and you need to hire customizer. But there is one way, you can just upload the Small Size image in the “Featured Image” section then it will be fine. Like you have done in “New Section” post mywebbedreviews.com/new-section
Sakin
Keymaster@marcella: Yes, it’s creating confusion. Can you post it in Catch Everest Pro forum at http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/
-
AuthorPosts
