Home Forums WoodMart support forum Change bullet points from the Arrow to Disc

Change bullet points from the Arrow to Disc

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #241791

    blackmocha
    Participant

    Hi,

    How do I change all the bullet points in the theme for Product Content, Tab Content, Short summary, Long Summary, and Blog Content.

    I would like to change the Arrow to Disc..just normal bullets.

    And also, not showing for some reason….

    Thanks

    #241942

    Hello,

    I have visited the URL you provided.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wc-tab-inner > div > ul > li:before {
    	content: "\f51f" !important;
    	font-family: "Font Awesome 5 Free" !important;
    	font-weight: 900;
    }

    You can set the content according to your needs.

    And for the blog please provide the URL to check it myself and help you out accordingly.

    Best Regards.

    #241946

    blackmocha
    Participant

    Hi there,

    Sorry, i’m not looking for the awesome font ‘disc’. I’m looking to change the Arrow bullets to the normal bullets. The ones with the dots…

    See attached.

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

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #242011

    blackmocha
    Participant

    Hi there, sure.

    #242237

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wc-tab-inner > div > ul > li {
    	list-style: disc;
    }
    
    .wc-tab-inner > div > ul > li:before {
    display: none;
    }

    Best Regards.

    #242757

    blackmocha
    Participant

    Hi There,

    OK the bullets worked, however for the Blog section…the bullets still don’t show up in the Quote area. Also in the Blog section, the bullets are still arrow. See attached.

    Can you help provide the codes to change it?

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings.

    .woodmart-entry-content > ul > li {
    	list-style: disc;
    }
    .woodmart-entry-content > ul > li:before {
    	display: none;
    }

    Best Regards.

    #242851

    blackmocha
    Participant

    Hi there,

    Thanks, that works for the blog content. But is it possible to also show the Bullets in the Quote area?

    When I do a quote for the text and select bullets…nothing shows up.

    Thanks

    #242864

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .entry-content.woodmart-entry-content > blockquote > ul > li {
    	list-style: disc;
    }

    Best Regards.

    #281615

    churchworks
    Participant

    Hi, I have the exact opposite question: my unordered lists show up as discs (bullets), but I want them to be arrows like in your demo content (see screenshot).

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

    Hello,


    @churchworks
    Please create a new topic and provide with the URL of the product to check it myself and help you out accordingly.

    Please don’t ask questions in other users’ topics to avoid any confusion.

    Best Regards

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