Viewing 12 posts - 1 through 12 (of 12 total)
  • #82872
    pratoo
    Member
    Post count: 19

    Hello!

    Thanks for a great theme!
    I have three questions (attach a photo).

    1. How do I change the size of the categories?
    2. How do I adjust the prices, so they fall under the categories?
    3. How do I change the size of text in widgets? (For example, in the foot)?

    #82981
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this custom css:

    .posted_in {
      font-size: 12px;
    }

    2) Please can I see your link?

    3) It depends what widget you are using and wether it’s in the footer or the sidebar, please be more specific

    – Kyle

    #82991
    pratoo
    Member
    Post count: 19

    Thank you!

    2. Sure, the link is:
    http://www.armanteimouri.se/butik/

    As you can see the numbers are placed in different places (probably because the title is too long). I would therefore like the price to be left-aligned, under everything. Is that possible?

    3. I use the “text/html”-widget for the footer.

    /Arman

    #82996
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    2. Add this to your custom css:

    ul.products li.product .price {
      float: left;
    }

    3. Add this:

    #footer .textwidget {
      font-size: 12px;
    }

    – Kyle

    #83001
    pratoo
    Member
    Post count: 19

    Almost there. What do I write in the code to get the prices to be placed below everything else. See picture or previous link.

    #83005
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    ul.products li.product .product-details {
      float: none;
    }

    – Kyle

    #83006
    pratoo
    Member
    Post count: 19

    Alllllllmost there 🙂
    Now it’s placed under everything, but it’s still align right. How do I make it align left?

    #83174
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The css that I gave you previously:

    ul.products li.product .price {
      float: left;
    }

    – Kyle

    #153547
    crystallisspecimens
    Member
    Post count: 113

    The size of the Prices are too small. How do I make the PRICES look bigger?

    #153608
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    ul.products li.product .price {
      font-size: 14px !important;
    }

    Thanks
    Mohammad

    #153870
    crystallisspecimens
    Member
    Post count: 113

    Thanks that fine now.

    #153876
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.