han

Forum Replies Created

Viewing 15 posts - 391 through 405 (of 434 total)
  • Author
    Posts
  • in reply to: starting with Shoppping theme #1043
    han
    Keymaster

    Have you installed and setup woocommerce?

    in reply to: Hide tagline from view in Church theme #1037
    han
    Keymaster

    Go 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

    in reply to: Shopping child theme #1036
    han
    Keymaster

    Go 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;
    }
    in reply to: Shopping child theme #1010
    han
    Keymaster

    Jazzkagge, you need to write custom css. I’ll probably add color control in the future if many users request. Thanks

    in reply to: Omega doesn't work on iPhone #989
    han
    Keymaster

    remove 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%;
    	}
    }
    in reply to: Omega Header #914
    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;
    }
    in reply to: Home Page structure #896
    han
    Keymaster

    possible but you need to customize header.php to add your link

    in reply to: Home Page structure #885
    han
    Keymaster

    That’s post featured image.

    in reply to: Omega and WooCommerce – EU VAT plugin CSS #876
    han
    Keymaster

    Glad that worked. Thank you very much for your contribution 🙂

    in reply to: Omega and WooCommerce – EU VAT plugin CSS #871
    han
    Keymaster

    That’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;
    }
    han
    Keymaster

    The 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.

    in reply to: Omega and WooCommerce – EU VAT plugin CSS #867
    han
    Keymaster

    Thanks Athen! Can you send your site url (use contact form if private)?

    in reply to: Beta Theme Show Branding and Title #837
    han
    Keymaster

    Thanks 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.

    in reply to: Beta Theme Question #829
    han
    Keymaster

    Thanks 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.

    in reply to: Logo image and tagline formatting – same line #796
    han
    Keymaster

    Yep, 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

Viewing 15 posts - 391 through 405 (of 434 total)