-
Posted in : Empathy
-
Hello,
My contact page map looks weird…
and can you tell me how to Enabled Page Light Text in custom css?http://assadmawad.info/AssadMawadWP/#/contact
Thank you
Hi Assad Mawad,
You forgot the close the shortcodes social in the contact form. I would recommend you to delete and create the contact form again.
Go to Appearance > Customize > Empathy Page Colors and enabled page light text.
ThanksThank you for the help
for the customization the contact page is my page number 7. so i can’t see it in Appearance > Customize > Empathy Page ColorsThank you again
Hi, you can use this custom css code to have light text for the seventh page;
.pt-page:nth-of-type(7), .pt-page:nth-of-type(7) label { color: #fff; } .pt-page:nth-of-type(7) .social li a { line-height: 48px; border: 2px solid rgba(255, 255, 255, 0.26); } .pt-page:nth-of-type(7) input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), .pt-page:nth-of-type(7) textarea { border-color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.8); } .pt-page:nth-of-type(7) input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus, .pt-page:nth-of-type(7) textarea:focus { border-color: rgba(255, 255, 255, 1); } .pt-page:nth-of-type(7) input[type=submit], .pt-page:nth-of-type(7) input[type=button], .pt-page:nth-of-type(7) button, .pt-page:nth-of-type(7) a.button { border-color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.9); } .pt-page:nth-of-type(7) .service p { color: rgba(255, 255, 255, 0.7); } .pt-page:nth-of-type(7) .process { background: rgba(255, 255, 255, 0.7); } .pt-page:nth-of-type(7) .process:after { border-bottom-color: rgba(255, 255, 255, 0.15); } .pt-page:nth-of-type(7) .filters li a { color: #fff; } .pt-page:nth-of-type(7) .event h5 { color: rgba(255, 255, 255, 0.4); } .pt-page:nth-of-type(7) .testo { color: rgba(28, 38, 43, 0.9); } .pt-page:nth-of-type(7) .skill-unit .bar .progress span { background: rgba(255, 255, 255, 0.5); } .pt-page:nth-of-type(7) .event p { color: rgba(255, 255, 255, 0.75); } .pt-page:nth-of-type(7) .fun-fact i { color: rgba(255, 255, 255, 0.9); }Thank You :)
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
You must be logged in and have valid license to reply to this topic.