Change textcolor and size...

Discussion in 'Forum Rules' started by srkonsult, Jan 31, 2013.

  1. srkonsult

    srkonsult New Member

    Joined:
    Jan 29, 2013
    Messages:
    7
    Likes Received:
    0
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  3. srkonsult

    srkonsult New Member

    Joined:
    Jan 29, 2013
    Messages:
    7
    Likes Received:
    0
    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ö".

    Skärmavbild 2013-01-31 kl. 17.17.45.png


    I would like to change the color and possibly also the text size in the footer.
    Skärmavbild 2013-01-31 kl. 17.18.05.png


    How do I change the color of the link text "Läs mera..." ?
    Skärmavbild 2013-01-31 kl. 17.18.20.png

    Best regards,
    Torbjörn
     
  4. srkonsult

    srkonsult New Member

    Joined:
    Jan 29, 2013
    Messages:
    7
    Likes Received:
    0
    Hi again,

    One more question.

    How do I ad text fields to the contact form?

    Brg/Torbjörn
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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

    [​IMG]



    3.For your last issue

    Download Contact Form 7 plugin from WordPress.org

    http://wordpress.org/extend/plugins/contact-form-7/
     
  6. srkonsult

    srkonsult New Member

    Joined:
    Jan 29, 2013
    Messages:
    7
    Likes Received:
    0
    Great - Thank you !

    /Torbjörn
     
  7. srkonsult

    srkonsult New Member

    Joined:
    Jan 29, 2013
    Messages:
    7
    Likes Received:
    0
    Hi again,

    Contact form: http://wp.ekmansab.se/kontakta-oss/
    1. 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?
    2. Is there any easy way to shape the form up to make it fit better with the theme's design?
    Short codes
    1. 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
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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]
     
  9. srkonsult

    srkonsult New Member

    Joined:
    Jan 29, 2013
    Messages:
    7
    Likes Received:
    0
    Hi again,

    How do i change the size and the color of the text in the button?

    /Torbjörn
     
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .wpcf7-form-control.wpcf7-submit {
    font-size: 30px;
    color: red;
    }
     
  11. srkonsult

    srkonsult New Member

    Joined:
    Jan 29, 2013
    Messages:
    7
    Likes Received:
    0
    Perfect - thanks.
    /Torbjörn
     
  12. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    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
     

Share This Page