• Resolved dfiness

    (@dfiness)


    Hello,

    I’m trying to change the font title size that is directly under the videos on my home page of califaces.com.

    I am using a ‘latest video” widget.

    I have tried adding this code to the customize – add additional css, section:

    .entry-content h2 {
    font-size: 100%;
    }
    .entry-content h3 {
    font-size: 90%;
    }
    .entry-content h4 {
    font-size: 80%;
    }

    I have also tried adding

    .single .entry-title {
    font-size: 18px;
    }

    Neither worked. Does anyone know what I can do to make the titles bigger?

    Thank you

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @dfiness,

    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:

    .video-section .item h3 a {
        font-size: 15px;
    }

    ?Try it and let me know how it worked.
    Kind regards,
    Diego

    Thread Starter dfiness

    (@dfiness)

    Oh my goodness Diego!!! It worked!!!
    I wish I could give you a hug!
    I’ve been trying to figure that out for 2 days!
    I was even trying to learn a html code to put into each line description lol

    Thank you thank you so much!!!

    You’re welcome! Glad to help!
    You can give me a virtual hug ??

    Remember to mark this as resolved.
    All the best,
    Diego

    Thread Starter dfiness

    (@dfiness)

    You’re the best!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change title size within a widget’ is closed to new replies.