Hosting Features Table

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home HostWHMCS WordPress Theme Hosting Features Table

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6710
    mizzEnnElle
    Participant

    Can you allow users to create column headers in the Hosting Features Table (unordered-lists) rendered as a table.
    I’ve customised the script on my site but it seems a feature others would need since the Hosting Features Table represents a comparison chart with details of the plans in the pricing table above it. Without headers you have to guess that each column in the feature table refers to the price table from left to right.

    Cheers

    #6711
    mizzEnnElle
    Participant

    [Same topic] just to clarify – user should be able to style (css) the header entry differently from other entries in the column so its obvious its the column-header/title i.e.

    Feature | Plan-1 | Plan-2 | Plan-3 |
    --------|--------|--------|--------|----
    MYSQL       yes     yes       yes
    PHP7.0      no      yes       yes    etc...
    #6716

    Hi There,

    In this issue, you could use the example custom CSS below to make the first item of the table content bold, change the background color and text color that will look like the header of the table.

    .price-details--item.head .content li:first-child, 
    .price-details--item.body .content li:first-child {
        font-weight: bold;
        background-color: #ff4719;
        color: #fff;
    }

    Best Regards,
    ThemeLooks Support Team

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