Forum Replies Created
-
AuthorPosts
-
AndyKeymaster
Yes, 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; }
AndyKeymasterYou can add any content you like to your homepage.
AndyKeymasterYou should be able to use any page editor.
AndyKeymasterThanks 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.
AndyKeymasterHi, 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/AndyKeymasterIt 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.
AndyKeymasterPlease 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.
AndyKeymasterThere 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.
AndyKeymasterI 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.
AndyKeymasterChange the CSS to this instead:
@media only screen and (min-width: 1025px) { #primary-menu ul { min-width: 360px; } #primary-menu ul li { width: 50%; } }
AndyKeymasterIn ‘Customize’ > ‘Additional CSS’, add this code:
#primary-menu ul { min-width: 360px; } #primary-menu ul li { width: 50%; }
AndyKeymasterAndyKeymasterThis 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.
AndyKeymasterThe 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.
AndyKeymasterThis Additional CSS should do it
#top-bar .widget { width: 100%; text-align: center !important; margin: 0 !important; }
-
AuthorPosts