New Landing How can we help? Themeforest Theme Support Joyn Style ccs for list

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Joyn
  • #144866
    blaouchez
    Member
    Post count: 448

    Hello,

    How change/edit style for list

    In Flexform, the css was :

    .page-content > ul li, .body-text > ul li, .wpb_wrapper > ul li{
    	list-style-image: url(img/list-arrow.png);
    	list-style-type: none;
    	margin-bottom: 8px;
    	margin-left:26px;
    	list-style-position: outside;
    }
    #144895
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    A normal list? Please can you provide a link

    – Kyle

    #144900
    blaouchez
    Member
    Post count: 448

    only un list style with arrow. Ex :

    > item 1
    > item 2
    > item 3

    #144939
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You can use the code below in a text block

    
    <ul>
    <li>&rarr; List</li>
    <li>&rarr; Etc.</li>
    </ul>

    And will also need to add to the custom css the code below

    
    .spb_text_column ul, .box-content-wrap ul {
    list-style: none!important;
    }

    -Rui

    #144943
    blaouchez
    Member
    Post count: 448

    Great ! Thanks Rui

    #144947
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

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