Jump to content

Recommended Posts

Posted (edited)

Salut,

Adaugă acest cod in ipb_styles:

body, body.cke_show_borders {
background-color: #1a1a1a;
}

Inlocuiești #1a1a1a cu orice culoare HEX.

Edited by Kames
  • Upvote 1
Posted (edited)

Mergi in FTP => public/js/3rd_party/ckeditor și cauți:

contents.css

Acolo vei găsi următorul cod:

/* Remove the background color to make it transparent */
     background-color: #fff;

Modifici #fff cu #1a1a1a sau orice culoare HEX.

Dacă dorești să schimbi culoarea fontului cauți:

/* Text color */
     color: #222;

și modifici #222 cu #777 sau orice culoare HEX.

Sper să iti fie de folos ;)

Edited by Kames
  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.