Change the font and font color in the Shapely Parralax Section widget.

Good evening,

I would like to know how to change the font and font color in the Shapely Parralax Section widget. I would also like to know how to change the font and color of Button Text 1 and 2. Who can help, I will be very grateful.

Hi there

Hope you are having a good day and thank you for your question
Please provide a link to your website and let me know which text you want to change on that page

I have the same question. My website is www.epmotions.nl and I want to change the color inside the first picture which is now white.

Good eveningn

Sorry but i see only COMING SOON page, can you disable it temporary?

done :slight_smile: now you can check

hey there

Please add this CSS in appearance - customize - additional CSS

.image-bg p, .image-bg li {
color: #639;
font-family: fantasy;
}
.btn-white, .image-bg .btn, .image-bg .btn:visited {
color: #e60303;
border-color: #d00303;
}

.btn-white:visited, .btn:visited:hover {
color: #fff;
}

Thanks!
Colorlib Support Team

I would like to change the font and color as per the attached image. And I would like to change the button, as shown in the attached image. Change the button to look like the other “Chat in WhatsApp” button.

Link: iptvplaynow.net

Hi there

dyegoalberton you have to use the same code,
and for button try to change them from appearance > customize

I applied the code as directed. But the source and color is “IPTV is Play Now” not changed. It also did not change to the word “Download App” button 2.

hi

Ok, try this please:

.image-bg h1 {
color: #313030;
}
.btn-white:hover, .image-bg .btn:hover, .image-bg .btn:visited:hover {
background: #f00;
border-color: #f00;
color: #fff;
}
.btn-white, .image-bg .btn, .image-bg .btn:visited {
border-color: #ff0000;
background: red;
}

Hi,

Can you tell me how I can change the background color of the Paraleax sections?
Thanks in advance.

Hello there,

You would have to add some CSS code like the following to change the parallax background color:


.bg-secondary {
    background: red;
}

Best Regards,
Support