• Hi,

    I’ve a problem, I don’t know if it’s because of my Mantra Theme (v 2.3.3), my WordPress or other configuration…

    Well,
    I create a table on a page and I want color on some background cellular.
    So I edit my Text by TEXT mode.
    I can see my background color with VISUAL mode.
    But when I preview my page there is no background color on cellular…

    If someone knows the reason…?

    Thank for your help

    (Sorry for my english, I’m french)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Salut, je parle aussi la langue de Voltaire.

    Il te faut créer un theme-enfant. Un bon mode d’emploi est décrit ici:
    https://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial

    Ensuite il te faut copier des lignes similaires comme celles ci-après dans ton nouveau style.css et jouer avec les couleurs.

    /* =Tables
    ————————————————————– */
    table, tbody, tfoot, thead, tr, th, td {
    background-color: #FDE899 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    }

    Thread Starter Azulbibip

    (@azulbibip)

    Bonjour,

    Merci pour ta réponse !
    Je viens tout juste de la voir !

    J’ai changé de thème depuis et du coup je n’ai plus le problème ??
    Merci beaucoup.
    Je garde ton lien concernant la création de thème enfant que je trouve très intéressent.

    Merci à bient?t.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cellular Color in Table’ is closed to new replies.