• Resolved kz123

    (@kz123)


    Hello,

    I can’t seem to change the font under the images in the slider/carousel. Do I need a special code for that? I’d like the font to be the same as everywhere else on my website (Raleway).

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Try the following CSS:

    #sample_slider .owl-item .sa_hover_container p {
       font-family:Raleway !important;
    }

    OR, edit the slide content using TEXT editor (not VISUAL mode) and use the following HTML:

    <p style="text-align: center; font-family:Raleway !important;">Vodovodne inštalacije</p>

    • This reply was modified 6 years ago by simonpedge.
    Thread Starter kz123

    (@kz123)

    Thank you! I edited the Text editor yesterday and it didn’t work and I was really confused as to why – I forgot about the !important thingy 🙂 It looks great now, thank you again!

    Plugin Author simonpedge

    (@simonpedge)

    Good to hear you got it sorted out 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Text font’ is closed to new replies.