Change Size of Blog Title Section

I am using Illdy on a new Wordpress site. The Title section takes up way too much screen area. The “Header Size” is 1920x532. I would like that a lot smaller, and also make the text of the title smaller and a different color. I have tried many different CSS code options and none have the effect I want. I would like the Title are about half the size it currently is (roughly 1920x265), the Title words to be about half the size (probably have to change the font size?) and the color to be yellow (#CCCC33). Is there any way to do this?

Thank you for your time…

Hi there

Probably we can fix it by custom CSS, please provide URL and i will check it

www.beeamazing.org - click any of the blog titles and you should see what I mean.

hey there

Please add this CSS in appearance - customize - additional CSS

#header .bottom-header.blog {
padding: 10px 0px;
}

Thanks!
Colorlib Support Team

That worked very nicely. Thank you!

Is there a way to change the font, font size and font color in the same “bottom-header”? I don’t want it so big, or white lettering.

Hi there

yes, sure, this is a default code, so, you may change it as you wish:

.bottom-header.blog h2 {
font-size: 5em !important;
color: #cccc33;
}

Thank you so much for your help! All of that worked perfectly.

You are welcome :slight_smile:

I will close this case now, Feel free to contact us again if you have other questions

Thanks!