Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #279565

    Good Afternoon ,

    Sorry to bother you guys once again , i have two queries :

    1) is it possible to somehow use the same font from the header menu links through out the web such as in text boxes and so on.

    2) is it possible to have my footer column titles not in capitals?

    Thanks for your time
    Curmi

    #279572

    Hi curmi01!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab
    1-

    body * {
    font-family: 'Varela Round', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    2-

    .widgettitle { text-transform: none; }

    Cheers!
    Yigit

    #279582

    Query 2 solved !

    for query one within my page under text block i only have a few default texts such as Paragraph,Pre, Heading 1-6 and so on.

    where as i need Varela round for instance

    thanks

    #279585

    Hi!

    Please add following code to Quick CSS instead

    h1, h2, h3, h4, h5, h6, p, pre {
    font-family: 'Varela Round', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    }

    Cheers!
    Yigit

    #279609

    hey dont worry still not coming , however as u may see i have my contact form is it possible to change the send button by making it smaller and change colour maybe ?

    sorry to be annoying

    cheers !

    #279611

    Hey!

    Please add following code to Quick CSS as well

    input[type="submit"], #submit, .button { padding: 7px 15px; }
    .footer_color input[type='submit'] { background-color: orange;
    color: blue;
    border-color: orange;
    } 
    .footer_color input[type='submit']:hover { background-color: red;
    color: green;
    border-color: red;
    }

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.