Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25018

    How can increase the size of the phone number in the upper right corner? Is there a way to possibly make it a different color like red?

    Site for reference:

    http://premieriphonerepair.com/

    Also, any way to integrate a contact form into the layer slider in a better manner? I am unable to alter how compact it is.

    #125519

    Hi,

    Sorry for the delay. This css code will make phone number red and bigger., please add it to /css/custom.css file OR to quick css located in Enfold > Layout Styling (under theme options):

    .social_header .phone-info {
    color: #F00;
    font-size: 1.35em;
    }

    Add this css code to one of the two locations described by me earlier in this post. It will shrink your form

    .ajax_form p {
    float: none;
    width: 70%;
    }

    #top .ajax_form .text_input, #top .ajax_form .select{
    padding: 8px !important;
    }

    #top .ajax_form .text_area{
    padding: 6px !important;
    height: 100px;
    }

    Thanks,

    Nick

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Increase text size and alter contact form’ is closed to new replies.