Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1293604

    Hi Support
    Thanks for the great job you all do :)

    What is the CSS so the Tab Section Icon Title is NOT UPPERCASE just so it is Normal upper and lower case?

    Thank you very much
    Cheers Dave

    #1293644

    Hi Dave,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    .av-tab-section-container .av-inner-tab-title {
        text-transform: none;
    }

    Best regards,
    Nikko

    #1293726

    Thanks, Nikko, you are awsome mate :)

    Can you please help with the Tab Section again to make the (icon) Image larger. As well as add some padding between the (icon) Images…. just so it’s not as cramped.

    Thanks, heaps
    Dave

    #1293815

    Hi Dave,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    .av-tab-section-container .av-tab-section-tab-title-container a {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    Just change 30px to any amount (default is 20px).

    Best regards,
    Nikko

    #1293817

    Thanks, Nikko
    But how do we change the Icon/Image size, so it’s larger?

    #1293862

    Hi Dave,

    Add this CSS code in order to increase the height and width of the image:

    .av-tab-section-container .av-tab-section-image {
        height: 120px;
        width: 120px;
    }

    Best regards,
    Nikko

    #1293889

    Thanks again Nikko

    It didn’t work and it changed the font back to UPPERCASE.

    I also tried it in Admin > Appearance > Customise > CSS and that didn’t make any difference.

    BTW would you use that same code if it was an Icon and not an Image?

    Sorry to be a pain
    Dave

    #1294468

    Hi
    I don’t know what I did but the CSS worked for Image size, Text Size and Text Upper and Lower Case.

    But I need a hand with the Text Aligning properly under the Image. The text seems it’s stuck in a box the original with yet the image above is the 130px wide I made it with CSS.

    See screenshot – https://drive.google.com/file/d/1bneH-ogPbhj-PVMHiykbeKdVeE3Xp55o/view?usp=sharing

    I would really appreciate someones help… So it can all look uniform, not just a part of it :)

    Thanks
    Dave

    #1294470

    Hi Dave,

    Sorry for the late reply. Please try this CSS as well:

    .av-tab-with-image .av-inner-tab-title {
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Rikard

    #1294490

    No that didn’t work Rikard

    This is what I have in the Quick CSS field

    /*Tab Section – Icon Title Upper and Lower Case*/
    .av-tab-section-container .av-inner-tab-title {
    text-transform: none;
    font-size: 17px;
    }

    /*Tab Section – Icon, Image Padding*/
    .av-tab-section-container .av-tab-section-tab-title-container a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }

    /*Tab Section – font margin, padding*/
    av-tab-with-image .av-inner-tab-title {
    display: table;
    margin: 0 auto;
    }

    /*Tab Section – Icon, Image Size*/
    .av-tab-section-container .av-tab-section-image {
    height: 150px;
    width: 150px;
    }

    We are using the Tab Section for the Team Members Descriptions on
    https://crestpointpsychology.com.au/make-a-booking/
    https://crestpointpsychology.com.au/crestpoint-psychology-team/

    #1294876

    Hi,

    You didn’t copy the whole code I posted. I added it myself to Quick CSS just now, and it’s applying and working.

    Best regards,
    Rikard

    #1294959

    I missed the . infront of the a in av-tab-with-image .av-inner-tab-title {

    Thanks… I looked and looked and didn’t see it :)

    You are a legend, thanks heaps
    Dave

    #1295087

    Hi Dave,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Tab Section Icon Title Not Uppercase’ is closed to new replies.