Forum Replies Created
-
AuthorPosts
-
han
KeymasterI believe that’s not from Omega. Please check your plugin list
han
KeymasterThanks for sharing your solution 🙂
han
Keymastergo to “Appearance > Customize > CSS”
han
Keymastertry add this
h1, h2, h3, h4, h5, h6 { font-family: arial; }han
KeymasterAs long as you have not customized any omega theme files, they (omega parent and child) will look the same.
han
Keymastertry this
.site-inner .wrap { background-color: rgba(255, 255, 255, 0.6); }han
KeymasterYou can cut and paste the code from
entry-byline.phptoentry-footer.phpunder partials folder,
Child theme is recommended if you want to customize Omega parent themehan
Keymasteryou can use css
han
KeymasterYou need to create transparent image and add this
.site-inner .wrap { background: url('http://domain.com/your-transparent-image.png') repeat 0 0 transparent; }han
KeymasterCan you post your page url?
han
KeymasterYou can add this css
.title-area { width: 100%; }han
Keymasterfind this code in functions.php
add_action( 'omega_after_header', 'omega_get_primary_menu' );
and replace with
add_action( 'omega_after_header', 'omega_get_primary_menu', 11 );han
KeymasterSimply add this code
body { background-image: none; }han
KeymasterI’d suggest an easier way, you can change the published / post date via admin
han
KeymasterPlease post your woocommerce related questions woocommerce forum or contact the author
-
AuthorPosts
