Hi, In the submenu every word starts with a capitol letter. How can I change this? In Swedish this looks totally wrong. How do I change the color/size of text in the pages and links? How can I change/translate the text "Social links" on the start page? Brg/Torbjörn
Please share the link of your website and also explain your problem with the help of screenshot, where you want to change the color of links, so that we can give you the exact solution.
Hi Gourav, http://wp.ekmansab.se In Sweden we do not use Capitol letters on every word in a headline. It should be "Stå i kö". I would like to change the color and possibly also the text size in the footer. How do I change the color of the link text "Läs mera..." ? Best regards, Torbjörn
1.For your first and second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li a { text-transform: none; } .footer-wrapper .footer_widget a { color: red; } .footer_bottom a{ color: red; } .main-content a { color: red; } 2.For your third issue Go to footer.php present in your theme directory and follow the instruction as shown in image given below 3.For your last issue Download Contact Form 7 plugin from WordPress.org http://wordpress.org/extend/plugins/contact-form-7/
Hi again, Contact form: http://wp.ekmansab.se/kontakta-oss/ I have added the "Contact form 7" plugin and the design is very simple so I would like to have i nicer send button. How do I do to get the Theme's default send button in the plugin? Is there any easy way to shape the form up to make it fit better with the theme's design? Short codes I tried to write short codes on the page "http://wp.ekmansab.se/vara-fastigheter-2/" to get the two maps side by side but it didn't work. Why? /Torbjörn
1. It is not possible to design plugin contact form to same as theme default contact form, But use code given below for possible customization. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: input[type="submit"] { width: 150px; height: 30px; background: red; } .wpcf7-form-control.wpcf7-text { width: 300px; height: 25px; } #wpcf7-f317-p19-o1 p { color: red; } Adjust width and height as per your requirements. 2. For your last issue Please provide the following information listed below. Thread Link: Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected]
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .wpcf7-form-control.wpcf7-submit { font-size: 30px; color: red; }
Hello, To make Your Contact Form Better On Your Website You can use "formget-contact-form" plugin, which will help you to make your contact form easily and simple. Download it from the link given below. http://wordpress.org/plugins/formget-contact-form/ You just need to register on FormGet, create your form by clicking on the fields and embed the code on your website at any page, post or widget. You can easily place the contact form on every page of your website which will increase the user interaction. You will be able to manage entire communication from a single place between you and your visitor. It will be easy for you to provide support, feedback to your users. We recommend you to try this new contact form solution on your website. Hope it will meet your requirements. You can easily replace the existing contact form with this new one. Let us know your feedback