font size of header text

Hi,

I’d like to change font size of lower header text at our homepage
http://alpsguide.pl/
So that the text Adam Rys… would be bigger

I tried with CSS
#header .bottom-header h1 {
font-size:100px;
}
but it didn’t work, why?

Best regards
Magda

Hi Magda

Please try this css:

#shapely_home_parallax-7 .mb32 p {
font-size: 25px;
}

and let me know if it worked :slight_smile:

Hi!

Yes it worked! THX
Would it be similar for upper text?
I have to check the best options for the image&text

Best regards,
Magda

hi Magda

You can change the font size in the css code, instead of 25 you can use any number,
I see you already applies some good styling to it, :slight_smile:

You can change the font size in the css code, instead of 25 you can use any number

I know that…But 'd also like to change the size of ALPSGUIDE…
best regards,
Magda

Hi there,
Thanks for keeping in touch.
In this case, could you try out the following CSS code:

.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.text-center h1 {
font-size: 50px !important;
}

I hope this helps.
Kind Regards

hi,

it’s not working…

worked like that:

#shapely_home_parallax-7 h1 {font-size: 50px;
}

Hi there,
Thanks for the update.
Please feel free to reach out once again in case you have any more questions.
Kind Regards.