Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@delboorman: post in your site URL so that I can check and will send you css to hide it.
March 31, 2015 at 12:13 am in reply to: Publishing Posts and Updating Theme Options returns me to the Home page #54754Sakin
Keymaster@Michael: This is not theme issue. So, you might want to check with your server. There are chances of:
1. Your WordPress update issue so you might want to reload it. So, go to “Dashboard => Updates” and then click on “Re-install Now”
2. Then if this doesn’t solve then try disabling plugin one by one as there might be plugin conflict.Sakin
Keymaster@Gunter: Custom CSS will not make your site done. It’s just design change and no coding. So, if you have edited core theme files or any plugin update then this might be issue.
So, if you have FTP/Control panel access then try changing the name of plugin folder so it reset all plugin.
Sakin
Keymaster@Justyna: You are using Catch Everest Pro theme and posting it in Catch Base Theme Support forum that is why the above css is not working. For Catch Everest Pro theme support forum, please use http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/
For now, I will answer it here. For Catch Everest Pro font size you can use the following css:
@media screen and (min-width: 990px) { /* Content/default body font size */ body, button, input, select, textarea { font-size: 15px; } /* H1 to h6 heading font size */ .entry-content h1 { font-size: 30px; } .entry-content h2 { font-size: 28px; } .entry-content h3 { font-size: 24px; } .entry-content h4 { font-size: 20px; } .entry-content h5 { font-size: 18px; } .entry-content h6 { font-size: 16px; } /* Page title, promotion headline, featured content headline sizes */ .entry-title, #promotion-message h2, #featured-content #featured-heading { font-size: 30px; } }Sakin
Keymaster@chochonet:
1. Color of menu and sub-menu can be changes easily from “Appearance => Customize => Color Options”. But in free version, you need to add in manually using custom css or child theme style.css. For free version, let me know which color are you trying to change it.2. For space above menu, you can adjust the padding in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options”
#masthead { padding: 20px 0; }Sakin
Keymaster@JWBeach: I see that you have changes style.css and edit the height of it which is causing script issue. Can you restore the height of logo in your style.css and it should work fine.
Sakin
Keymaster@eb713: Can you post in your site URL? In Catch Responsive Free version, you can just add the following css to remove only search from Header Right.
#header-right-search { display: none; }Sakin
Keymaster@Klaas: You can add the following css instead:
.entry-header .entry-title { line-height: 1.3; }Sakin
Keymaster@Andybee: We don’t have menu option called carousel. can you upload screenshot in your site or any photosharing site and share screenshot URL. It’s so confusing.
Sakin
Keymaster@jblack6572: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 1280px) { .header-sidebar .widget ul.menu a { padding: 0 10px; } #hgroup-wrap img { max-width: 300px; } } @media screen and (max-width: 1152px) { #hgroup-wrap img { max-width: 200px; } }Sakin
Keymaster@TeeJayH: I don’t get it what you mean. Can you post in your site URL and explain, so that I can check in what you mean.
Sakin
Keymaster@Andybee: Now I am confused. Can you post in your site URL and let me know what are you trying to change it.
Sakin
Keymaster@eb713: Footer Editor Options is there only in Catch Responsive Pro version. But for the free theme, you need to create child theme and edit the functions in your chid theme.
March 29, 2015 at 11:20 pm in reply to: Help! How to change promotion headline's text color, and other issues- Fullframe #54689Sakin
Keymaster@Laura Pio: Did you check our blog post about child theme at http://catchthemes.com/blog/create-child-theme-wordpress/
thanks and you too have a great Sunday 🙂
Sakin
Keymaster@Klaas: It’s because you have the following css in your Custom CSS box. Remove it and it will be fine.
body { line-height: 21px !important; }Sakin
Keymaster@Gunter: Thanks for your appreciation and if you like Catch Kathmandu Theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform
Sakin
Keymaster@Andybee: So, you are talking about the Featured Page Slider. For that follow the step below:
@Andybee:
1. First create page and add in featured image in your page. For featured image check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/2. Go to “Appearance => Customize => Featured Slider Options”.
3. Now, in “Featured Slider Type”, just select “Featured Page Slider” from Select Slider Type. Then add in pages you have created.
4. Finally, in “Featured Slider Settings”, just select option where to want to display from “Enable Slider on” and “Save & Publish”
-
AuthorPosts
