Okay
  Public Ticket #844065
Blog roll font
Closed

Comments

  • Eylül started the conversation

    Hello, my blog roll (at the end of the main page - you can see) uses a different font on the titles. (I use a post grid to show them) I tried playing with CSS but I was unable to change it. I want it to use Roboto Slab Condensed as the rest of the site. Can you please help me out?

  •  1,558
    Laborator replied

    Hi Eylül,

    Use the following CSS in your Custom CSS area to get the desired result:

    .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h3 {
        font-family: "Roboto Condensed" !important;
    }
    
    .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date div {
        font-family: "Roboto Condensed" !important;
        text-transform: uppercase;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group