• Resolved dailydotssk

    (@dailydotssk)


    Hi!

    I am all new to CSS but I figured out to change the font on title and tagline. Now I am looking to change the font on the text on the frontpage banner (the big picture right below the menu).

    How do I do that?

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

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

    Hope you are having a great day and thanks for contacting us!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .frontpage-banner .caption h2 a {
        font-family: Arial;
    }

    Of course change the “Arial” text for the font of your choice.
    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

    Thread Starter dailydotssk

    (@dailydotssk)

    Thanks, that worked fine but it only changes the first part of the text and not the part below the little line. How do I change that as well?
    Also, how do I change the font size?

    Thanks for your help!

    Thread Starter dailydotssk

    (@dailydotssk)

    Alright so I figured out how to change the font size but I still cannot figure out how to apply those changes to the rest of the text ??

    Hi @dailydotssk.

    Since this thread is marked as “Resolved”, I wonder if you still need some help regarding font changes?

    Kind regards.

    Thread Starter dailydotssk

    (@dailydotssk)

    Hi, no I actually figured it out myself. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change font on frontpage banner’ is closed to new replies.