New Landing How can we help? Themeforest Theme Support Dante Restyling Bullets (without fucking everything else up)

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Dante
  • #133026
    ovollc
    Member
    Post count: 48

    I need to restyle the bullet icons within the unordered list. I;ve not found a way to narrow down the regular list content within the content blocks without affecting something else. The closest I’ve gotten is this:

    .spb_text_column ul, .box-content-wrap ul {
            list-style: none;
            padding-left: 1.2em;
            text-indent: -1.2em;
    }
    .spb_text_column li:before, .box-content-wrap li:before {
        content: "+";
        display: block;
        float: left;
        width: 1.2em;
        color: #10069f;
    }

    And that works well, but it fucks up the styling on all of the forms (Gravity Forms).

    Suggestions as to a more precise/better selector for this?

    Thanks for the help, guys.

    #133027
    ovollc
    Member
    Post count: 48

    Essentially, I want a blue + rather than the standard circular bullet.

    #133031
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use the code like this:-

    .page-id-34 .spb_text_column ul, .box-content-wrap ul {
            list-style: none;
            padding-left: 1.2em;
            text-indent: -1.2em;
    }
    .page-id-34 .spb_text_column li:before, .box-content-wrap li:before {
        content: "+";
        display: block;
        float: left;
        width: 1.2em;
        color: #10069f;
    }

    Thanks
    Mohammad

    #133032
    ovollc
    Member
    Post count: 48

    Mohammad —

    Is that specific to that page only? I need the style on all of the pages that use unordered lists in body content.

    Thanks for your help.

    #133034
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with gravity so i can see actual issue with it.
    Thanks
    Mohammad

    #133035
    ovollc
    Member
    Post count: 48

    Alright, adding this code:

    .spb_text_column ul, .box-content-wrap ul {
            list-style: none;
            padding-left: 1.2em;
            text-indent: -1.2em;
    }
    .spb_text_column li:before, .box-content-wrap li:before {
        content: "+";
        display: block;
        float: left;
        width: 1.2em;
        color: #10069f;
    }

    One of the forms pages is located here:
    http://1ca.13c.myftpupload.com/contact/

    #133036
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code now:-

    .spb_text_column ul:not(.gform_fields), .box-content-wrap ul:not(.gform_fields) {
            list-style: none;
            padding-left: 1.2em;
            text-indent: -1.2em;
    }
    .spb_text_column ul:not(.gform_fields) li:before, .box-content-wrap ul:not(.gform_fields) li:before {
        content: "+";
        display: block;
        float: left;
        width: 1.2em;
        color: #10069f;
    }
    

    Thanks
    Mohammad

    #133042
    ovollc
    Member
    Post count: 48

    I’ll give it a go. Thanks, Mohammad.

    #133047
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok.
    Thanks
    Mohammad

    #133269
    ovollc
    Member
    Post count: 48
    This reply has been marked as private.
    #133277
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_text_column ul:not(.gform_fields,.member-contact), .box-content-wrap ul:not(.gform_fields,.member-contact) {
            list-style: none;
            padding-left: 1.2em;
            text-indent: -1.2em;
    }
    .spb_text_column ul:not(.gform_fields,.member-contact) li:before, .box-content-wrap ul:not(.gform_fields,.member-contact) li:before {
        content: "+";
        display: block;
        float: left;
        width: 1.2em;
        color: #10069f;
    }

    Thanks
    Mohammad

    #133586
    ovollc
    Member
    Post count: 48
    This reply has been marked as private.
    #133616
    ovollc
    Member
    Post count: 48
    This reply has been marked as private.
    #133643
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try this code:-

    .spb_text_column ul:not(.gform_fields):not(.member-contact), .box-content-wrap ul:not(.gform_fields):not(.member-contact), .body-text ul:not(.gform_fields):not(.member-contact) {
            list-style: none;
            padding-left: 1.2em;
            text-indent: -1.2em;
    }
    .spb_text_column ul:not(.gform_fields):not(.member-contact) li:before, .box-content-wrap ul:not(.gform_fields):not(.member-contact) li:before, .body-text ul:not(.gform_fields):not(.member-contact) li:before {
        content: "+";
        display: block;
        float: left;
        width: 1.2em;
        color: #10069f;
    }

    Thanks
    Mohammad

    #134386
    ovollc
    Member
    Post count: 48
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 16 total)

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

License required for one of the following items
Login and Registration Log in · Register