wprocket
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Does it work with Bold Photography theme?Yes, looks like now they only support in pro version of theme. Just install polylang and check in. You will not safe in any trouble. It will just be that some of the strings might not be translated and if you need it later then just upgrade to Bold Photography Pro theme and it’s mentioned that it will work in that theme.
- This reply was modified 5 years, 4 months ago by wprocket.
Forum: Plugins
In reply to: [Polylang] Does it work with Bold Photography theme?Hi Tamas,
As per my knowledge, Catch Themes do support Polylang. You can post in their support forum at https://catchthemes.com/support-forum/ and get the exact answer.
Forum: Fixing WordPress
In reply to: How do you create a child theme directory?The easy option to build child is to use plugin like Generate Child Theme
For manual process, you can check out this article https://catchthemes.com/blog/create-child-theme-wordpress/
Forum: Themes and Templates
In reply to: [Hueman] changing the font color of topbar menu to black@longman2020: Just add the following css in “Appearance – Customize – Additional CSS” box:
#nav-topbar.nav-container { background-color: #000; }
Forum: Themes and Templates
In reply to: [ZeroGravity] Main navigation centered?@lafringuella: You can add the following css in “Appearance -> Customize -> Additional CSS”.
#site-navigation .nav-menu > ul { text-align: center; } #site-navigation .nav-menu > ul ul { text-align: left; }
Note: If you don’t see Additional CSS in your theme, then you can install “Catch Web Tools” plugin, activate Custom CSS module and then add in “Catch Web Tools -> Custom CSS” box.
Forum: Themes and Templates
In reply to: [Hemingway] Change colour of Menu/Navigation Bar@kizonxks: You can add the following css in “Appearance -> Customize -> Additional CSS”. Change the background color code as per your need.
.section.bg-dark.navigation { background-color: #000; }
Forum: Themes and Templates
In reply to: [Olsen Light] changing “post comment” color & a few more@crod: You can add the following css in “Appearance -> Customize -> Additional CSS”. Just change the color code as per your need.
/* Submit Button Color */ #commentform .submit { background-color: #b49543; color: #fff; } /* Submit Button Hover-Focus Color */ #commentform .submit:hover, #commentform .submit:focus { background-color: #b49543; color: #fff; }
Note: If you don’t see Additional CSS in your theme, then you can install “Catch Web Tools” plugin, activate Custom CSS module and then add in “Catch Web Tools -> Custom CSS” box.
- This reply was modified 7 years, 9 months ago by wprocket.
Forum: Reviews
In reply to: [Catch Everest] Catch Everest just one word "AMAZING"Nice theme.