New Landing How can we help? Themeforest Theme Support Flexform Table Background Top Bar

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Flexform
  • #7054
    slcmyers
    Member
    Post count: 40

    Is there a way to change the background color in the top row of the tables? I like that it makes it in bold all caps font and have used the grey every other row feature but a background color on top would be great.

    #7185
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Not without some custom CSS; if you link to the page with the table, I’ll help out with the code ๐Ÿ™‚

    Regards,
    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    Cosmin
    Support Assistant

    #119039
    slcmyers
    Member
    Post count: 40
    This reply has been marked as private.
    #119043
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    table.sf-table th:first-child {
    background-color: #169a9c!important;
    }

    -Rui

    #119058
    slcmyers
    Member
    Post count: 40
    This reply has been marked as private.
    #119060
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you provide admin access?
    Please use the private reply option.

    -Rui

    #119074
    slcmyers
    Member
    Post count: 40
    This reply has been marked as private.
    #119169
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Now it looks ok. I added the code below to you css custom option.
    You can change the background and text color to your desired colors.

    
    table.sf-table tr:first-child {
    background-color: #169a9c;
    color:#FFF;
    }

    -Rui

    #122152
    slcmyers
    Member
    Post count: 40
    This reply has been marked as private.
    #122167
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    table.sf-table th {
        font-weight: normal;
        text-transform:capitalize;
    }

    Thanks
    Mohammad

    #122176
    slcmyers
    Member
    Post count: 40

    Thank you!

    #122177
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register