han

Forum Replies Created

Viewing 15 posts - 316 through 330 (of 434 total)
  • Author
    Posts
  • in reply to: How to change header icon size? #1711
    han
    Keymaster

    Go To Appearance > Customize > CSS, and add this code

    .title-area {
        width: 50%;
    }
    in reply to: increase width #1689
    han
    Keymaster

    Valeria, do you mean page width / content width? box shadow?

    han
    Keymaster

    Google Maps ready plugin overrode the css style that cause Left align issue. 2 ways to solve the issue:
    1. disable Google Maps ready plugin
    2. Go To “Appearance > Customize > CSS” and add this code

    .wrap {
        margin: 0 auto !important;
    }

    Yes, you can embed HTML code into text widget

    in reply to: Change menu color in Omega/shopping theme? #1681
    han
    Keymaster

    If you use forum search function, you’ll find the answer here

    in reply to: Inserting a favicon on site #1679
    han
    Keymaster

    Dorothy, I’ll create an omega favicon plugin for you shortly.

    in reply to: Change way links display #1678
    han
    Keymaster

    Go to “Appearance > Customize > CSS” and add this

    .sidebar a, .entry-content a, .site-footer a {
        border-bottom: none;
    }
    in reply to: "Shop" page layout modification #1677
    han
    Keymaster

    Q: It is possible to define 3 columns for products layout (on the frontpage) instead of just 4?
    A: Add this to functions.php

    // Change number or products per row to 3
    add_filter('loop_shop_columns', 'loop_columns');
      if (!function_exists('loop_columns')) {
        function loop_columns() {
        return 3; // 3 products per row
      }
    }

    Q: Also, is there any way I could adjust the number of results on the “Shop” page (from the standard 10 to 12 or 15)?
    A: Go to “Settings > Reading” and change “Blog pages show at most”

    in reply to: How to change header icon size? #1661
    han
    Keymaster

    Can you post your site url?

    in reply to: Church – header text #1631
    han
    Keymaster

    Go to “Appearance > Customize > CSS” and insert this code

    .site-header {
        padding: 10px 0;
    }
    in reply to: Quick issue: desktop vs mobile primary menu #1615
    han
    Keymaster

    That’s not possible by default, you need to customize the theme menu.

    in reply to: scroll down option in shopping #1614
    han
    Keymaster

    That’s possible but that’s woo-commerce feature called “Variable Product”, not theme feature.

    in reply to: Church Theme Problem with MS Explorer 8 #1613
    han
    Keymaster

    Yes please send your site url

    in reply to: Church Theme – Mobile layout #1612
    han
    Keymaster

    Yes, it’s the form fields. You can increase the width via css.

    in reply to: Customize – Shopping template? #1611
    han
    Keymaster

    1. You can change the background via css.
    2. Go To “Appearance > Widget” and drop a blank “Text” widget to “Header Right” sidebar.

    in reply to: Font special characters #1610
    han
    Keymaster

    Hi, I don’t see any issue with those characters ă, î, ș. Omega parent (framework) is free, omega child theme is very cheap.

Viewing 15 posts - 316 through 330 (of 434 total)