Forum Replies Created
-
AuthorPosts
-
han
KeymasterPJT, Can you provide your site url?
han
KeymasterYes, you can overwrite the files via FTP, or if you can wait the theme update from wp dashboard.
han
KeymasterHi Saman, The drop down select issue has been fixed. Please download the latest Magazine child theme here
han
KeymasterIf you want to override the background color, go to “Appearance > Customize > CSS”, put this code and save
body { background: #DDDDDD; }han
Keymasterhopee, the new version is now available at shopping theme page . That will fix the menu issue.
han
KeymasterThe syntax is wrong. Try this
background-image: url (‘fon.jpg’);or
background: url (‘fon.jpg’) repeat fixed;Make sure the image is available at /themes/omega/fon.jpg
Using Omega Child is recommended
han
KeymasterHi Saman, can you send your contact page url?
han
KeymasterGreat question. Unfortunately there is no grandchild theme in WordPress. If you simply what to change CSS and stay safe for future update, go to “Appearance > Customize > CSS” and put your custom css to override the church style. If you need more than CSS tweak, there are two ways. First is via plugin (advance). Second, copy the church theme and make it your own, rename the theme name and folder.
han
KeymasterGlad that worked Chris! Thanks 🙂
han
KeymasterGo to Appearance > CSS, and add something like this (change the hex color as you wish)
.site-header { background:#bbb; } body { background:#eee; } .nav-primary { background: none repeat scroll 0 0 #000000; }han
KeymasterYou can do it in 3 easy steps:
- Download and activate Omega child
- Copy omega parent style.css content (exclude media query style), replace omega child style.css content with that
- Add below code at the bottom of omega child style.css
@media only screen and (max-width: 1000px) { .wrap, .site-container { width: 1000px; } }That’s for now, maybe we can make it easier in the future 🙂
han
KeymasterFor Church theme, modify functions.php by replacing this code
add_action( 'omega_after_header', 'omega_get_primary_menu' );
with
add_action( 'omega_after_header', 'omega_get_primary_menu', 12 );han
KeymasterHopee, will fix it in next release. Thanks for reporting the issue
han
KeymasterAdd below code into omega_child_theme_setup function.
remove_action( 'omega_before_header', 'omega_get_primary_menu' ); add_action( 'omega_after_header', 'omega_get_primary_menu' );I assume you use omega child theme.
han
KeymasterwooCommerce is a plugin, and it’s free 🙂
-
AuthorPosts
