Elementor: Hello Theme FAQs, tips and tricks
On the Elementor “Hello Theme FAQs, tips and tricks ” page you will find information such as the Hello Theme Child Theme download location, how to install the child theme and more. Hello Theme FAQs, tips and tricks
SiteGround Optimizer Plugin, SiteGround Security Plugin and the JNews Import Demo & Style process
Either the SiteGround Optimizer or the SiteGround Security plugin appears to interfere with the last import phase (global styles) of the JNews demo import process on WordPress Multisite. I tried numerous times to import the Travel Demo, only for the process to hang up on the final step. Finally, I tried it on fresh multisite […]
PublishPress Authors Child Themes List – Link
List of PublishPress Authors child themes available. https://publishpress.com/knowledge-base/publishpress-authors-child-themes/
Extra Theme – How to change body link color
You can change the Extra Magazine Theme body link color by navigating to the following location and entering your color of choice: Theme Customizer > General Settings > Typography Settings > Body Link Color Source: https://divi.help/threads/change-a-link-color.5674/
Sabai Discuss Q & A: How to style the Question Page in Divi Builder
The following page on the codecanyon.net site describes the steps necessary to make the Sabai Discuss Q & A Question Page compatible with the Divi Builder and other page builders. This site currently uses the Elegant Themes Extra Magazine Theme, and I used the solution on the page below to style the Sabai Discuss Question […]
Woffice: How to hide BuddyPress Groups Menu Link
Adding the following line to the WOffice child theme’s functions.php worked for me add_filter(‘woffice_groups_personal_li’, ‘__return_false’);
VidMov Theme Documentation
You can find VidMov Theme Documentation at the url below: https://vm-demo.beeteam368.net/documentation/
VidoRev Theme Documentation
You can find VidoRev Theme Documentation at the url below: https://beeteam368.net/vidorev-doc/#!/documenter_cover
Olympus Theme – How to fix Aside Menu icons not showing
In my case, the menu icons were present, but not showing on the menu. What solved this problem for me was editing, or re-selecting the menu icon and then saving it by executing the following steps Go to Menus Select the aside menu to edit Click a menu item to expand Then look at the […]
Avada Theme: How to completely hide a container
I tried disabling all three of the visibility settings, but was unable to. One of the settings would always remain visible. The following solution worked for me: Name the CSS Class of the container you want to hide: hide. Then, to the theme’s customizer, and add the following to Additional CSS: .hide { display:none; } […]