• Resolved morphi0s

    (@morphi0s)


    Hello,

    I was wondering how I can change the size of the title. I figured out how to change the default size on the theme, but it appears to have no effect on the size of the title. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Wolfs bRain

    (@wolfs-brain)

    Hi there morphi0s,
    Can you give us a link to your site to give it a looksie?

    Thread Starter morphi0s

    (@morphi0s)

    https://5minsono.com/

    I want the title thats inside the picture to be much larger.

    Also, I have no idea how to change the text underneath the picture (many components, block model, responsive layout).

    Thanks!

    p.s. Noob, obviously.

    Wolfs bRain

    (@wolfs-brain)

    Here you go morphi0s. This CSS code should allow you to change the size of the font within the picture.

    .valign-cell h1 {
        font-size: 500% !important;
    }

    As for the bottom widgets I believe you should be able to change them if you go to your dashboard and Appearance>Widgets. Look for the text widget with the content and you should be able to change it to your liking.

    Be sure whenever making any CSS changes to your theme to either add them through a CSS plugin or through a child theme.

    Hope this helps ??

    Thread Starter morphi0s

    (@morphi0s)

    It does! thanks!

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