Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@ein: The issue you are having is because of the slider. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.page-id-253 #secondary { margin-top: 640px; }Regards,
MaheshNovember 28, 2016 at 1:05 pm in reply to: Clean Business Pro Transparent Menu/Title Background #104072Mahesh
Participant@kpreece1985: Please add the following CSS:
#mainnav { background-color: transparent; }Regards,
MaheshNovember 28, 2016 at 10:45 am in reply to: Is there an easy way to remove the blank spaces between posts. #104064Mahesh
Participant@marketingman: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#content article.hentry { border: 1px solid #ddd; border-bottom: none; margin-bottom: 0; } #content article.hentry:last-of-type { border-bottom: 1px solid #ddd; }Regards,
MaheshMahesh
Participant@theodisbutler: The menu is displaying because of display:block CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:
@media screen and (max-width: 909px) { .site-header-menu { display: none; } } #menu-toggle::before { content: ""; color: #000; } #menu-toggle { font-family: "Genericons"; color: transparent; width: 50px; } #menu-toggle:hover::before, #menu-toggle:focus::before { color: rgb(232, 85, 78); }Note: Above CSS will change menu to the three bars too as you’ve mentioned.
Regards,
MaheshNovember 28, 2016 at 9:32 am in reply to: how to atop the page changing colour when scrolling #104058Mahesh
Participant@ajarnneil: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@kzukeri: Please post in your site url. Putting the logo to left, what about the search bar?
Regards,
MaheshNovember 28, 2016 at 9:24 am in reply to: Home page featured image to fit full width of site?? #104056Mahesh
Participant@becky291: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.home #content .wrapper { padding: 20px 0; } .home.no-sidebar.content-width #main { width: 100%; } .home .post-4.page.type-page.status-publish.hentry { padding: 0; }Regards,
MaheshMahesh
Participant@elkehb: Yes, very well. That’s how you do it. 🙂
Let me know if any problem.Regards,
MaheshMahesh
Participant@wouwonline: Please add the following CSS:
.woocommerce div.product .product_title { font-size: 20px; } .woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 30px; } .woocommerce ul.products li.product h3 { font-size: 20px; } .woocommerce ul.products li.product .price { font-size: 30px; }Note: Adjust the font-size as required.
Catch Kathmandu Pro is a WooCommerce ready theme, you can adjust the product as you desire.
Or you can try E-Commerce Pro an e-commerce theme. (https://catchthemes.com/themes/category/e-commerce/)
Or any other theme in here:
https://catchthemes.com/themes/category/e-commerce/Regards,
MaheshMahesh
Participant@oinardoo: Use the following CSS for the second one:
#catchresponsive_social_icons-2 .widget-wrap a img { vertical-align: bottom; }Regards,
MaheshMahesh
Participant@kzukeri: This option is already available in Pro version. I recommend you to upgrade to Pro version. But if you want to show the site title overlay on Free version, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#masthead { opacity: 1; display: block; }Regards,
MaheshNovember 25, 2016 at 10:37 am in reply to: How to extend the width of the customisable slider to fill in the browser window #103890Mahesh
Participant@nadiahri: Catch Box Pro is a boxed layout theme and the max-width is 1000px. I recommend you to try out the full-width themes instead e.g Full Frame https://catchthemes.com/demo/full-frame/
But if you want to have it anyway in the current theme, I recommend you to hire a customizer.Regards,
MaheshMahesh
Participant@acucomm: Thank you for using Create Pro theme. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.no-sidebar-full-width .entry-title { font-size: 30px; }Regards,
MaheshMahesh
Participant@elkehb: Thank you for using Catch Box Pro theme. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.page-id-10 #content .entry-header { display: none; }Regards,
MaheshNovember 25, 2016 at 9:53 am in reply to: Home page featured image to fit full width of site?? #103886Mahesh
Participant@becky2911: Catch Responsive is a boxed layout theme and the max-width is 1200px (problem you are facing). I recommend you to try out the full-width themes instead e.g Full Frame https://catchthemes.com/demo/full-frame/
But if you want to have it anyway in the current theme, I recommend you to hire a customizer.Regards,
MaheshMahesh
Participant@wildways: Go to Dashboard=> Appearance=> Widgets and add Text widget to the sidebar and put image html code into the text widget.
<img src="URL_TO_YOUR_IMAGE" title="Some Title" alt="Alt Text" />Regards,
MaheshNovember 24, 2016 at 3:28 pm in reply to: Programmatically change theme options in child theme #103839Mahesh
Participant@improdia: Overriding this function may create problem and the theme may not perform as it should. As the functionality problem will occur, this is not possible.
Regards,
MaheshMahesh
Participant@dylan-f: The settings will be migrated automatically with upgrade. No need for that. If you need it anyway, you can use plugin to export and import settings.
https://wordpress.org/plugins/Regards,
Mahesh -
AuthorPosts
