Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. Text styles thumbnail grid

Text styles thumbnail grid

Scheduled Pinned Locked Moved General Discussion
3 Posts 2 Posters 37 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KW1
    wrote on last edited by
    #1

    Hi, I have embedded a different font for links as a hover, so that it is displayed in capital letters when hovering over it.

    /*hover font*/
    a:hover {
    font-family: 'font-name';
    text-transform: uppercase;
    }
    .current-menu-item a{
    font-family: 'font-name';
    text-transform: uppercase;
    }
    
    

    Now I would like to have this effect within the thumbnail grid (for the categories and filters). What is the best way to do this?

    And do you have any general ideas as to why the baselines of the two fonts jump and what I could do about it? The two fonts already have the same settings, x-height etc.

    Many thanks in advance!

    1 Reply Last reply
    0
    • K Offline
      K Offline
      KW1
      wrote on last edited by
      #2

      found a solution:

      
      /*font change thumbnail grid "categories"*/
      .lay-thumbnailgrid-filter-anchor:active{
      font-family: 'font-name'!important;
      text-transform: uppercase!important;
      }
      
      .lay-thumbnailgrid-filter-anchor.lay-filter-active{
      font-family: 'font-name'!important;
      text-transform: uppercase!important;
      }
      
      
      .lay-thumbnailgrid-filter-anchor:hover{
      font-family: 'font-name'!important;
      text-transform: uppercase!important;
      }
      
      
      /*font change thumbnail grid "filter"*/
      .tag-bubble.lay-tag-active {
      font-family: 'font-name'!important;
      text-transform: uppercase!important;
      }
       
      .tag-bubble:hover {
      font-family: 'font-name'!important;
      text-transform: uppercase!important;
      } 
      

      Does anyone else have an idea about the baseline problem? My fonts are jumping a bit too much haha

      1 Reply Last reply
      0
      • arminunruhA Offline
        arminunruhA Offline
        arminunruh
        Global Moderator
        wrote on last edited by arminunruh
        #3

        i think the jumping is because some positions inside of the font itself
        maybe you can work around it by using
        css:

        position: relative;
        top: -2px;

        or top: 2px;

        or bottom: -2px;

        on the css that shows the other font

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        I also code custom websites or custom Lay features.
        šŸ’æ Email me here: šŸ’æ
        info@laytheme.com

        Before you post:
        1. When using a WordPress Cache plugin, disable it or clear your cache.
        2. Update Lay Theme and all Lay Theme Addons
        3. Disable all Plugins
        4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

        This often solves issues you might run into

        When you post:
        1. Post a link to where the problem is
        2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
        3. If the problem is difficult to explain, post screenshots / link to a video to explain it
        Online Users
        Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
        laytheme.com
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Recent
        • Tags
        • Popular
        • Users
        • Search