Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #968107

    Ive got a Tabs section on this page http://dharmacottageyoga.com/luxury-yoga-retreats/
    front end password = lennox

    I want the tab heading to be the same font as the headings (ie Playfair Display)

    I’ve tried lots of combo and can’t seem to get it – here is what is currently in the custom css
    .tab_titles { font: Playfair Display;
    font-size: 18px;
    }

    the font size is taking but not the typeface

    #968126

    I worked it out

    custom css should be

    .tab_titles { font-family: Playfair Display;
    font-size: 24px;
    }

    #968715

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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