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

    Hi
    Thanks for your help previously greatly appreciated

    We want to change text the text from UPPPER CASE to upper & lower case in Avia Layout Builder > Contents Elements > the caption for Icons and the headings in Tables.

    Cheers

    Dave

    #610839

    Hi Dave!

    Please provide us a link of your web site with a screenshot of the areas you want to change.
    Will help you to provide all the correct CSS.

    Thanks a lot

    Cheers!
    Basilis

    #610873

    Hi Basilis
    At http://test.findnetsolutions.com/ you will see the text under the Icons is UPPER CASE I would like to know how to change to Upper & Lower Case text.

    Also at http://test.findnetsolutions.com/engine-reconditioning-workshops/ the table Titles are UPPER CASE I would like to know how to change to Upper & Lower Case text.

    We are also using Woo Commerce and in the Shopping Basket Page (Product List & Basket Totals) & Check Out Page (your Order) the Table Titles are also UPPER CASE I would like to know how to change to Upper & Lower Case text.
    http://test.findnetsolutions.com/checkout/
    http://test.findnetsolutions.com/basket/

    Hope that make more sense.

    Cheers
    Dave

    #610947

    Hi!

    Please add the below code in Enfold > General Styling > Quick CSS

    
    th, .av_icon_caption {
        text-transform: none!important;
    }

    Now the format you type in the backend will appear in the front end too… :)

    Cheers!
    Vinay

    #611851

    Hi Vinay
    Thanks heaps, how can I change that text to be either

    Strong
    Hi, H2, H3, H4, H5, H6

    Cheers

    Dave

    #611934

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    Please add the below CSS in Quick CSS to make the headings bolder

    h1, h2, h3, h4, h5, h6 {
        font-weight: 800!important;
    }

    Cheers!
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.