Forum Replies Created
-
AuthorPosts
-
Andy
KeymasterYes, the featured services buttons displays with same colors as the button color, so to change this for these buttons only, add this Additional CSS:
.featured-post a.featured-readmore { background: #9fb140; }
Andy
KeymasterYou can add any content you like to your homepage.
Andy
KeymasterYou should be able to use any page editor.
Andy
KeymasterThanks for the links.
In the Customzier, you have set the Button Background color to be green (#9fb140) and the Color 2 option to be purple (#582354).
The button background takes the Color 2 setting only if you leave the Button Background empty.
The solution is to click the Button Background ‘Select color’ and then click ‘Clear’ and it will then default to Color 2, or just change the Button Background to your purple color.
Andy
KeymasterHi, this is WooCommerce functionality.
Please see this information from WooCommerce regarding how to customize the emails: https://woocommerce.com/posts/how-to-customize-emails-in-woocommerce/Andy
KeymasterIt should be okay now. It appeared the database entry for the theme customizations had somehow become corrupted with the wrong data, so I reset it and it is all working correctly now.
Andy
KeymasterPlease make sure to update the theme to the latest version which is 1.1.4 (your site currently has version 1.1).
If the issue is still not fixed, please let me know specifically which buttons you want to change the color.
Andy
KeymasterThere is nothing in the theme that can stop these settings from being saved.
Checkd that it isn’t a plugin conflict by deactivating all your active plugins, then testing. If OK, then reactivate your plugins one-by-one until the problem reappears.
Andy
KeymasterI have sent you the demo files. Please check your email inbox.
You can use the One Click Demo Import plugin to import the demo files.
Andy
KeymasterChange the CSS to this instead:
@media only screen and (min-width: 1025px) { #primary-menu ul { min-width: 360px; } #primary-menu ul li { width: 50%; } }
Andy
KeymasterIn ‘Customize’ > ‘Additional CSS’, add this code:
#primary-menu ul { min-width: 360px; } #primary-menu ul li { width: 50%; }
Andy
KeymasterAndy
KeymasterThis is the standard CSS applied to the page title area:
.entry-header.with-image, .archive-header.with-image { min-height: 36rem; }
Copy this code with your changes and add it to Customize > Additional CSS.
Lorina Pro has options to fine tune this for different screen sizes such as desktop, laptop, tablet, mobile.
Andy
KeymasterThe correct way is to use a plugin to add google analytics code.
I can recommend MonsterInsights as this is what we use here on our own site.
Andy
KeymasterThis Additional CSS should do it
#top-bar .widget { width: 100%; text-align: center !important; margin: 0 !important; }
-
AuthorPosts