Viewing 4 posts - 1 through 4 (of 4 total)
  • #301498
    cali75
    Member
    Post count: 48

    Hello,

    I’m trying to get the row headers lines thinner (1px) and with another color (#cecece). This is the css code I put. Could you tell what’s wrong so I can get it right?

    .h4.spb_heading::before {
    border-top: 1px solid #cecece;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(206, 206, 206);
    }

    Thanks a lot,
    best regards.
    c

    Attachments:
    You must be logged in to view attached files.
    #301570
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one

    h4.spb_heading:before, h4.lined-heading:before {
        border-top: 1px solid #cecece!important;
    }

    -Rui

    #301591
    cali75
    Member
    Post count: 48

    Thank Rui. It works fine =)
    best,
    c

    #301596
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 4 posts - 1 through 4 (of 4 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