Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #156326
    worldlystrategies
    Member
    Post count: 66

    Hi Support,

    I am trying to create a thicker, blacker divider. I added an extra class to the divider element on this page: http://www.spottingcancer.org/chart-family-cancer-history/ and then I added the following to my CSS:

    .hr {
    border: none;
    height: 5px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
    }

    It created a double line and did not adjust the original line. Could you please let me know what I should be adding so that there is only one line and it is 5px and black while also not covering up the RETURN TO TOP OF PAGE link?

    Thank you,
    WS

    #156395
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code to remove that border.

    .spb_divider.go_to_top a{
    border-color:#fff !important;
    }

    Thanks
    Mohammad

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