• I need to change the Header Image Caption Box size but not sure where to find that in the settings or the code.

    Any assistance is always appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bradrickey

    (@bradrickey)

    anyone?

    Theme Author Shaped Pixels

    (@shaped-pixels)

    There is no option for that.

    You can add some custom CSS code to change it
    1st line of box caption: (change 140% to whatever suits you)

    .banner-caption-content-title {
        font-size: 140%;
    }
    

    2nd line of box caption: (change 90% to whatever suits you)

    .banner-caption-content-subtitle {
        font-size: 90%;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change size of Header Image Caption Box’ is closed to new replies.