• Resolved BabaO

    (@babao)


    I am trying to change the title font of the Block Slider on my homepage.
    I have tried several options but can’t seem to make it work.

    My wp theme comes with Blocks and on my home page editor I have html txt that goes a little likes this :
    —————————————————————–
    [home_slider]
     
    [bgslide img=”http://ANY_IMAGE_URL.jpg” title=”Spring” animation=”flipInY”]
    <span style=”font-size: xx-large;”>The season of tulips, daffodils, irises and hyacinths</span>
    —————————————————————–

    I want “title=Spring” to be in a specific google font but none of my theme’s option lets me change this. I therefore probably have to do this with custom css but I do not know how to do it…

    Can anyone help me ?

    BabaOo

    Thank you !!

Viewing 5 replies - 1 through 5 (of 5 total)
  • It is very difficult to help with this type of problem without being able to view the site. If you post a link to your site where the problem can be seen, someone may be able to help you.

    Thread Starter BabaO

    (@babao)

    Well it’s not a “problem” per say, it’s just what the client wants 🙂

    You can view the demo site here: http://newsmartwave.net/wordpress/trego/

    On the homepage you see the slider with the big circles that says: NEW COLLECTION
    and SUMMER MOOD

    Those are the ones my client wants to change the font, but this theme options won’t let you do that. You can change all other fonts except those…

    So I guess I will have to code it in, but I’m an infant in coding…so I need help 🙂

    Thank you !!!

    BabaOo

    Well, I can change the font size and color, but I was unable to override the font-family. Here is the CSS I used:

    .slide-wrapper .content-box h1 {
       color: #0000FF;
       font-family:"Times New Roman", Times, serif !important;
       font-size: 20px !important;
    }

    Don’t know why I could not override the font-family.

    If you can get that resolved, here is an article that explains how to add Google fonts to a theme:
    http://webdesignfromscratch.com/wordpress/using-google-web-fonts-with-wordpress-the-right-way/

    There are also plugins that will help with this.

    Thread Starter BabaO

    (@babao)

    I’m also stumped…..and this wp theme already uses google fonts !

    Alright I’ll try tour css, when I get back home (traveling right now) sometime this week-end. I’ll let you know how it goes 🙂

    Thank you so much !!!

    BabaOo

    Thread Starter BabaO

    (@babao)

    just cleaning up my threads 🙂

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

The topic ‘Block Slider Title Font’ is closed to new replies.