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

    Hi,

    I tried to reduce the line-height of the job title team member with this css… But it does’nt work.
    The font size for the member name works well. But the font-size and line-height for the job-title, not.

    .team-member-name { font-size: 18px; }
    .team-member-job-title { font-size: 12px; line-height:1; }

    I also try this one… Not working too.
    .team-member-name { font-size: 18px; }
    .team.avia-team-member .team-member-job-title { font-size: 12px; line-height:1; }

    Thanks.

    #985376

    Hey studioc4com,

    The code you have used is correct. But you may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.