Font size and color on paralax

Hello,
Can you help me with CSS code for some of the items my page.I need to change the size and color on some of the items. What do you need from me?

Hi @drummer312,

I hope you are well today and thank you for your question.

Sure i can help you to achieve it.

Please share me your site URL and tell me exactly where you want to change the size and color of the items so that i can help you.

Best Regards,
Movin

Hi @Movin
this is the site and I’m gonna upload pictures on what I wanna change.
Thanks for the help!!

http://13.74.255.156/`

this is the link

@Movin and can I have instead of the 2 buttons and textbox which can capture an email and a button I have the scripts for capturing the email

I visited your shared site but don’t see the elements on it which you have shown in your shared screenshots. Please see the attached screenshot which displays what i am getting.

Please advise.

If your reply doesn’t contain any sensitive information then please do not post it as private reply.

@Movin so I just recovered the page it should be up. The things we are trying to change are on the screenshots i uploaded above + if we can get a text input form (or the mailchimp for WP this is forms code [mc4wp_form id=“4”]) plugin on the first paralax widget (the one with the runner picture and readmore and signup buttons).
Thanks and sorry for the mix up with the site

You can try changing the font size and colors by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.shapely_home_parallax p.mb32 {
    font-size: 16px;
    color: #000;
}
#page .shapely_home_parallax h1 {
    color: #000;
    font-size: 60px;
}
a.btn.btn-lg.btn-white {
    color: #000;
    border-color: #000;
}

Please change the font size and color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

if we can get a text input form (or the mailchimp for WP this is forms code [mc4wp_form id=”4″]) plugin on the first paralax widget (the one with the runner picture and readmore and signup buttons).

You can achieve this by using custom plugin solution shared in the following topic. Please add that shortcode in the content section of widget.

https://colorlibsupport.com/t/cusomizing-parallax-widget/

This plugin deletes the existing parallax widget and adds new parallax widget having extra functionality so please read the new parallax widget in the Homepage widget area and configure it.

Thanks you so much @Movin you are the best

You are most welcome here :slight_smile: