Forum Replies Created
-
AuthorPosts
-
han
KeymasterCurrently you can only assign different image on other pages by adding featured image on each page. Next release add the ability to disable header image on inner pages. Stay tune 🙂
han
KeymasterAh, go to appearance > menus, then manage your menu structure as you like, simply drag and drop.
And the custom css doesn’t looks good with header right widget On.han
KeymasterGo to Appearance > Customizer, find custom css under “Global settings” tab and copy & paste the code above, then save
han
KeymasterThe menu looks in a horizontal row hear. if you mean the text below the site title, you can increase the width via custom css below
.title-area { width: 60% !important; }han
KeymasterHi, have you tried customize it via Customizer > Color tabs and change the primary color ?
han
KeymasterGlad you did it and thanks for sharing 🙂
han
KeymasterHi Paolo, it’s CSS work so depends on your page structure.
There are some tutorials on the net that might help youhan
KeymasterYou’re most welcome. Just moved this topic under Omega forum.
han
KeymasterIt’s pretty easy to move the menu below the header. Simply put below code into your child theme functions.php
add_action( 'after_setup_theme', 'child_theme_setup', 11 ); function child_theme_setup() { remove_action( "omega_before_header", 'omega_get_primary_menu' ); add_action( "omega_after_header", 'omega_get_primary_menu' ); }han
KeymasterAwesome! Just sent you the account to your email. Thank you kindly 🙂
han
KeymasterSorry, I mean this http://wordpress.org/themes/download/celebrate.0.3.0.zip
han
KeymasterPlease try this latest version and let me know
han
KeymasterCan you provide the site url?
-
AuthorPosts
