Okay
  Public Ticket #848869
font size
Closed

Comments

  • Xue started the conversation

    Hello!

    I’m currently working on this page http://namesbuy.com/names and wish to know how to shrink the font/title size which appears on the hover state of the portfolio thumbnail. Also is there anyway to center the category filter?


    thanks in advance!

  • [deleted] replied

    Hi Xue,

    Can you please add the code below to Custom CSS

    .portfolio-holder .thumb .hover-state .info h3 {
        font-size: 15px !important;
    }
    
  • Xue replied

    Thanks!

    Is there anyway to center the category filter that sits above the portfolio thumbnail?

    Mine is flush right & squeezed together right now


  • [deleted] replied

    Hi Xue,

    Can you please add the code below to Custom CSS

    .product-filter {
        text-align: center;
    }
    
    .product-filter ul li {
        margin-left: 20px !important;
    }
    
  • Xue replied

    Hi Ylli, thanks for your help!

    Sorry for so many questions, there are two more I'd like to ask :)

    1. which code should I insert for shrinking down the size of the title under portfolio thumbnail?

    2. i want to stylize the Show More button with thinner line/border. is there anyway to do so?


    Thanks again!

  •   [deleted] replied privately