Okay
  Public Ticket #2874350
css is not functioning after update
Closed

Comments

  • intan1cm started the conversation

    It looks fine for the chart last time when i add this code

    You can see the css code that i add in customize css is not changing in the browser. 


  •  933
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on, make sure to click on private reply.

    Feel free to ask for anything you need.

    Kind Regards


  •   intan1cm replied privately
  •  933
    Neuron replied

    Hi,

    To make the background color transparent, I've added the following code at Appearance > Customize > Additional CSS, so if there's anything else that I have to change, please let me know.

    .wpda_tree_item_container div {
        background-color: transparent !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • intan1cm replied

    Hi all good. 
    just the border of the box is too thin.. expected to 2px solid?

  •  933
    Neuron replied

    Hi,

    I saw that you've set the border width to 1px.

    - https://prnt.sc/1syzu31

    So you can add the following code to Appearance > Customize > Additional CSS to make it 2px.

    .wpdevart_org_chart_container li .wpda_tree_item_container > div {
        border-width: 2px !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards