New Landing How can we help? Themeforest Theme Support Flexform Remove underline in headings

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Flexform
  • #4445
    klamathriverkeeper
    Member
    Post count: 9

    I know Ed put the code up for this for someone else, but I can’t find it. What’s the code for removing the underline for all the section headings?

    #4476
    Antiquarian
    Member
    Post count: 6

    I don’t have my site available to me at the moment, but I think the class was “wpb_heading”.

    This should do the trick (iirc):

    .wpb_heading {

    border: 0px !important;

    }

    I don’t know if that will clean them all up completely, you may have to add some additional selectors for sidebar widgets and such…

    #4523
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Try with this:

    .wpb_heading {
        border-bottom: medium none !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #13456
    michaelproof
    Member
    Post count: 19

    hi,

    Could I add something to this css code to change the color of just the underline?
    Thanks in advance.

    #15307
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Yup:

    .wpb_heading {
        border-bottom-color: #FF0000 !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

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