Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25192

    Hi guys,

    Damn, you guys are busy, and I hate to add to the weight, but a few issues. My site is http://www.timgarvin.com/ for your reference.

    1) On the shop page, how to get the images of the product categories to appear higher so that they begin next to the sidebar?

    2) How to make the fonts larger throughout, how to control the headers?

    3) Customers are not appearing in the user are, What to check?

    3) How to make the logo twice as large?

    4) How to make the category name and description appear?

    Thanks,

    Tim Garvin

    #126070

    Hi,

    1.) Add this on your custom.css or Quick CSS

    .home.archive.post-type-archive .template-shop.content.twelve.alpha.units {
    width: 650px;
    float: right;
    clear: none;
    margin-top: -90px;
    }

    2.) Use this

    body {
    font-size; 15px;
    }

    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
    h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
    h5 { font-size: 16px; line-height: 1.1em; } /*17*/
    h6 { font-size: 14px; line-height: 1.1em; }

    3.) Customers are not appearing in the user are, What to check?

    4.) When you insert a logo image on Enfold > Theme Options. You have the option to select the size of the image before you click the “Insert image as logo” button.

    5.) Do you mean the shop category? Where do you want them to appear?

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘A few issues’ is closed to new replies.