Forum Replies Created
-
AuthorPosts
-
han
KeymasterHave you installed and setup woocommerce?
han
KeymasterGo to “Appearance > Customize”, and add this custom CSS
.site-description { display: none; }SEO is another thing, big topic. If you want know more about this, check out MOZ.com
han
KeymasterGo to “Appearance > Customize”, go to “CSS” to put your custom css. Something like this
.nav-primary { background: none repeat scroll 0 0 #000000; } .omega-nav-menu .current_page_item a, .omega-nav-menu a:hover { background: #222; }han
KeymasterJazzkagge, you need to write custom css. I’ll probably add color control in the future if many users request. Thanks
han
Keymasterremove all code from “Custom CSS” field (sorry) and insert below code to the bottom of your child theme style.css
.sidebar-primary { width: 250px; } .content { width: 710px; } .site-header > .wrap { padding: 0; } @media only screen and (max-width: 1023px) { .content, .sidebar-primary { width: 100%; } }han
Keymaster@shenming, go to “Appearance > Customize”, find “CSS” tab and insert below code
.sidebar-primary { width: 250px; } .content { width: 710px; } .site-header > .wrap { padding: 0; }han
Keymasterpossible but you need to customize header.php to add your link
han
KeymasterThat’s post featured image.
han
KeymasterGlad that worked. Thank you very much for your contribution 🙂
han
KeymasterThat’s woocommerce.css issue, not omega. You can override the style by inserting this into your child theme style.css
.woocommerce .checkout .col-2 h3, .woocommerce-page .checkout .col-2 h3 { float: none !important; }November 12, 2013 at 2:02 am in reply to: Celebrate theme: How to make the theme responsive after modifying it? #868han
KeymasterThe site looks great. I’d suggest to redo the customization and don’t change style related to width, padding, margin, float unless you know what you are doing.
han
KeymasterThanks Athen! Can you send your site url (use contact form if private)?
han
KeymasterThanks for your compliment Tom 🙂
Yes, it would be better and easier to add the text within the logo. I prefer this as the font render is perfect.han
KeymasterThanks for your positive feedback and good heart. Please visit this page and feel free to explore one the options to support. A little love matters.
1. I check your site and don’t see any issue when resize. If you want to test the responsiveness, re-size the window is not the best way to do it. Try to refresh after resizing.
2. This is customized version of beta theme.han
KeymasterYep, it requires custom css. But there is an easier and better solution. Just include your site tagline in the logo image that you uploaded via Customizer.
To change paypal button, just change the image source with your own image. There are plenty of free button design you can search
-
AuthorPosts
