Forum Replies Created
-
AuthorPosts
-
sapanaParticipant
@dbevarly:
You cannot update pro theme like you update free theme .To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-box-pro/#updatingLet me know if this helps you out.
Kind Regards,
SapanasapanaParticipant@mjkelleher:
Hello,
I hope I was able to resolve your issue. If it’s not too much trouble,
I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/fabulous-fluid/reviews/#new-post
Your review will help others know what to expect when they’re looking
for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to
help,don’t hesitate to let me know.Kind Regards,
SapanasapanaParticipant@mjkelleher:
I checked your site and Customize page is working perfectly, you can look at screenshot.
ScreenshotKind Regards,
SapanasapanaParticipant-To remove the white space between the header and the featured image and also in navigation menu bar
Go to => Appearance =>Customize=> Additional CSS:add the following CSS code#featured-content .wrapper { padding-top:0; } #site-navigation { margin-top:51px; }
Kind Regards,
SapanasapanaParticipant@wannabebre84:
-You can center the logo, title and menu-bar:
Go to => Appearance =>Customize=> Additional CSS:add the following CSS codesite-branding { float:none; display:block; max-width:340px; margin:0 auto; } .site-branding .site-logo { float:none; display:block; } #site-navigation, #site-navigation ul li, .main-navigation li { float:none; } #site-navigation { text-align:center; } #site-navigation ul li { display:inline-block; }
-You can change the color of menu with three horizontal lines
Go to => Appearance =>Customize=> Additional CSS:add the following CSS code#responsive-menu-button { color: black; }
Kind Regards,
SapanasapanaParticipantIt is very difficult to resolve the issue without seeing your site so, let me know when your site is live.
Kind Regards,
SapanaAugust 8, 2018 at 12:07 am in reply to: Front page popup for collecting emails from visitors #151193sapanaParticipantsapanaParticipantPlease try to deactivate all the plugins and check if this resolves the issue.
Kind Regards,
SapanasapanaParticipantFor this you need to find suitable plugin from WordPress Plugin Repository.
Kind Regards,
SapanasapanaParticipant@wannabebre84
Please post your site Url so that I can look into the issue.Kind Regards,
SapanasapanaParticipant@mjkelleher
Please try to do the fresh installation of the theme again and let me know if any issue occurs.Kind Regards,
SapanasapanaParticipant@deegibbons:Please post your site Url.
Kind Regards,
SapanaAugust 2, 2018 at 1:05 am in reply to: Remove date/time and author information from portfolio projects or posts #150777sapanaParticipant@leenajacob: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.entry-meta-wrapper { display: none; }
Kind Regards,
SapanasapanaParticipant@luismarioochoa:
1)To center the logo
-create div for both social icons(social-icons)<div id="social-icons" class="social-icons"> <a href="https://www.facebook.com/BloomRestaurantToronto/"><img src="http://bloomrestaurant.com/wp-content/uploads/2018/07/facebook-e1532482480174.png"></a> </a> <a href="https://twitter.com/bloomrestaurant"><img src="http://bloomrestaurant.com/wp-content/uploads/2018/07/twitter-e1532482445370.png"></a> </div>
Go to = Appearance => Customize =>Additional CSS add following CSS code.
.social-icons{
text-align:center;
}`2)To change the color of copyright
<strong> Go to => Appearance => Customize =>Additional CSS</strong> add following CSS code.#site-generator .copyright { color: blue }
you can change the color according to your requirement.
Kind Regards,
Sapana -
AuthorPosts