Forum Replies Created
-
AuthorPosts
-
November 28, 2016 at 9:32 am in reply to: how to atop the page changing colour when scrolling #104058
Mahesh
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,
MaheshNovember 24, 2016 at 2:37 pm in reply to: Clean Business Pro Transparent Menu/Title Background #103832Mahesh
Participant@kpreece1985: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#masthead { background-color: rgba(214, 214, 214, 0.5); }Regards,
MaheshNovember 24, 2016 at 12:28 pm in reply to: Adventurous Free Theme: Change sidebar content area colour #103821Mahesh
Participant@original_grumps: I checked your site but cannot figure out which element, can you please clarify so that I can help you further.
Regards,
MaheshNovember 24, 2016 at 12:19 pm in reply to: Programmatically change theme options in child theme #103820Mahesh
Participant@improdia: These functions are for getting default values or assigning values. Its not like the other that is called to be executed with add_actions. By the way, why do you want to override these two functions?
Regards,
MaheshNovember 24, 2016 at 12:12 pm in reply to: how to atop the page changing colour when scrolling #103819Mahesh
Participant@ajarnneil: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.is-sticky { background: rgba(0, 0, 0, 1) none repeat scroll 0 0; }Regards,
MaheshMahesh
Participant@elliottrae: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.nav-primary { text-align: center; } .nav-primary.search-enabled .menu { display: inline-block; float: none; }Regards,
Mahesh -
AuthorPosts
