This topic has 13 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
Hi, I’ve got a problem how to change this green border in MENU: https://prnt.sc/mgf2df
And also I cannot change the title color in text with separator: https://prnt.sc/mgf39e
Thanks.
Hello,
1) Please find and change this code in Theme Options > Custom css:
.fullscreen-menu-collapse.navbar-collapse {
width: 500px;
margin: 0 auto;
border: 20px solid #02be75;
padding: 75px 0;
overflow: hidden !important;
}
2)
.vc_separator.vc_separator_align_left h4 {
color: black;
}
Regards
Tahnks a lot. works great.
Can you tell me where I can change contact-form?
I install contact form 7 form, but still didn’t have contact-form.
You’re welcome!
Regards
I install contact form 7 form, but still didn’t have contact-form.
Hello,
You need to add this shortcode http://prntscr.com/mgui4q on the page.
Please read more – https://contactform7.com/getting-started-with-contact-form-7/
Regards
I know that, but there is already one form named [contact_form] – can I edit that one?
Please provide temporary wp-admin access so I can take a closer look.
Regards
Check private content.
It is our default contact form. I would recommend you to change [contact_form] to [contact-form-7 id="24394" title="Formularz 1"] because to edit the default form you need to make changes in template files (royal/framework/shortcodes.php, copy this function https://prnt.sc/fhb5yq into functions.php file of your child theme and edit the form there).
Regards
Ok, thanks.
https://olmed.hostingasp.pl/?page_id=10128
Now it its short… can you tell me how to stretch txt areas?
.wpcf7 input, .wpcf7 button, .wpcf7 select, .wpcf7 textarea, .wpcf7 label {
width: 100%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up