Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1369070

    Hi Enfold team,

    with the following CSS code the grid entry titles get bold on hover (font-weight: 600) as desired:

    .grid-entry-title a:hover {
    font-weight: 600 !important;
    color: #1a1a18!important;
       letter-spacing: 0.00em!important;
    }

    In addition, is there a way to permanently display the respective title in bold as long as the associated preview is open/active?

    Thank you very much for your reply in advance.

    Best regards,
    fkm

    #1369084

    Hey fkm,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .active_portfolio_item .grid-entry-title {
      font-weight: bold;
    }
    

    Best regards,
    Yigit

    #1369100

    Hi Yigit,

    exactly like that – works great (again).

    Thank you very much.

    (Please feel free to close this topic as successfully completed)

    Best regards,
    fkm

    #1369101

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘ajax portfolio preview: bold title when the associated preview is active/opened’ is closed to new replies.