Home Forums Basel support forum Unordered list : the html code shows a liste but in the front end it doesn't

Unordered list : the html code shows a liste but in the front end it doesn't

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #237659

    Bamboon
    Participant

    Hello,

    I have a design issue on unordered list : when I check the code, I can see that the

    #237709

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-product-content #tab-description ul > li:before{
    display:none;
    }
    .single-product-content #tab-description ul {
    list-style-type: disc;	
    }

    Best Regards

    #237734

    Bamboon
    Participant

    I have tried it but it cancels the super design on the bullet points and it hasn’t changed anything on the new tab called “Livraison et retours”

    Thanks for your attention and help,

    Lorene

    #237753

    Hello,

    Please remove the code I have provided and provide the screen which list you would like to change.

    Best Regards

    #237756

    Bamboon
    Participant

    Ok I’ve removed it
    Please test the link below and check the screen attached.

    The list is not showing up + also the spaces between paragraphs.

    Attachments:
    You must be logged in to view attached files.
    #237897

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-product-content #tab-basel_additional_tab ul > li:before{
    display:none;
    }
    .single-product-content #tab-basel_additional_tab ul {
    list-style-type: disc;	
    }

    This code would add the bullets to the list of “Livraison et retours” tab.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)