Forum Replies Created
-
AuthorPosts
-
September 5, 2017 at 12:14 am in reply to: How to change layout option default to eliminate sidebar for posts "only" #121621
Pratik
ParticipantHi @albertjee,
We will add this option is next next update in pro version for catch flames theme. Please wait for update.
Regards,
PratikPratik
ParticipantHi Andy,
Try following code in Appearance=> Customize=> Additional CSS:
#header-mobile-menu { display: none; }
Let me know how it goes.
Regards,
PratikPratik
ParticipantHI @dsm,
Now can you check for conflict plugins. I think this is a plugin issue. For this, check our post: https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/.
Let me know how this goes.
Regards,
PratikPratik
ParticipantHi @dms,
Can you try activating parent theme and let me know if the issue persists?
Regards,
PratikPratik
ParticipantHI @dsm,
I meant the page where the link is. I have your home page, I need the page where the link originates.
Pratik
ParticipantHi @sandeaccc,
This forum is for Catch Themes themes and plugins only. Your site is using Headway theme. Please post your queiy in their forum. Sorry for inconveniences.
Regards,
PratikPratik
ParticipantHi @southpawsmilin,
Once you have added links, there should be CT: Social Widget in widgets screen. Add it to one of the Sidebars and it will appear.
Let me know if you need further help.
Regards,
PratikPratik
ParticipantHi @dsm,
Can you send me link to your blog page, i want to check it.
Also, can you try changing your permalink to something else at Dashboard=> Settings=> Permalinks.
More info about changing here: https://codex.wordpress.org/Settings_Permalinks_Screen
Regards,
PratikPratik
ParticipantPratik
ParticipantHi @victoryads,
You will need to hire a customizer for this as these icons are not present in the theme.
Regards,
PratikPratik
ParticipantHi @giopas,
For menu, try following code:
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation li:hover > a, .main-navigation li.focus > a { color: #dd9933; }
If you mean changing font only for “Who We Are”m then try following code:
#menu-item-67 { font-family: Arial; }
Change font family to your desired font.
For send button, let me know what you want and i will provide you with code.
Regards,
PratikPratik
ParticipantHi @ giopas,
Can you please post in your site url?
Regards,
PratikPratik
ParticipantHi @salihkn,
I checked your site and its showing date. I guess it might show time for posts that are not 24hrs old. Check screenshot: http://nimb.ws/b4KD0A
Regards,
PratikPratik
ParticipantHi @grafxgirs,
Can you post in your site url please?
Regards,
PratikPratik
ParticipantHi @tattoo-top,
Glad you solved it yourself 🙂
Regards,
PratikAugust 12, 2017 at 9:59 am in reply to: Rockstar Pro – Featured image (sizes and woocommerce visibility) #120341Pratik
ParticipantPratik
ParticipantHi @scubafreak,
Thanks for the update. I am glad it worked.
If you liked our theme and my support, please leave a review at https://wordpress.org/themes/catch-kathmandu/.
Regards,
PratikPratik
ParticipantHi @neobrainless,
For menu text color, try following code in Appearance=> Customize=> Additional CSS box:
.main-navigation a { color: #000000; } .main-navigation .menu-item-has-children a { color: #ffffff; }
You can change #000000 and #ffffff to any color you want.
First block changes the main color, second block changes sub menu item color.
For footer copyright, try following code:
.site-info { background-color: #ffffff; color: #000000; } .site-info a { color: #e8554e; } .site-info a:hover, .site-info a:focus { color: #cccccc; }
Let me know how it goes.
Regards,
Pratik -
AuthorPosts