• Resolved hellenx

    (@hellenx)


    Hi, how can i change the font in this plugin?
    I entered this in the custom css of the row.

    @import url('https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister');
    
    h2{font-family: 'Love Ya Like A Sister', Arial, Geneva, sans-serif !important;color:#99cc00 !important; font-size:28px;line-height:45px;margin:50px 0;text-align:center;}

    It shows teh correct font while i am in the plugin, but when i go the landingpage dirctly, then it doesnt show the font.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Umar Bajwa

    (@umarbajwa)

    Hi,

    Please share the URL of the page so I can find the issue.

    Thanks

    Plugin Author Umar Bajwa

    (@umarbajwa)

    Add a new text widget and paste your css code wrapped in style tags.

    <style> @import url('https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister');
    
    h2{font-family: 'Love Ya Like A Sister', Arial, Geneva, sans-serif !important;color:#99cc00 !important; font-size:28px;line-height:45px;margin:50px 0;text-align:center;}
    </style>

    It will work.

    Thread Starter hellenx

    (@hellenx)

    Hi
    I pasted this directly into the text widget and it works, but now i have to paste it in ever text widget even if the different text widgets are n the same row?
    What is the purpose of the css custom in the row section?

    Plugin Author Umar Bajwa

    (@umarbajwa)

    The row section custom css targets directly at the current row.

    If you want to force all h2 tags to have same font-family you do that by using !important.

    We will also add a custom CSS field for the page in next update.

    Thanks

    • This reply was modified 7 years, 5 months ago by Umar Bajwa.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change font’ is closed to new replies.