Okay
  Public Ticket #3727617
::Marker
Closed

Comments

  • Marcos started the conversation

    Hello, I would like help changing the ::marker


    Before the update I had left it like this:

    Attached files:  Captura de tela 2024-09-18 171643.png

  •   Marcos replied privately
  •  121
    Theme Ruby replied

    Thank you for reaching out!

    Firstly, please make sure to update the Foxiz Core plugin after updating the theme. Navigate to Appearance > Install Plugins to check for any update notifications. You can update the plugin directly from that page.

    If the issue still persists, Please open a private ticket and provide:

    - Relevant URLs related to the issue.
    - Login credentials for accessing the dashboard (wp-admin).

    This information will help us investigate the issue more thoroughly and provide you with more efficient assistance.

    Thank you very much!

  •   Marcos replied privately
  •   Marcos replied privately
  •  121
    Theme Ruby replied

    Hi,

    The theme supports a List Style block, allowing you to choose from many predefined list styles as you wish. Have you had a chance to check the block?

    You can find more information here: https://help.themeruby.com/foxiz/how-to-use-gutenberg-blocks

    If you would like to customize the List Style block, it will require some additional CSS. Could you please provide me with the font-family and content CSS attributes of the list icon? This way, I can assist you in making this customization.

    Regards,

    ---

    Let me know if you need any more adjustments!

  •   Marcos replied privately
  •  121
    Theme Ruby replied

    Hi,

    You can try to use this css:

    ul.wp-block-list, .rbct ul, 
    .comment-content ul, .elementor-widget-text-editor ul,
    .rb-text ul {
      list-style: none;
    }
    
    ul > li:before {
      content: '';
      display: inline-flex;
      height: 10px;
      width: 10px;
      background: var(--g-color);
      margin-right: 10px;
    }
    
    

    Hope this help!

    Regards,

  •   Marcos replied privately
  •   Marcos replied privately
  •  121
    Theme Ruby replied

    Hi,

    This is the template for the bookmark system. If you don't plan to use it, please navigate to Theme Options > Personalized System > Global > Personalized System Settings and turn it off. This will solve your issue.

    Please let me know if you have any further questions.

    Regards,  

  •   Marcos replied privately
  •  121
    Theme Ruby replied

    Hi,

    Thank you for your reply!

    Have you try the code provided:

    ul.wp-block-list, .rbct ul, 
    .comment-content ul, .elementor-widget-text-editor ul,
    .rb-text ul {
      list-style: none;
    }
    
    ul > li:before {
      content: '';
      display: inline-flex;
      height: 10px;
      width: 10px;
      background: var(--g-color);
      margin-right: 10px;
    }
    
    

    Regards,

  •   Marcos replied privately
  •   Marcos replied privately
  •   Theme Ruby replied privately