Okay
  Public Ticket #2904384
color selection html editor backend
Closed

Comments

  • Roberto Di Lodovico started the conversation

    Hello,

    when i use the color selection on html editor my text becomes equal to the white background, can you give me the correct css syntax to make the black selector active like the other builders?

    thanks

    Regards

    Roberto

  •  1,626
    Andrey replied

    Hello, Dear Roberto Di Lodovico!

    If you want to change the color of the text, please go on the following way:

    /wp-content/themes/deepdigital/css/main.css

    on the string 467 color: #ff0000;

    Also, you can change the color by the default text block. Please, see the following screenshot:

    http://prntscr.com/1xlfsuw

    Best Regards!

  • Roberto Di Lodovico replied

    Thanks for the reply,

    I made the change and the text section works,

    but i need to get black color selector to work in the view section, what can i do?

    Thank you

    Regards


    Roberto

  •  1,626
    Andrey replied

    Hello, Dear Roberto Di Lodovico!

    Could you please send us the screenshot of this issue.

    We need to understand exactly what you mean,

    Thank you.

    Best Regards!

  • Roberto Di Lodovico replied

    im send attachment video

    thanks

    regards


    Roberto

  •  1,626
    Andrey replied

    Hello Dear Roberto Di Lodovico!

    We checked your site, but all appears fine:

    https://bit.ly/3BsAxFj

    Best Regards!

  • Roberto Di Lodovico replied

    I ave see, 

    and the background color is it possible to change? 

    I would like the white text and the black background selection.


    Thanks

    regards

    Roberto

  •  1,626
    Andrey replied

    Hello, Dear Roberto Di Lodovico!

    In this case please change the line 467 to the following:

    ::selection { color: #ffffff; background-color: var(--colorMain); background: #0c0000 !important; }
    

    You-ll receive this result while selection: https://nimb.ws/lkmdHu

    Best Regards!

  • Roberto Di Lodovico replied

    thanks,

    i inserted the line on the css file, 

    but it is very strange it does not update, 

    it still remains with the red selection text.

    how can i make this change take effect?


    thanks

    Roberto

  •  1,626
    Andrey replied

    Hello, Dear Roberto Di Lodovico!

    Please clear cache in the browser and check the results once more.

    Or provide us with the link/login/password and we will check the issue.

    Best Regards!

  • Roberto Di Lodovico replied

    perfect thanks now it works, 

    i have cleared the browser cache


    Regards


    Roberto

  •  1,626
    Andrey replied

    Best Regards, Dear Roberto Di Lodovico!smile.png